Add todo for ChatMembers docstrings

This commit is contained in:
Dan 2018-07-08 08:40:10 +02:00
parent 960280b996
commit 52ac0c80e6

View File

@ -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):