mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Add some TODOs
This commit is contained in:
parent
b705391f79
commit
94c9e7c52b
1 changed files with 3 additions and 1 deletions
|
|
@ -2326,6 +2326,7 @@ class Client:
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO: Improvements for the new API
|
||||||
def get_user_profile_photos(self,
|
def get_user_profile_photos(self,
|
||||||
user_id: int or str,
|
user_id: int or str,
|
||||||
offset: int = 0,
|
offset: int = 0,
|
||||||
|
|
@ -2487,7 +2488,7 @@ class Client:
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Remove redundant code
|
# TODO: Improvements for the new API
|
||||||
def save_file(self,
|
def save_file(self,
|
||||||
path: str,
|
path: str,
|
||||||
file_id: int = None,
|
file_id: int = None,
|
||||||
|
|
@ -2562,6 +2563,7 @@ class Client:
|
||||||
finally:
|
finally:
|
||||||
session.stop()
|
session.stop()
|
||||||
|
|
||||||
|
# TODO: Improvements for the new API
|
||||||
def get_file(self,
|
def get_file(self,
|
||||||
dc_id: int,
|
dc_id: int,
|
||||||
id: int = None,
|
id: int = None,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue