InputInlineQueryResultGame constructor

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

Implementation

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