mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
fix BotKicked
This commit is contained in:
parent
c7038dcc4e
commit
4a4eb5cff9
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ class Unauthorized(TelegramAPIError, _MatchErrorMixin):
|
||||||
|
|
||||||
|
|
||||||
class BotKicked(Unauthorized):
|
class BotKicked(Unauthorized):
|
||||||
match = 'Bot was kicked from a chat'
|
match = 'bot was kicked from a chat'
|
||||||
|
|
||||||
|
|
||||||
class BotBlocked(Unauthorized):
|
class BotBlocked(Unauthorized):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue