Documentation - v0.27.1
    Preparing search index...

    Interface RawPhotoSizeSourceLegacy

    This photo is a legacy photo that is represented simply by a secret number

    interface RawPhotoSizeSourceLegacy {
        _: "legacy";
        secret: Long;
    }
    Index

    Properties

    Properties

    _: "legacy"
    secret: Long