From 78ccb93bc1a52b7916306eb75d0783594705a045 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 7 May 2018 16:37:54 +0200 Subject: [PATCH] Add TimeoutError on possible raises --- pyrogram/client/methods/bots/inline/get_inline_bot_results.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrogram/client/methods/bots/inline/get_inline_bot_results.py b/pyrogram/client/methods/bots/inline/get_inline_bot_results.py index 68e2a8cc..b6d80632 100644 --- a/pyrogram/client/methods/bots/inline/get_inline_bot_results.py +++ b/pyrogram/client/methods/bots/inline/get_inline_bot_results.py @@ -50,6 +50,7 @@ class GetInlineBotResults(BaseClient): Raises: :class:`Error ` + ``TimeoutError``: If the bot fails to answer within 10 seconds """ # TODO: Split location parameter into lat and long