mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Clean ChatPhoto type
This commit is contained in:
parent
d8f7f3bcc9
commit
c457fc6ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,6 @@ class ChatPhoto(Object):
|
|||
"""
|
||||
ID = 0xb0700015
|
||||
|
||||
def __init__(self, small_file_id, big_file_id):
|
||||
def __init__(self, small_file_id: str, big_file_id: str):
|
||||
self.small_file_id = small_file_id # string
|
||||
self.big_file_id = big_file_id # string
|
||||
|
|
|
|||
Loading…
Reference in a new issue