ReplyMarkup
Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots.
The ReplyMarkupUnion
type represents one of the following types:
keyboard_arrow_upkeyboard_arrow_down
RemoveKeyboard
ForceReply
ShowKeyboard
InlineKeyboard
ReplyMarkupRemoveKeyboard
Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, UpdateChatReplyMarkup with message_id == 0 will be sent.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "replyMarkupRemoveKeyboard" | |
isPersonal | boolean | True, if the keyboard is removed only for the mentioned users or the target user of a reply |