InlineKeyboardMarkup
This object represents an inline keyboard that appears right next to the message it belongs to. ↗
1 fields, 1 required.
Used by
- copyMessage
- editMessageCaption
- editMessageChecklist
- editMessageLiveLocation
- editMessageMedia
- editMessageReplyMarkup
- editMessageText
- sendAnimation
- sendAudio
- sendChecklist
- sendContact
- sendDice
- sendDocument
- sendGame
- sendInvoice
- sendLocation
- sendMessage
- sendPaidMedia
- sendPhoto
- sendPoll
- sendSticker
- sendVenue
- sendVideo
- sendVideoNote
- sendVoice
- stopMessageLiveLocation
- stopPoll
Fields
inline_keyboard InlineKeyboardButton[][] Required
Array of button rows, each represented by an Array of InlineKeyboardButton objects.