copyWith method
Implementation
InlineQueryResultGame copyWith({String? id, Game? game}) =>
InlineQueryResultGame(id: id ?? this.id, game: game ?? this.game);
InlineQueryResultGame copyWith({String? id, Game? game}) =>
InlineQueryResultGame(id: id ?? this.id, game: game ?? this.game);