Skip to content

getUserProfilePhotos

Function · TDLib 1.8.67 · d1085f9c

Returns the profile photos of a user. Personal and public photo aren't returned

getUserProfilePhotos(
  user_id: int53,
  offset: int32,
  limit: int32
) → ChatPhotos

user_id

int53

User identifier

offset

int32

The number of photos to skip; must be non-negative

limit

int32

The maximum number of photos to be returned; up to 100