TDLib v0.0.2 TDLib.Method.DeleteChatReplyMarkup View Source

Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup will be changed. Returns object_ptr.

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

More details on telegram’s documentation.