mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Add InlineQuery.answer
This commit is contained in:
parent
6bba2da814
commit
65002b9280
4 changed files with 67 additions and 1 deletions
|
|
@ -62,4 +62,6 @@ return AnswerInlineQuery(...)
|
|||
## Related pages:
|
||||
|
||||
- [Official documentation](https://core.telegram.org/bots/api#answerinlinequery)
|
||||
- [aiogram.types.InlineQuery](../types/inline_query.md)
|
||||
- [aiogram.types.InlineQueryResult](../types/inline_query_result.md)
|
||||
- [Aliases](../types/inline_query.md#aliases)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue