mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: GroupDeactivated exception text update
This commit is contained in:
parent
02cd42a339
commit
a70b1833a2
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class WrongFileIdentifier(BadRequest):
|
|||
|
||||
|
||||
class GroupDeactivated(BadRequest):
|
||||
match = 'group is deactivated'
|
||||
match = 'Group chat was deactivated'
|
||||
|
||||
|
||||
class PhotoAsInputFileRequired(BadRequest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue