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
5780d1840e
aiogram
/
aiogram
/
types
/
downloadable.py
6 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
Bump version
2021-06-19 02:42:56 +03:00
from
typing
import
Protocol
Upgrade architecture + 5.0 Bot API (#469) Upgrade architecture + 5.0 Bot API (#469) * Moved `methods`, `types` and `client` to root package * Removed update handler from routers to dispatcher * Reworked events propagation mechanism to handlers * Reworked inner middlewares logic (very small change) * Updated to Bot API 5.0 * Initial migration from MkDocs to Sphinx + config for readthedocs
2021-01-26 21:20:52 +02:00
class
Downloadable
(
Protocol
)
:
file_id
:
str
Reference in a new issue
Copy permalink