InlineKeyboardButton constructor

InlineKeyboardButton({
  1. required String text,
  2. String? url,
  3. String? callbackData,
  4. WebAppInfo? webApp,
  5. LoginUrl? loginUrl,
  6. String? switchInlineQuery,
  7. String? switchInlineQueryCurrentChat,
  8. CallbackGame? callbackGame,
  9. bool? pay,
  10. SwitchInlineQueryChosenChat? switchInlineQueryChosenChat,
})

Implementation

InlineKeyboardButton({
  required this.text,
  this.url,
  this.callbackData,
  this.webApp,
  this.loginUrl,
  this.switchInlineQuery,
  this.switchInlineQueryCurrentChat,
  this.callbackGame,
  this.pay,
  this.switchInlineQueryChosenChat,
});