InputInlineQueryResultGame constructor

InputInlineQueryResultGame({
  1. String? extra,
  2. int? client_id,
  3. string? id,
  4. string? game_short_name,
  5. ReplyMarkup? reply_markup,
})

Implementation

InputInlineQueryResultGame({
  super.extra,
  super.client_id,
  this.id,
  this.game_short_name,
  this.reply_markup,
});