diff --git a/pyrogram/client/types/user_profile_photos.py b/pyrogram/client/types/user_profile_photos.py index 35b12e6b..4853f1fc 100644 --- a/pyrogram/client/types/user_profile_photos.py +++ b/pyrogram/client/types/user_profile_photos.py @@ -35,6 +35,6 @@ class UserProfilePhotos(Object): """ ID = 0xb0700014 - def __init__(self, total_count, photos): + def __init__(self, total_count: int, photos: list): self.total_count = total_count # int self.photos = photos # Vector>