1
0
Fork 0

fix: signature of on_correct() and on_text()

This commit is contained in:
nicoco 2024-01-19 22:06:27 +01:00
parent ecd393fe83
commit 662d7c63fe
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,7 @@ class Session(BaseSession[str, Recipient]):
reply_to_msg_id: Optional[str] = None,
reply_to_fallback_text: Optional[str] = None,
reply_to=None,
mentions=None,
**_,
):
"""
@ -390,6 +391,7 @@ class Session(BaseSession[str, Recipient]):
legacy_msg_id: str,
thread=None,
link_previews=(),
mentions=None,
):
"""
Request correction (aka editing) for a given WhatsApp message.