telegram.UserProfilePhotos

class telegram.UserProfilePhotos(total_count, photos, **kwargs)

Bases: telegram.base.TelegramObject

This object represent a user’s profile pictures.

total_count

Total number of profile pictures.

Type:int
photos

Requested profile pictures.

Type:List[List[telegram.PhotoSize]]
Parameters:
  • total_count (int) – Total number of profile pictures the target user has.
  • photos (List[List[telegram.PhotoSize]]) – Requested profile pictures (in up to 4 sizes each).