PayInlineKeyboardButton

data class PayInlineKeyboardButton(text: String, pay: Boolean) : InlineKeyboardButton

This type of button must always be the first button in the first row. Visit https://core.telegram.org/bots/api#payments for mor info

Constructors

PayInlineKeyboardButton
Link copied to clipboard
common
fun PayInlineKeyboardButton(text: String, pay: Boolean = true)

Properties

text
Link copied to clipboard
common
open override val text: String