getProfilePhotos
Get the profile photos of a user.
Parameters
The identifier of a user.
offset?: number
The number of results to skip.
limit?: number
The maximum number of results to return.
Result
Syntax
// Required parameters only.
await client.getProfilePhotos(userId);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.getProfilePhotos(userId, { offset, limit });