buttonPay static method
Creates a pay button.
Implementation
static InlineKeyboardButton buttonPay(String text, {bool pay = true}) {
return InlineKeyboardButton(text: text, pay: pay);
}
Creates a pay button.
static InlineKeyboardButton buttonPay(String text, {bool pay = true}) {
return InlineKeyboardButton(text: text, pay: pay);
}