aiogram/aiogram/dispatcher
darksidecat 5b1bed7942
fix bug in getting user_id, chat_id from context (#520)
* fix bug in getting user_id, chat_id from context (need User.id for future use, not User object)

* requested changes: get current() can return None

add check this case
2021-03-14 18:10:40 +02:00
..
filters Bot API 5.1 (#519) 2021-03-14 18:05:17 +02:00
__init__.py Add missed ChatPermissions to __all__ (#393) 2020-09-13 22:14:33 +03:00
dispatcher.py fix bug in getting user_id, chat_id from context (#520) 2021-03-14 18:10:40 +02:00
handler.py fix(handlerObj): fix parameter-spec solving (#408) 2020-08-22 00:07:03 +03:00
middlewares.py fix(bot,dispatcher): do not use _MainThread event loop (#397) 2020-09-13 22:42:21 +03:00
storage.py fix return value of FSMContextProxy's setdefault (#405) (#491) 2021-01-10 20:52:50 +02:00
webhook.py Bot API 5.0 (#454) 2020-11-08 17:51:39 +02:00