See full keyboard example in Context.keyboard.
Creates a new Keyboard.
var kbd = new Keyboard([ // One row [ button.text('Maximum rows is 10, columns - 4.') ], ]);
array of arrays (rows) of buttons
show only once? (or disappear after button press?)
Items of this keyboard.
Is this keyboard one-time?
Generated using TypeDoc
See full keyboard example in Context.keyboard.