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;
}

Properties

Properties

_: "photo"
accessHash: Long
id: Long