mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: GroupDeactivated exception text update (#598)
This commit is contained in:
parent
0b1c22b7b0
commit
f20e6ca0bd
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