Var keyboard = {'inline_keyboard' : [ {'InlineKeyboardButton'

: {
'text': 'text',
'url': 'url'
}}]}

Is it a valid inline keyboard button?

3 ответов

22 просмотра

inline_keyboard should be an array of array of InlineKeyboardButton.

Lebi Levi ( Not My Real Name 🙂 ) 😑
example?

{ "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

Похожие вопросы

Карта сайта