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>.

NameTypeDescription
chat_idstringChat identifier.
message_idstringThe message identifier of the used keyboard.

More details on telegram's documentation.