mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update to 4.3 Bot API. LoginUrl.
This commit is contained in:
parent
9c0bc2d489
commit
b70778fcdb
10 changed files with 82 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue