Raw.Game
Indicates an already sent game
game#bdf9653b flags:# id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document = Game;
export namespace Raw {
export class Game {
constructor(params: {
id: bigint;
accessHash: bigint;
shortName: string;
title: string;
description: string;
photo: Raw.TypePhoto;
document?: Raw.TypeDocument;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xbdf9653b
Property
id
: bigintId of the game
accessHash
: bigintAccess hash of the game
shortName
: stringShort name for the game
title
: stringTitle of the game
description
: stringGame description
photo
: Raw.TypePhotoGame preview
document
: Raw.TypeDocument or undefinedOptional attached document