A common file that is represented as a pair of ID and access hash

interface RawCommonRemoteFileLocation {
    _: "common";
    accessHash: Long;
    id: Long;
}

Properties

Properties

_: "common"
accessHash: Long
id: Long