teleproto - v1.229.0
    Preparing search index...

    Interface DocumentIn

    interface DocumentIn {
        _: "document";
        accessHash: BigInteger;
        attributes: TypeDocumentAttributeIn[];
        date: number;
        dcId: number;
        fileReference: bytes;
        id: BigInteger;
        mimeType: string;
        size: BigInteger;
        thumbs?: TypePhotoSizeIn[];
        videoThumbs?: TypeVideoSizeIn[];
    }
    Index
    _: "document"
    accessHash: BigInteger
    date: number
    dcId: number
    fileReference: bytes
    id: BigInteger
    mimeType: string
    size: BigInteger
    thumbs?: TypePhotoSizeIn[]
    videoThumbs?: TypeVideoSizeIn[]