InlineKeyboardMarkups

class Object
trait Matchable
class Any

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

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

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