mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 06:45:39 +00:00
Bring Message .reply() and .edit() back for now
This commit is contained in:
@@ -727,6 +727,8 @@ class Message(Object, Update):
|
||||
reply_markup=reply_markup
|
||||
)
|
||||
|
||||
reply = reply_text
|
||||
|
||||
def reply_animation(
|
||||
self,
|
||||
animation: str,
|
||||
@@ -2409,6 +2411,8 @@ class Message(Object, Update):
|
||||
reply_markup=reply_markup
|
||||
)
|
||||
|
||||
edit = edit_text
|
||||
|
||||
def edit_caption(
|
||||
self,
|
||||
caption: str,
|
||||
|
Reference in New Issue
Block a user