mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +00:00
Add abstract method InputMessageContent.write
This commit is contained in:
parent
c0e9b98cab
commit
4274ef9639
@ -35,3 +35,6 @@ class InputMessageContent(Object):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def write(self, reply_markup):
|
||||
raise NotImplementedError
|
||||
|
Loading…
x
Reference in New Issue
Block a user