aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
darksidecat 714ac8896c
Move update type detecting from Dispatcher to Update (#669)
* move update type detecting to Update

* requested changes

* fix typo

* requested changes

* add docstring

* Update CHANGES/669.misc

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

* move mypy hack to utils, add lru_cache configuration

* More accurate description of the exception, thanks @uwinx

* Update CHANGES/669.misc

Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>

* Callable import fix

Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
2021-09-05 23:49:23 +03:00
.github Rename deployment script 2021-08-01 01:19:03 +03:00
aiogram Move update type detecting from Dispatcher to Update (#669) 2021-09-05 23:49:23 +03:00
CHANGES Move update type detecting from Dispatcher to Update (#669) 2021-09-05 23:49:23 +03:00
docs Disabled ContentTypesFilter by default (#668) 2021-08-20 02:39:03 +03:00
examples Added ability to specify which update bot need to receive and process while using polling mode (#617) 2021-07-05 01:41:27 +03:00
scripts Bump version 2021-06-19 02:42:56 +03:00
tests Disabled ContentTypesFilter by default (#668) 2021-08-20 02:39:03 +03:00
.apiversion Bump version 2021-08-01 01:09:43 +03:00
.coveragerc Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
.editorconfig Improve .editorconfig (#658) 2021-08-05 22:25:13 +03:00
.flake8 Clean project 2019-11-15 12:17:57 +02:00
.gitignore Added ability to specify which update bot need to receive and process while using polling mode (#617) 2021-07-05 01:41:27 +03:00
.pre-commit-config.yaml Bump pre-commit config 2020-05-13 22:58:58 +03:00
.readthedocs.yml Remove MkDocs 2021-05-13 00:13:09 +03:00
CHANGES.rst Bump version // 2 2021-08-17 03:07:38 +03:00
codecov.yaml Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
HISTORY.rst towncrier integration (#647) 2021-08-01 19:08:03 +03:00
LICENSE Update license years 2019-11-15 12:18:21 +02:00
Makefile towncrier integration (#647) 2021-08-01 19:08:03 +03:00
mypy.ini Backport and improvements (#601) 2021-06-15 01:45:31 +03:00
poetry.lock Feature/rework middlewares chain (#664) 2021-08-17 00:43:27 +03:00
pyproject.toml Bump version // 2 2021-08-17 03:07:38 +03:00
README.md Bump version 2021-08-01 01:09:43 +03:00

aiogram 3.0 [WIP]

[Telegram] aiogram live MIT License Supported python versions Telegram Bot API PyPi Package Version PyPi status Downloads Codecov

aiogram modern and fully asynchronous framework for Telegram Bot API written in Python 3.8 with asyncio and aiohttp. It helps you to make your bots faster and simpler.