Documentation - v0.27.1
    Preparing search index...

    Interface RawFullRemoteFileLocation

    An object representing information about file location, that was either parsed from TDLib compatible File ID, or will be parsed to one.

    This type is supposed to be an intermediate step between TL objects and string file IDs, and if you are using @mtcute/client, you don't really need to care about this type at all.

    interface RawFullRemoteFileLocation {
        _: "remoteFileLocation";
        dcId: number;
        fileReference: Uint8Array<ArrayBufferLike> | null;
        location: TypeRemoteFileLocation;
        type: FileType;
    }
    Index

    Properties

    _: "remoteFileLocation"
    dcId: number

    DC ID where this file is located

    fileReference: Uint8Array<ArrayBufferLike> | null

    File reference (if any)

    Context of the file location

    type: FileType

    Type of the file