mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 23:05:15 +00:00
Clean UserProfilePhotos type
This commit is contained in:
@@ -35,6 +35,6 @@ class UserProfilePhotos(Object):
|
|||||||
"""
|
"""
|
||||||
ID = 0xb0700014
|
ID = 0xb0700014
|
||||||
|
|
||||||
def __init__(self, total_count, photos):
|
def __init__(self, total_count: int, photos: list):
|
||||||
self.total_count = total_count # int
|
self.total_count = total_count # int
|
||||||
self.photos = photos # Vector<Vector<PhotoSize>>
|
self.photos = photos # Vector<Vector<PhotoSize>>
|
||||||
|
Reference in New Issue
Block a user