View Source ExTDLib.Method.GetUserProfilePhotos (ExTDLib v0.0.4)

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

NameTypeDescription
user_idstringUser identifier.
offsetnumberThe number of photos to skip; must be non-negative.
limitnumberThe maximum number of photos to be returned; up to 100.

More details on telegram's documentation.