Telegraf: Multiple line inline keyboard

Created on 26 Nov 2019  路  3Comments  路  Source: telegraf/telegraf

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

help wanted question

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]
])

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwandekoken picture jwandekoken  路  3Comments

bostrot picture bostrot  路  3Comments

kmahsi picture kmahsi  路  3Comments

expelliamus picture expelliamus  路  3Comments

alkhimey picture alkhimey  路  3Comments