2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Clean UserProfilePhotos type

This commit is contained in:
Dan 2018-04-24 15:06:54 +02:00
parent a52d4846e6
commit d8f7f3bcc9

View File

@ -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>>