InputInlineQueryResultGame constructor
InputInlineQueryResultGame({
- String? extra,
- int? client_id,
- string? id,
- string? game_short_name,
- ReplyMarkup? reply_markup,
Implementation
InputInlineQueryResultGame({
super.extra,
super.client_id,
this.id,
this.game_short_name,
this.reply_markup,
});