Documentation - v0.27.1
    Preparing search index...

    Interface RawPhotoRemoteFileLocation

    A photo, that, in addition to ID and access hash, has its own source and detailed information about photo location on the servers.

    interface RawPhotoRemoteFileLocation {
        _: "photo";
        accessHash: Long;
        id: Long;
        source: TypePhotoSizeSource;
    }
    Index

    Properties

    Properties

    _: "photo"
    accessHash: Long
    id: Long