mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 22:05:28 +00:00
Add abstract method InputMessageContent.write
This commit is contained in:
@@ -35,3 +35,6 @@ class InputMessageContent(Object):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def write(self, reply_markup):
|
||||
raise NotImplementedError
|
||||
|
Reference in New Issue
Block a user