ReplyKeyboardMarkups

telegramium.bots.high.keyboards.ReplyKeyboardMarkups$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def singleButton(button: KeyboardButton, resizeKeyboard: Option[Boolean], oneTimeKeyboard: Option[Boolean], selective: Option[Boolean]): ReplyKeyboardMarkup

Creates a reply keyboard markup with one button

Creates a reply keyboard markup with one button

Attributes

def singleColumn(column: List[KeyboardButton], resizeKeyboard: Option[Boolean], oneTimeKeyboard: Option[Boolean], selective: Option[Boolean]): ReplyKeyboardMarkup

Creates a reply keyboard markup with multiple buttons on a single column

Creates a reply keyboard markup with multiple buttons on a single column

Attributes

def singleRow(row: List[KeyboardButton], resizeKeyboard: Option[Boolean], oneTimeKeyboard: Option[Boolean], selective: Option[Boolean]): ReplyKeyboardMarkup

Creates a reply keyboard markup with multiple buttons on a single row

Creates a reply keyboard markup with multiple buttons on a single row

Attributes