mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 13:27:47 +00:00
Fix sphinx warning
This commit is contained in:
parent
675c913a62
commit
9f8e05861f
@ -391,7 +391,7 @@ class Message(Object):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def edit(self, text: str, parse_mode: str = "", disable_web_page_preview: bool = None, reply_markup=None):
|
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:
|
Use as a shortcut for:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user