mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Clean UserProfilePhotos type
This commit is contained in:
parent
a52d4846e6
commit
d8f7f3bcc9
@ -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<Vector<PhotoSize>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user