Interface DeleteChatReplyMarkup

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. Request type for Tdjson#deleteChatReplyMarkup.

interface DeleteChatReplyMarkup {
    @type: "deleteChatReplyMarkup";
    chat_id: number;
    message_id: number;
}

Properties

@type: "deleteChatReplyMarkup"
chat_id: number

Chat identifier.

message_id: number

The message identifier of the used keyboard.