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
Name | Type | Description |
---|---|---|
chat_id | string | Chat identifier. |
message_id | string | The message identifier of the used keyboard. |
More details on telegram’s documentation.