mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code.
This commit is contained in:
parent
b7bf22bb77
commit
92d3d86a18
42 changed files with 73 additions and 10 deletions
|
|
@ -8,6 +8,7 @@ class Document(Deserializable):
|
|||
|
||||
https://core.telegram.org/bots/api#document
|
||||
"""
|
||||
|
||||
def __init__(self, file_id, thumb, file_name, mime_type, file_size):
|
||||
self.file_id: str = file_id
|
||||
self.thumb: PhotoSize = thumb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue