Game constructor

Game(
  1. {required int64 id,
  2. required String short_name,
  3. required String title,
  4. required FormattedText text,
  5. required String description,
  6. required Photo photo,
  7. Animation? animation,
  8. int? extra,
  9. int? clientId}
)

Describes a game. Use getInternalLink with internalLinkTypeGame to share the game

Implementation

Game