mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
2429e4a1ac
commit
7a618b41f9
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ Inline query
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@router.inline_query()
|
@router.inline_query()
|
||||||
async def inline_query_handler(inline_query: types.Message) -> Any: pass
|
async def inline_query_handler(inline_query: types.InlineQuery) -> Any: pass
|
||||||
|
|
||||||
Chosen inline query
|
Chosen inline query
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue