T
Size: a a a
T
A
A
K
A
A
GF
GF
GF
т
т
A
GF
class ApiTelegramException(ApiException):
"""
This class represents an Exception thrown when a Telegram API returns error code.
"""
def __init__(self, function_name, result, result_json):
if result_json['error_code'] == 403:
print(f"{result_json['description']}")
raise UserIsBlocked('description: Forbidden: bot was blocked by the user')
вот тебе кусочек его кода, вдруг ты не читалGF
т
class ApiTelegramException(ApiException):
"""
This class represents an Exception thrown when a Telegram API returns error code.
"""
def __init__(self, function_name, result, result_json):
if result_json['error_code'] == 403:
print(f"{result_json['description']}")
raise UserIsBlocked('description: Forbidden: bot was blocked by the user')
вот тебе кусочек его кода, вдруг ты не читалA
A
A
GF