1 parent c5ad34b commit 856f446Copy full SHA for 856f446
1 file changed
telegram/ext/handler.py
@@ -46,6 +46,9 @@ def checkUpdate(self, update):
46
47
Args:
48
update (object): The update to be tested
49
+
50
+ Returns:
51
+ bool
52
"""
53
raise NotImplementedError
54
0 commit comments