TDLib v0.0.2 TDLib.Method.EditMessageReplyMarkup View Source
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed server-side.
Returns object_ptr
Name | Type | Description |
---|---|---|
chat_id | string | The chat the message belongs to. |
message_id | string | Identifier of the message. |
reply_markup | ReplyMarkup | New message reply markup. |
More details on telegram’s documentation.