@slack/web-api / AdminConversationsRestrictAccessRemoveGroupArguments
Defined in: src/types/request/admin/conversations.ts:155
ChannelID.GroupID.RestrictAccessTeamID.TokenOverridable
channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
ChannelID.channel_idgroup_id: string;Defined in: src/types/request/admin/conversations.ts:29
The IDP Group ID.
GroupID.group_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