PayInlineKeyboardButton

data class PayInlineKeyboardButton(val text: String) : 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

Link copied to clipboard
fun PayInlineKeyboardButton(text: String)

Properties

Link copied to clipboard
open override val text: String