mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 05:24:51 +00:00
Add todo for ChatMembers docstrings
This commit is contained in:
parent
960280b996
commit
52ac0c80e6
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ from pyrogram.api.core import Object
|
|||
|
||||
|
||||
class ChatMembers(Object):
|
||||
# TODO: Docstrings
|
||||
|
||||
ID = 0xb0700030
|
||||
|
||||
def __init__(self, total_count: int, chat_members: list):
|
||||
|
|
|
|||
Loading…
Reference in a new issue