mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: fix typos in Bound Method docs
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
37e39bd6ce
commit
2ebfb80761
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue