mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix sphinx warning
This commit is contained in:
parent
675c913a62
commit
9f8e05861f
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ class Message(Object):
|
|||
)
|
||||
|
||||
def edit(self, text: str, parse_mode: str = "", disable_web_page_preview: bool = None, reply_markup=None):
|
||||
"""Bound method *edit* of :obj:`Message <pyrogram.Message>
|
||||
"""Bound method *edit* of :obj:`Message <pyrogram.Message>`
|
||||
|
||||
Use as a shortcut for:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue