aiogram/aiogram
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
..
client Update thumbnail type to InputFile only 2023-11-24 20:40:19 +02:00
dispatcher PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
enums Bot API 6.8 (#1276) 2023-08-18 20:18:05 +03:00
filters #1370 added possibility to check X | None on Python >= 3.10 2023-11-20 22:49:55 +02:00
fsm PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
handlers Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230) 2023-07-28 22:23:32 +03:00
methods Update thumbnail type to InputFile only 2023-11-24 20:40:19 +02:00
types Update thumbnail type to InputFile only 2023-11-24 20:40:19 +02:00
utils #1006 Update parameter description in chat_action.py 2023-11-14 02:57:23 +02:00
webhook Prevent update handling task pointers from being garbage collected, backport of #1328 (#1331) 2023-10-08 18:13:06 +03:00
__init__.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
__meta__.py Bump version 2023-10-08 18:00:50 +03:00
exceptions.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
loggers.py PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
py.typed Add py.typed 2020-04-11 22:01:53 +03:00