Add UserProfilePhotos type
This commit is contained in:
parent
59f1fd9ee6
commit
345da2fccd
6
pyrogram/client/types/user_profile_photos.py
Normal file
6
pyrogram/client/types/user_profile_photos.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
class UserProfilePhotos:
|
||||||
|
def __init__(self,
|
||||||
|
total_count: int,
|
||||||
|
photos: list):
|
||||||
|
self.total_count = total_count
|
||||||
|
self.photos = photos
|
Loading…
Reference in New Issue
Block a user