mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-30 20:34:51 +00:00
Clean UserProfilePhotos type
This commit is contained in:
parent
a52d4846e6
commit
d8f7f3bcc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue