From 2ebfb8076111aa2ad4e9e4371c5a4667e31282d9 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Mon, 2 Sep 2024 19:37:06 +0700 Subject: [PATCH] pyrofork: fix typos in Bound Method docs Signed-off-by: wulan17 --- pyrogram/types/messages_and_media/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyrogram/types/messages_and_media/message.py b/pyrogram/types/messages_and_media/message.py index a104abb6..aea11164 100644 --- a/pyrogram/types/messages_and_media/message.py +++ b/pyrogram/types/messages_and_media/message.py @@ -1417,7 +1417,7 @@ class Message(Object, Update): Business connection identifier. for business bots only. - reply_to_chat_id (``int`` | ``str``, *optional*): + reply_in_chat_id (``int`` | ``str``, *optional*): Unique identifier for the origin chat. for reply to message from another chat. You can also use chat public link in form of *t.me/* (str). @@ -1595,7 +1595,7 @@ class Message(Object, Update): Business connection identifier. for business bots only. - reply_to_chat_id (``int`` | ``str``, *optional*): + reply_in_chat_id (``int`` | ``str``, *optional*): Unique identifier for the origin chat. for reply to message from another chat. You can also use chat public link in form of *t.me/* (str).