2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-07 17:55:24 +00:00

Implement editing of messages sent via inline bots

- edit_message_text
- edit_message_caption
- edit_message_media
- edit_message_reply_markup
This commit is contained in:
Dan
2019-06-14 02:12:06 +02:00
parent a2d1752e89
commit 22199b0fe5
6 changed files with 122 additions and 65 deletions

View File

@@ -156,3 +156,6 @@ class BaseClient:
def get_profile_photos(self, *args, **kwargs):
pass
def edit_message_text(self, *args, **kwargs):
pass