mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
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>
This commit is contained in:
parent
7c0e229301
commit
714ac8896c
4 changed files with 74 additions and 43 deletions
1
CHANGES/669.misc
Normal file
1
CHANGES/669.misc
Normal file
|
|
@ -0,0 +1 @@
|
|||
Moved update type detection from Dispatcher to Update object
|
||||
Loading…
Add table
Add a link
Reference in a new issue