InlineQueryResultGame constructor
InlineQueryResultGame({
- required String id,
- String type = InlineQueryResult.typeGame,
- required String gameShortName,
- InlineKeyboardMarkup? replyMarkup,
Implementation
InlineQueryResultGame({
required this.id,
this.type = InlineQueryResult.typeGame,
required this.gameShortName,
this.replyMarkup,
});