Layer 224
GameObj
Indicates an already sent game
constructor
game#bdf9653b flags:# id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document = Game;
Parameters
Returns
GameGogram Example
// Creating GameObj constructor obj := &tg.GameObj{ Id: int64(1234567890), AccessHash: int64(1234567890), ShortName: "Hello, World!", Title: "Hello, World!", Description: "Hello, World!", Photo: &tg.Photo{}, // Optional fields: // Document: &tg.Document{}, }