InlineKeyboardButton.pay constructor

InlineKeyboardButton.pay(
  1. String text, {
  2. bool? pay,
})

Pay constructor

Implementation

InlineKeyboardButton.pay(this.text, {this.pay});