Merge pull request #158 from amirho3inf/patch-1

fix BotKicked
This commit is contained in:
Alex Root Junior 2019-07-13 10:18:24 +03:00 committed by GitHub
commit 87c46bab07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -490,7 +490,7 @@ class Unauthorized(TelegramAPIError, _MatchErrorMixin):
class BotKicked(Unauthorized):
match = 'Bot was kicked from a chat'
match = 'bot was kicked from a chat'
class BotBlocked(Unauthorized):