TDLib v0.0.2 TDLib.Method.GetUserProfilePhotos View Source

Returns the profile photos of a user. The result of this query may be outdated: some photos might have been deleted already. Returns object_ptr.

NameTypeDescription
user_idnumberUser identifier.
offsetnumberThe number of photos to skip; must be non-negative.
limitnumberMaximum number of photos to be returned; up to 100.

More details on telegram’s documentation.