InlineQueryResultGame constructor

InlineQueryResultGame({
  1. required String id,
  2. String type = InlineQueryResult.typeGame,
  3. required String gameShortName,
  4. InlineKeyboardMarkup? replyMarkup,
})

Implementation

InlineQueryResultGame({
  required this.id,
  this.type = InlineQueryResult.typeGame,
  required this.gameShortName,
  this.replyMarkup,
});