2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-08 18:25:16 +00:00

Add edit, edit_caption, edit_media and edit_reply_markup bound methods to the CallbackQuery type

This commit is contained in:
Dan
2019-06-14 02:46:27 +02:00
parent 22199b0fe5
commit da4ff268a4
3 changed files with 187 additions and 1 deletions

View File

@@ -159,3 +159,9 @@ class BaseClient:
def edit_message_text(self, *args, **kwargs):
pass
def edit_message_media(self, *args, **kwargs):
pass
def edit_message_reply_markup(self, *args, **kwargs):
pass