Telegram-native keyboard markup. Ignored on other platforms.
| 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] |
| Name | Value |
|---|---|
| INLINE_KEYBOARD | "inline_keyboard" |
| REPLY_KEYBOARD | "reply_keyboard" |