Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
update: Update,
examples/middlewares.py:19
Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
update: Update,
examples/middlewares.py:38
Method__call__(
self,
handler: Callable[[Message, dict[str, Any]], Awaitable[Any]],
message: Message
examples/middlewares.py:60
Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
event: Update,
examples/middlewares.py:77
Method__call__(
self,
handler: Callable[[Message, dict[str, Any]], Awaitable[Any]],
event: Message,
examples/context_addition.py:26
Method__call__(
self,
value: Any,
files: dict[str, Any],
_dumps_json: Union[Callable[..., st
aliceio/utils/funcs.py:14
Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
event: Update,
aliceio/dispatcher/middlewares/error.py:17
Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
event: Update,
aliceio/dispatcher/middlewares/response_convert.py:10
Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
event: Update,
aliceio/dispatcher/middlewares/user_context.py:13
Method__call__(
self,
handler: Callable[[AliceObject, dict[str, Any]], Awaitable[Any]],
event: Alice
aliceio/fsm/middlewares/fsm_context.py:31
Method__call__(
self,
handler: Callable[[Update, dict[str, Any]], Awaitable[Any]],
event: Update,
aliceio/fsm/middlewares/api_storage.py:24