teleproto - v1.229.0
    Preparing search index...

    Interface WallPaperIn

    interface WallPaperIn {
        _: "wallPaper";
        accessHash: BigInteger;
        creator?: boolean;
        dark?: boolean;
        default?: boolean;
        document: TypeDocumentIn;
        id: BigInteger;
        pattern?: boolean;
        settings?: WallPaperSettingsIn;
        slug: string;
    }
    Index
    _: "wallPaper"
    accessHash: BigInteger
    creator?: boolean
    dark?: boolean
    default?: boolean
    document: TypeDocumentIn
    id: BigInteger
    pattern?: boolean
    slug: string