mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update scene.rst
I think this is a typo.
This commit is contained in:
parent
ac96f0d233
commit
42bd98169f
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ Each event type can be filtered in the same way as in the Router.
|
|||
Also each event type can be marked as scene entry point, exit point or leave point.
|
||||
|
||||
If you want to mark the scene can be entered from message or inline query,
|
||||
you should use :code:`on.message` or :code:`on.inline_query` marker:
|
||||
you should use :code:`on.message` or :code:`on.callback_query` marker:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue