teleproto - v1.229.0
    Preparing search index...

    Interface PageIn

    interface PageIn {
        _?: "page";
        blocks: TypePageBlockIn[];
        documents: TypeDocumentIn[];
        part?: boolean;
        photos: TypePhotoIn[];
        rtl?: boolean;
        url: string;
        v2?: boolean;
        views?: number;
    }
    Index
    _?: "page"
    blocks: TypePageBlockIn[]
    documents: TypeDocumentIn[]
    part?: boolean
    photos: TypePhotoIn[]
    rtl?: boolean
    url: string
    v2?: boolean
    views?: number