2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Clean up Messages comments

This commit is contained in:
Dan 2018-07-12 14:58:18 +02:00
parent 82d4a99fd5
commit 5c34e3f08f

View File

@ -33,5 +33,5 @@ class Messages(Object):
ID = 0xb0700026
def __init__(self, total_count: int, messages: list):
self.total_count = total_count # int
self.messages = messages # Vector<Vector<PhotoSize>>
self.total_count = total_count
self.messages = messages