Package dev.inmo.tgbotapi.types.buttons.inline

Functions

Link copied to clipboard
inline fun dataInlineButton(text: String, data: String): CallbackDataInlineKeyboardButton
Link copied to clipboard
inline fun gameInlineButton(text: String): CallbackGameInlineKeyboardButton
Link copied to clipboard
Link copied to clipboard
inline fun loginInlineButton(text: String, loginUrl: LoginURL): LoginURLInlineKeyboardButton
Link copied to clipboard
inline fun payInlineButton(text: String): PayInlineKeyboardButton

Creates and put PayInlineKeyboardButton

Link copied to clipboard
inline fun urlInlineButton(text: String, url: String): URLInlineKeyboardButton

Creates and put URLInlineKeyboardButton

Link copied to clipboard
inline fun webAppInlineButton(text: String, webApp: WebAppInfo): WebAppInlineKeyboardButton
inline fun webAppInlineButton(text: String, url: String): WebAppInlineKeyboardButton

Creates and put WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only