From d8f7f3bcc96bb40a7f5cd73d2228e7dd2f841c49 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 24 Apr 2018 15:06:54 +0200 Subject: [PATCH] Clean UserProfilePhotos type --- pyrogram/client/types/user_profile_photos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/types/user_profile_photos.py b/pyrogram/client/types/user_profile_photos.py index 35b12e6b..4853f1fc 100644 --- a/pyrogram/client/types/user_profile_photos.py +++ b/pyrogram/client/types/user_profile_photos.py @@ -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>