mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Clean up Messages comments
This commit is contained in:
parent
82d4a99fd5
commit
5c34e3f08f
@ -33,5 +33,5 @@ class Messages(Object):
|
|||||||
ID = 0xb0700026
|
ID = 0xb0700026
|
||||||
|
|
||||||
def __init__(self, total_count: int, messages: list):
|
def __init__(self, total_count: int, messages: list):
|
||||||
self.total_count = total_count # int
|
self.total_count = total_count
|
||||||
self.messages = messages # Vector<Vector<PhotoSize>>
|
self.messages = messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user