mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: string CHAT_PHOTO data
This commit is contained in:
parent
1c898ae317
commit
a1f166c546
1 changed files with 4 additions and 4 deletions
|
|
@ -20,10 +20,10 @@ CHAT = {
|
|||
}
|
||||
|
||||
CHAT_PHOTO = {
|
||||
"small_file_id": 1,
|
||||
"small_file_unique_id": 1,
|
||||
"big_file_id": 1,
|
||||
"big_file_unique_id": 1,
|
||||
"small_file_id": "small_file_id",
|
||||
"small_file_unique_id": "small_file_unique_id",
|
||||
"big_file_id": "big_file_id",
|
||||
"big_file_unique_id": "big_file_unique_id",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue