Add todo for ChatMembers docstrings
This commit is contained in:
parent
960280b996
commit
52ac0c80e6
@ -20,6 +20,8 @@ from pyrogram.api.core import Object
|
|||||||
|
|
||||||
|
|
||||||
class ChatMembers(Object):
|
class ChatMembers(Object):
|
||||||
|
# TODO: Docstrings
|
||||||
|
|
||||||
ID = 0xb0700030
|
ID = 0xb0700030
|
||||||
|
|
||||||
def __init__(self, total_count: int, chat_members: list):
|
def __init__(self, total_count: int, chat_members: list):
|
||||||
|
Loading…
Reference in New Issue
Block a user