From c457fc6ae3e6da7e5c98fb142c9b2b45a54c3ec3 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 24 Apr 2018 15:07:32 +0200 Subject: [PATCH] Clean ChatPhoto type --- pyrogram/client/types/chat_photo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/types/chat_photo.py b/pyrogram/client/types/chat_photo.py index 60ccc447..934e93fe 100644 --- a/pyrogram/client/types/chat_photo.py +++ b/pyrogram/client/types/chat_photo.py @@ -35,6 +35,6 @@ class ChatPhoto(Object): """ ID = 0xb0700015 - def __init__(self, small_file_id, big_file_id): + def __init__(self, small_file_id: str, big_file_id: str): self.small_file_id = small_file_id # string self.big_file_id = big_file_id # string