View Source ExTDLib.Method.DeleteChatReplyMarkup (ExTDLib v0.0.4)
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a replyMarkupForceReply reply markup has been used. An updateChatReplyMarkup update will be sent if the reply markup is changed. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_id | string | The message identifier of the used keyboard. |
More details on telegram's documentation.