teleproto - v1.229.0
    Preparing search index...

    Interface GameIn

    interface GameIn {
        _?: "game";
        accessHash: BigInteger;
        description: string;
        document?: TypeDocumentIn;
        id: BigInteger;
        photo: TypePhotoIn;
        shortName: string;
        title: string;
    }
    Index
    _?: "game"
    accessHash: BigInteger
    description: string
    document?: TypeDocumentIn
    id: BigInteger
    shortName: string
    title: string