InlineQueryResultGame constructor
const
InlineQueryResultGame({
- required String gameShortName,
- required String id,
- InlineKeyboardMarkup? replyMarkup,
Constructs an InlineQueryResultGame object
Implementation
const InlineQueryResultGame({
required this.gameShortName,
required this.id,
this.replyMarkup,
});