mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update asyncio_helper.py
This commit is contained in:
parent
1efe465e9d
commit
ea1efad1ea
@ -1816,6 +1816,7 @@ class ApiTelegramException(ApiException):
|
||||
result)
|
||||
self.result_json = result_json
|
||||
self.error_code = result_json['error_code']
|
||||
self.description = result_json['description']
|
||||
|
||||
class RequestTimeout(Exception):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user