InlineQueryResultGame constructor

const InlineQueryResultGame({
  1. required String gameShortName,
  2. required String id,
  3. InlineKeyboardMarkup? replyMarkup,
})

Constructs an InlineQueryResultGame object

Implementation

const InlineQueryResultGame({
  required this.gameShortName,
  required this.id,
  this.replyMarkup,
});