teleproto - v1.229.0
    Preparing search index...

    Class UserProfilePhoto

    Hierarchy (View Summary)

    • VirtualClass<
          {
              dcId: int;
              hasVideo?: boolean;
              personal?: boolean;
              photoId: long;
              strippedThumb?: bytes;
          },
      >
      • UserProfilePhoto
    Index
    • Parameters

      • args: {
            dcId: number;
            hasVideo?: boolean;
            personal?: boolean;
            photoId: BigInteger;
            strippedThumb?: bytes;
        }

      Returns UserProfilePhoto

    • Returns {
          dcId: number;
          hasVideo?: boolean;
          personal?: boolean;
          photoId: BigInteger;
          strippedThumb?: bytes;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "UserProfilePhoto"
    classType: "constructor"
    CONSTRUCTOR_ID: 2194798342
    dcId: number
    hasVideo?: boolean
    originalArgs: {
        dcId: number;
        hasVideo?: boolean;
        personal?: boolean;
        photoId: BigInteger;
        strippedThumb?: bytes;
    }
    personal?: boolean
    photoId: BigInteger
    strippedThumb?: bytes
    SUBCLASS_OF_ID: 3325267837