mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
MessageToReplyNotFound new text (#447)
This commit is contained in:
parent
1e2fe72aca
commit
bd5e4d8149
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class MessageToReplyNotFound(MessageError):
|
|||
"""
|
||||
Will be raised when you try to reply to very old or deleted or unknown message.
|
||||
"""
|
||||
match = 'message to reply not found'
|
||||
match = 'Reply message not found'
|
||||
|
||||
|
||||
class MessageIdentifierNotSpecified(MessageError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue