mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Bring Message .reply() and .edit() back for now
This commit is contained in:
parent
11b4b947ac
commit
0699bd31e5
1 changed files with 4 additions and 0 deletions
|
|
@ -727,6 +727,8 @@ class Message(Object, Update):
|
||||||
reply_markup=reply_markup
|
reply_markup=reply_markup
|
||||||
)
|
)
|
||||||
|
|
||||||
|
reply = reply_text
|
||||||
|
|
||||||
def reply_animation(
|
def reply_animation(
|
||||||
self,
|
self,
|
||||||
animation: str,
|
animation: str,
|
||||||
|
|
@ -2409,6 +2411,8 @@ class Message(Object, Update):
|
||||||
reply_markup=reply_markup
|
reply_markup=reply_markup
|
||||||
)
|
)
|
||||||
|
|
||||||
|
edit = edit_text
|
||||||
|
|
||||||
def edit_caption(
|
def edit_caption(
|
||||||
self,
|
self,
|
||||||
caption: str,
|
caption: str,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue