mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Clean up Messages comments
This commit is contained in:
parent
82d4a99fd5
commit
5c34e3f08f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue