fix: string CHAT_PHOTO data

This commit is contained in:
Oleg A 2022-01-10 11:36:54 +03:00
parent 1c898ae317
commit a1f166c546

View file

@ -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",
}