Answer the question
In order to leave comments, you need to log in
How to arrange buttons in a message in several rows?
Good day.
I am writing a small bot for telegrams, and I ran into an unpleasant problem that I could not solve right off the bat.
I give the user a message and form an array of buttons like this
$keyboard = array($buttons);
$resp = array("keyboard" => $keyboard,"resize_keyboard" => true,"one_time_keyboard" => true);
$reply = json_encode($resp);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question