File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/docs/content/docs/en/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ Create a new public or private channel in a Slack workspace.
943943
944944| Parameter | Type | Description |
945945| --------- | ---- | ----------- |
946- | ` channel ` | object | The newly created channel object |
946+ | ` channelInfo ` | object | The newly created channel object |
947947| ↳ ` id ` | string | Channel ID \( e.g., C1234567890\) |
948948| ↳ ` name ` | string | Channel name without # prefix |
949949| ↳ ` is_channel ` | boolean | Whether this is a channel |
@@ -979,7 +979,7 @@ Invite one or more users to a Slack channel. Supports up to 100 users at a time.
979979
980980| Parameter | Type | Description |
981981| --------- | ---- | ----------- |
982- | ` channel ` | object | The channel object after inviting users |
982+ | ` channelInfo ` | object | The channel object after inviting users |
983983| ↳ ` id ` | string | Channel ID \( e.g., C1234567890\) |
984984| ↳ ` name ` | string | Channel name without # prefix |
985985| ↳ ` is_channel ` | boolean | Whether this is a channel |
You can’t perform that action at this time.
0 commit comments