InlineKeyboardButton constructor
InlineKeyboardButton({
- required String text,
- String? url,
- String? callbackData,
- WebAppInfo? webApp,
- LoginUrl? loginUrl,
- String? switchInlineQuery,
- String? switchInlineQueryCurrentChat,
- CallbackGame? callbackGame,
- bool? pay,
- 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,
});