Documentation - v0.27.1
    Preparing search index...

    Interface RawCommonRemoteFileLocation

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

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

    Properties

    Properties

    _: "common"
    accessHash: Long
    id: Long