We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affb6a1 commit 6048885Copy full SHA for 6048885
docs/english/experiments.md
@@ -42,10 +42,10 @@ The `say_stream` utility streamlines calling the Python Slack SDK's [`WebClient.
42
43
| Parameter | Value |
44
|---|---|
45
-|`channel_id` | Sourced from the event payload.
+| `channel_id` | Sourced from the event payload.
46
| `thread_ts` | Sourced from the event payload. Falls back to the `ts` value if available.
47
| `recipient_team_id` | Sourced from the event `team_id` (`enterprise_id` if the app is installed on an org).
48
- `recipient_user_id` | Sourced from the `user_id` of the event.
+| `recipient_user_id` | Sourced from the `user_id` of the event.
49
50
If neither a `channel_id` or `thread_ts` can be sourced, then the utility will merely be `None`.
51
0 commit comments