Package dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons

Types

CallbackDataInlineKeyboardButton
Link copied to clipboard
common
data class CallbackDataInlineKeyboardButton(text: String, callbackData: String) : InlineKeyboardButton
CallbackGameInlineKeyboardButton
Link copied to clipboard
common
data class CallbackGameInlineKeyboardButton(text: String) : InlineKeyboardButton
InlineKeyboardButton
Link copied to clipboard
common
interface InlineKeyboardButton
InlineKeyboardButtonSerializer
Link copied to clipboard
common
object InlineKeyboardButtonSerializer : KSerializer<InlineKeyboardButton>
LoginURLInlineKeyboardButton
Link copied to clipboard
common
data class LoginURLInlineKeyboardButton(text: String, loginUrl: LoginURL) : InlineKeyboardButton
PayInlineKeyboardButton
Link copied to clipboard
common
data class PayInlineKeyboardButton(text: String, pay: Boolean) : InlineKeyboardButton
common
data class SwitchInlineQueryCurrentChatInlineKeyboardButton(text: String, switchInlineQueryCurrentChat: String) : InlineKeyboardButton
SwitchInlineQueryInlineKeyboardButton
Link copied to clipboard
common
data class SwitchInlineQueryInlineKeyboardButton(text: String, switchInlineQuery: String) : InlineKeyboardButton
UnknownInlineKeyboardButton
Link copied to clipboard
common
data class UnknownInlineKeyboardButton : InlineKeyboardButton
URLInlineKeyboardButton
Link copied to clipboard
common
data class URLInlineKeyboardButton(text: String, url: String) : InlineKeyboardButton