InputInlineQueryResultGame constructor
InputInlineQueryResultGame({
- required String id,
- required String gameShortName,
- ReplyMarkup? replyMarkup,
Implementation
InputInlineQueryResultGame({
required this.id,
required this.gameShortName,
this.replyMarkup,
});