Bring Message .reply() and .edit() back for now

This commit is contained in:
Dan 2019-06-20 19:23:33 +02:00
parent 11b4b947ac
commit 0699bd31e5

View File

@ -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,