Parse from a json
factory InlineQueryResultGame.fromJson(Map<String, dynamic> json) => InlineQueryResultGame( id: json['id'], game: Game.fromJson(json['game']), );