From 94c9e7c52bb648ac96987221ec30d2acadd93397 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 14 Apr 2018 21:55:23 +0200 Subject: [PATCH] Add some TODOs --- pyrogram/client/client.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 23cb0946..5f4f91ae 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -2326,6 +2326,7 @@ class Client: ) ) + # TODO: Improvements for the new API def get_user_profile_photos(self, user_id: int or str, offset: int = 0, @@ -2487,7 +2488,7 @@ class Client: ) ) - # TODO: Remove redundant code + # TODO: Improvements for the new API def save_file(self, path: str, file_id: int = None, @@ -2562,6 +2563,7 @@ class Client: finally: session.stop() + # TODO: Improvements for the new API def get_file(self, dc_id: int, id: int = None,