mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Webhook integration in 3.0 (#737)
* Added base webhook implementation and example * Added example * Enable on_startup callback * Correctly handle response into webhook (silent call) * Fixed State filter
This commit is contained in:
parent
e0ab7d8bd3
commit
1c2c7fd88c
13 changed files with 865 additions and 246 deletions
|
|
@ -77,6 +77,7 @@ pytest-lazy-fixture = "^0.6.3"
|
|||
pytest-mock = "^3.6.0"
|
||||
pytest-mypy = "^0.8.1"
|
||||
pytest-cov = "^2.11.1"
|
||||
pytest-aiohttp = "^0.3.0"
|
||||
aresponses = "^2.1.4"
|
||||
asynctest = "^0.13.0"
|
||||
toml = "^0.10.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue