Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 696 Bytes

File metadata and controls

25 lines (13 loc) · 696 Bytes

SendInboxMessageRequestReplyMarkup

Telegram-native keyboard markup. Ignored on other platforms.

Properties

Name Type Description Notes
type TypeEnum Keyboard type [optional]
keyboard List<List<SendInboxMessageRequestReplyMarkupKeyboardInnerInner>> Array of rows, each row is an array of buttons [optional]
oneTime Boolean Hide keyboard after use (reply_keyboard only) [optional]

Enum: TypeEnum

Name Value
INLINE_KEYBOARD "inline_keyboard"
REPLY_KEYBOARD "reply_keyboard"