pyrofork: fix typos in Bound Method docs

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-09-02 19:37:06 +07:00
parent 37e39bd6ce
commit 2ebfb80761
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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/<username>* (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/<username>* (str).