mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* 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. * Added changelog * Fixed typehints
9 lines
180 B
YAML
9 lines
180 B
YAML
annotations:
|
|
protect_content:
|
|
value: UNSET_PROTECT_CONTENT
|
|
thumbnail:
|
|
parsed_type:
|
|
type: entity
|
|
references:
|
|
category: types
|
|
name: InputFile
|