Is there a way to make an inline keyboard on multiple lines? I want to make something like this. Thanks in advance!
Button1 | Button2
Button3 | Button4
on native markup keyboard ?
it's interesting for me too
maybe i found answer for this question.
if you wan to show buttons in 2 columns you could markup inline keyboard
like:
markup.inlinekeyboard([
//1-st collum
[button,button],
//second collum
[button,button]
])
maybe i found answer for this question.
if you wan to show buttons in 2 columns you could markup inline keyboard
like:
markup.inlinekeyboard([
//1-st collum
[button,button],
//second collum
[button,button]
])
thank you
Most helpful comment
maybe i found answer for this question.
if you wan to show buttons in 2 columns you could markup inline keyboard
like:
markup.inlinekeyboard([
//1-st collum
[button,button],
//second collum
[button,button]
])