Update to 4.3 Bot API. LoginUrl.

This commit is contained in:
Alex RootJunior 2019-06-01 15:16:28 +03:00
parent 9c0bc2d489
commit b70778fcdb
10 changed files with 82 additions and 14 deletions

View file

@ -451,6 +451,11 @@ class ResultIdDuplicate(BadRequest):
text = 'Result ID duplicate'
class BotDomainInvalid(BadRequest):
match = 'bot_domain_invalid'
text = 'Invalid bot domain'
class NotFound(TelegramAPIError, _MatchErrorMixin):
__group = True