2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-02 23:35:17 +00:00

Merge branch 'develop' into asyncio

# Conflicts:
#	pyrogram/client/types/messages_and_media/message.py
This commit is contained in:
Dan
2019-06-20 19:24:15 +02:00
4 changed files with 56 additions and 16 deletions

View File

@@ -727,6 +727,8 @@ class Message(Object, Update):
reply_markup=reply_markup
)
reply = reply_text
async def reply_animation(
self,
animation: str,
@@ -2409,6 +2411,8 @@ class Message(Object, Update):
reply_markup=reply_markup
)
edit = edit_text
async def edit_caption(
self,
caption: str,