mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
MessageToReplyNotFound new text
This commit is contained in:
parent
1e2fe72aca
commit
c879dfedbf
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.
|
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):
|
class MessageIdentifierNotSpecified(MessageError):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue