TDLib v0.0.2 TDLib.Method.EditInlineMessageReplyMarkup View Source
Edits the reply markup of an inline message sent via a bot; for bots only.
Returns object_ptr
Name | Type | Description |
---|---|---|
inline_message_id | string | Inline message identifier. |
reply_markup | ReplyMarkup | New message reply markup. |
More details on telegram’s documentation.