Raise TimeoutError from inline_query instead

This commit is contained in:
Lonami Exo
2022-03-02 13:13:43 +01:00
parent 4d6e75a54e
commit 0eb18f2f5a
2 changed files with 16 additions and 8 deletions

View File

@@ -733,6 +733,10 @@ class TelegramClient:
The geo point location information to send to the bot
for localised results. Available under some bots.
Raises
If the bot does not respond to the inline query in time,
`asyncio.TimeoutError` is raised. The timeout is decided by Telegram.
Returns
A list of `_custom.InlineResult
<telethon.tl._custom.inlineresult.InlineResult>`.