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