Interface IGetUserProfilePhotosParams

Parameters for the getUserProfilePhotos method

Hierarchy

  • IGetUserProfilePhotosParams

Properties

Properties

limit?: number

Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.

offset?: number

Sequential number of the first photo to be returned. By default, all photos are returned.

user_id: number

Unique identifier of the target user

Generated using TypeDoc