InlineQueryResultGame constructor

InlineQueryResultGame({
  1. String? extra,
  2. int? client_id,
  3. string? id,
  4. Game? game,
})

Implementation

InlineQueryResultGame({
  super.extra,
  super.client_id,
  this.id,
  this.game,
});