Skip to content

Commit 6048885

Browse files
table thing
1 parent affb6a1 commit 6048885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/english/experiments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ The `say_stream` utility streamlines calling the Python Slack SDK's [`WebClient.
4242

4343
| Parameter | Value |
4444
|---|---|
45-
|`channel_id` | Sourced from the event payload.
45+
| `channel_id` | Sourced from the event payload.
4646
| `thread_ts` | Sourced from the event payload. Falls back to the `ts` value if available.
4747
| `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.
48+
| `recipient_user_id` | Sourced from the `user_id` of the event.
4949

5050
If neither a `channel_id` or `thread_ts` can be sourced, then the utility will merely be `None`.
5151

0 commit comments

Comments
 (0)