2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Add abstract method InputMessageContent.write

This commit is contained in:
Dan 2019-07-21 23:10:57 +02:00
parent c0e9b98cab
commit 4274ef9639

View File

@ -35,3 +35,6 @@ class InputMessageContent(Object):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
def write(self, reply_markup):
raise NotImplementedError