mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Hm... lost.. I thinks i'm already merged that...
This commit is contained in:
parent
a9c152782a
commit
bdbaf04b1b
1 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@ class Dispatcher:
|
|||
:param func: custom any callable object
|
||||
:param custom_filters: list of custom filters
|
||||
:param kwargs:
|
||||
:param state:
|
||||
:param state:
|
||||
:return: decorated function
|
||||
"""
|
||||
if content_types is None:
|
||||
|
|
@ -644,7 +644,7 @@ class Dispatcher:
|
|||
func=func,
|
||||
state=state,
|
||||
**kwargs)
|
||||
self.chosen_inline_result_handlers.register(callback, filters_set)
|
||||
self.callback_query_handlers.register(callback, filters_set)
|
||||
|
||||
def callback_query_handler(self, *, func=None, state=None, custom_filters=None, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue