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-13 18:43:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5f157beb26
aiogram
/
.butcher
/
methods
/
sendVideoNote
/
replace.yml
8 lines
128 B
YAML
Raw
Normal View
History
Unescape
Escape
Reworked request builder (#1142) * Reworked request builder * Added more default values * Update tests * Fixed timestamp * Fixed Py3.8 support * Describe changes
2023-03-11 20:46:36 +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