mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add middlewares (API + Docs + Tests)
This commit is contained in:
parent
e4cd4c1763
commit
5b6ec599b1
24 changed files with 1120 additions and 42 deletions
|
|
@ -15,19 +15,19 @@ Documentation for version 3.0 [WIP] [^1]
|
|||
|
||||
## Features
|
||||
|
||||
- Asynchronous
|
||||
- Asynchronous ([asyncio docs](https://docs.python.org/3/library/asyncio.html), [PEP-492](https://www.python.org/dev/peps/pep-0492/))
|
||||
- [Supports Telegram Bot API v{!_api_version.md!}](api/index.md)
|
||||
- [Updates router](dispatcher/index.md) (Blueprints)
|
||||
- Finite State Machine
|
||||
- Middlewares
|
||||
- [Middlewares](dispatcher/middlewares/index.md)
|
||||
- [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates)
|
||||
|
||||
|
||||
!!! note
|
||||
Before start using **aiogram** is highly recommend to know how to work with [asyncio](https://docs.python.org/3/library/asyncio.html).
|
||||
|
||||
|
||||
Also if you has questions you can go to our community chats in Telegram:
|
||||
|
||||
|
||||
- [English language](https://t.me/aiogram)
|
||||
- [Russian language](https://t.me/aiogram_ru)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue