InlineKeyboardMarkups

telegramium.bots.high.keyboards.InlineKeyboardMarkups

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def singleButton(button: InlineKeyboardButton): InlineKeyboardMarkup

Creates an inline keyboard markup with one button

Creates an inline keyboard markup with one button

Attributes

def singleColumn(column: List[InlineKeyboardButton]): InlineKeyboardMarkup

Creates an inline keyboard markup with multiple buttons on a single column

Creates an inline keyboard markup with multiple buttons on a single column

Attributes

def singleColumn(firstButton: InlineKeyboardButton, buttons: InlineKeyboardButton*): InlineKeyboardMarkup

Creates an inline keyboard markup with multiple buttons on a single column

Creates an inline keyboard markup with multiple buttons on a single column

Attributes

def singleRow(row: List[InlineKeyboardButton]): InlineKeyboardMarkup

Creates an inline keyboard markup with multiple buttons on a single row

Creates an inline keyboard markup with multiple buttons on a single row

Attributes

def singleRow(firstButton: InlineKeyboardButton, buttons: InlineKeyboardButton*): InlineKeyboardMarkup

Creates an inline keyboard markup with multiple buttons on a single row

Creates an inline keyboard markup with multiple buttons on a single row

Attributes