UserProfilePhotos#

class aiogram.types.user_profile_photos.UserProfilePhotos(*, total_count: int, photos: List[List[PhotoSize]], **extra_data: Any)[source]#

This object represent a user’s profile pictures.

Source: https://core.telegram.org/bots/api#userprofilephotos

total_count: int#

Total number of profile pictures the target user has

photos: List[List[PhotoSize]]#

Requested profile pictures (in up to 4 sizes each)