Class UserProfilePhotos

Hierarchy (view full)

  • Base
    • UserProfilePhotos

Constructors

Properties

Accessors

Methods

Constructors

Properties

count: number

Total number of profile pictures the target user has

photos: Photo[][]

Requested profile pictures (in up to 4 sizes each)

Accessors

Methods

  • Protected

    Patches the current instance with new data

    Parameters

    • data: Record<string, any>

      The data to patch the instance with

    Returns Record<string, any>

    The patched data

  • Protected

    Updates the current instance with new data and returns a clone of the updated instance

    Parameters

    • data: Record<string, any>

      The data to update the instance with

    Returns Base

    A clone of the updated instance