- API ›
- Constructors ›
- Game
Game
---types--- game#bdf9653b id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document = Game
Belongs to
| Game |
In Rust this constructor is a variant of the enums::Game enum.
Match on it with: if let enums::Game::Game(v) = result { ... }