: {
'text': 'text',
'url': 'url'
}}]}
Is it a valid inline keyboard button?
inline_keyboard should be an array of array of InlineKeyboardButton.
{ "inline_keyboard": [ [ { "text": "row 1 button 1", "url": "..." }, { "text": "row 1 button 2", "url": "..." } ], [ { "text": "row 2 button 1", "url": "..." } ] ] } https://core.telegram.org/bots/api#inlinekeyboardmarkup
Обсуждают сегодня