InputInlineQueryResultGame constructor

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

Represents a game

Implementation

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