mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +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):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
|
def write(self, reply_markup):
|
||||||
|
raise NotImplementedError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user