mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 22:05:28 +00:00
Add todo for ChatMembers docstrings
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user