We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e456a commit d0752cbCopy full SHA for d0752cb
slack_bolt/agent/agent.py
@@ -10,6 +10,9 @@ class BoltAgent:
10
Experimental:
11
This API is experimental and may change in future releases.
12
13
+ FIXME: chat_stream() only works when thread_ts is available (DMs and threaded replies).
14
+ It does not work on channel messages because ts is not provided to BoltAgent yet.
15
+
16
@app.event("app_mention")
17
def handle_mention(agent):
18
stream = agent.chat_stream()
0 commit comments