This website requires JavaScript.
Explore
Help
Sign in
python
/
aiogram
Watch
1
Star
0
Fork
You've already forked aiogram
0
mirror of
https://github.com/aiogram/aiogram.git
synced
2025-12-12 10:11:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f50e058725
aiogram
/
.butcher
/
methods
/
sendAudio
/
replace.yml
8 lines
128 B
YAML
Raw
Normal View
History
Unescape
Escape
Adding new code-generator (Butcher) (#1069) * Re-generate types * Re-generate methods (only attributes) * Added enums * Base init generator * Added butcher configs * Fixed tests, bump butcher * Added changelog * Added enum docs * Added templates for docs index * Re-generate bot class, remove deprecated methods
2022-11-21 01:06:55 +02:00
annotations
:
Update thumbnail type to InputFile only (#1374) * 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
2023-11-24 21:10:02 +02:00
thumbnail
:
parsed_type
:
type
:
entity
references
:
category
:
types
name
:
InputFile
Reference in a new issue
Copy permalink