We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f20f6 commit d77df18Copy full SHA for d77df18
PyTgCalls/Decorators.xml
@@ -15,7 +15,7 @@
15
client = # Here Your MTProto Client
16
app = PyTgCalls(client)
17
18
- @app.on_update(call_filters.stream_end)
+ @app.on_update(call_filters.stream_end())
19
async def handler(client: PyTgCalls, update: Update):
20
print(update)
21
0 commit comments