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:
@@ -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
|
||||
|
Reference in New Issue
Block a user