Interface ReplyMarkupRemoveKeyboard

Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots. Subtype of ReplyMarkup.

interface ReplyMarkupRemoveKeyboard {
    @type: "replyMarkupRemoveKeyboard";
    is_personal?: boolean;
}

Properties

Properties

@type: "replyMarkupRemoveKeyboard"
is_personal?: boolean

True, if the keyboard is removed only for the mentioned users or the target user of a reply.