mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
parent
2429e4a1ac
commit
7a618b41f9
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ Inline query
|
|||
.. code-block:: python
|
||||
|
||||
@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
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue