mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 21:24:50 +00:00
Add abstract method InputMessageContent.write
This commit is contained in:
parent
c0e9b98cab
commit
4274ef9639
1 changed files with 3 additions and 0 deletions
|
|
@ -35,3 +35,6 @@ class InputMessageContent(Object):
|
|||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
def write(self, reply_markup):
|
||||
raise NotImplementedError
|
||||
|
|
|
|||
Loading…
Reference in a new issue