teleproto - v1.229.0
    Preparing search index...

    Class Photo

    Hierarchy (View Summary)

    • VirtualClass<
          {
              accessHash: long;
              date: int;
              dcId: int;
              fileReference: bytes;
              hasStickers?: boolean;
              id: long;
              sizes: TypePhotoSize[];
              videoSizes?: TypeVideoSize[];
          },
      >
      • Photo
    Index
    • Parameters

      • args: {
            accessHash: BigInteger;
            date: number;
            dcId: number;
            fileReference: bytes;
            hasStickers?: boolean;
            id: BigInteger;
            sizes: TypePhotoSize[];
            videoSizes?: TypeVideoSize[];
        }

      Returns Api.Photo

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    accessHash: BigInteger
    className: "Photo"
    classType: "constructor"
    CONSTRUCTOR_ID: 4212750949
    date: number
    dcId: number
    fileReference: bytes
    hasStickers?: boolean
    id: BigInteger
    originalArgs: {
        accessHash: BigInteger;
        date: number;
        dcId: number;
        fileReference: bytes;
        hasStickers?: boolean;
        id: BigInteger;
        sizes: TypePhotoSize[];
        videoSizes?: TypeVideoSize[];
    }
    sizes: TypePhotoSize[]
    SUBCLASS_OF_ID: 3581324060
    videoSizes?: TypeVideoSize[]