InlineKeyboardButtons

telegramium.bots.high.keyboards.InlineKeyboardButtons

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def callbackData(text: String, callbackData: String): InlineKeyboardButton

Creates an inline keyboard button that sends a callback query to bot when pressed

Creates an inline keyboard button that sends a callback query to bot when pressed

Attributes

def callbackGame(text: String): InlineKeyboardButton

Creates an inline keyboard button. Pressing the button will launch the game.

Creates an inline keyboard button. Pressing the button will launch the game.

Attributes

def loginUrl(text: String, loginUrl: LoginUrl): InlineKeyboardButton

Creates an inline keyboard button that opens a HTTP URL to automatically authorize the user

Creates an inline keyboard button that opens a HTTP URL to automatically authorize the user

Attributes

def pay(text: String): InlineKeyboardButton

Creates an inline keyboard button for a Pay button

Creates an inline keyboard button for a Pay button

Attributes

def switchInlineQuery(text: String, query: String): InlineKeyboardButton

Creates an inline keyboard button. Pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field.

Creates an inline keyboard button. Pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field.

Attributes

def switchInlineQueryChosenChat(text: String, switchInlineQueryChosenChat: SwitchInlineQueryChosenChat): InlineKeyboardButton

Creates an inline keyboard button. Pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field.

Creates an inline keyboard button. Pressing the button will prompt the user to select one of their chats of the specified type, open that chat and insert the bot's username and the specified inline query in the input field.

Attributes

def switchInlineQueryCurrentChat(text: String, query: String): InlineKeyboardButton

Creates an inline keyboard button. Pressing the button will insert the bot's username and the specified inline query in the current chat's input field.

Creates an inline keyboard button. Pressing the button will insert the bot's username and the specified inline query in the current chat's input field.

Attributes

def url(text: String, url: String): InlineKeyboardButton

Creates an inline keyboard button that opens a HTTP url when pressed

Creates an inline keyboard button that opens a HTTP url when pressed

Attributes