@slack/web-api / AdminConversationsRestrictAccessListGroupsArguments
Defined in: src/types/request/admin/conversations.ts:149
ChannelID.RestrictAccessTeamID.TokenOverridable
channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
ChannelID.channel_idoptional team_id: string;Defined in: src/types/request/admin/conversations.ts:38
The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.
RestrictAccessTeamID.team_idoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token