Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Buttons are passed in an array of arrays.
PHP code for an example (you can adapt for Python without problems):
$button1 = array('text' => 'Сайт', 'url' => 'https://......ru'); // одна кнопка в первом ряду
$button2 = array('text' => 'VK', 'url' => 'https://......ru'); // первая кнопка во втором ряду
$button3 = array('text' => 'FB', 'url' => 'https://......ru'); // вторая кнопка во втором ряду
$keyboard = array('inline_keyboard' => array(array($button1), array($button2, $button3)), 'one_time_keyboard' => true, 'resize_keyboard' => true);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question