'text'=>"Hello World!",
'reply_markup'=>json_encode([
'keyboard'=>$allkey
,'resize_keyboard'=>true
])
]);
This is my code and its work but it is all of them on one line
they are so :
button1 button 2 button3 ....
but i want that some of them be on first line some on other line
so:
button1 button2
button 3
button4 button 5
button6 button 7 button8
but how
i want to check them with help my sql i have for example a table on my sql
that
name : button1
position : 2
thats mean that the button comm on 2 line also so :
button 2 buttonn 3
button 1
but how must i check that?can any one help or give the code?
answer that :/
I failed to understand man :/
Обсуждают сегодня