mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 23:05:15 +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):
|
||||
# TODO: Docstrings
|
||||
|
||||
ID = 0xb0700030
|
||||
|
||||
def __init__(self, total_count: int, chat_members: list):
|
||||
|
Reference in New Issue
Block a user