mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Add getFile test
This commit is contained in:
parent
b95e977c12
commit
959f41a2f0
2 changed files with 17 additions and 0 deletions
|
|
@ -398,6 +398,12 @@ USER_PROFILE_PHOTOS = {
|
|||
]
|
||||
}
|
||||
|
||||
FILE = {
|
||||
"file_id": "XXXYYYZZZ",
|
||||
"file_size": 5254,
|
||||
"file_path": "voice\/file_8"
|
||||
}
|
||||
|
||||
UPDATE = {
|
||||
"update_id": 123456789,
|
||||
"message": MESSAGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue