aiogram/.butcher
JRoot Junior 70dd8b8b3c
Update thumbnail type to InputFile only
The thumbnail's type restriction has been changed in several methods and types. Previously, it accepted Union[InputFile, str], allowing both InputFile instances and strings. Now it's changed to accept only InputFile instances. This change enhances meaning of the thumbnail fields in due to Bot API accepts only InputFile instances.
2023-11-24 20:40:19 +02:00
..
enums Add currency enum (#1194) 2023-08-02 21:44:49 +03:00
methods Update thumbnail type to InputFile only 2023-11-24 20:40:19 +02:00
schema Re-generate Bot API 2023-10-29 02:15:50 +03:00
templates Migration guide 2.x -> 3.0 (#1143) 2023-07-29 22:36:12 +03:00
types Update thumbnail type to InputFile only 2023-11-24 20:40:19 +02:00