@slack/web-api / AdminConversationsSetTeamsArguments
Defined in: src/types/request/admin/conversations.ts:208
ChannelID.TokenOverridable
channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
ChannelID.channel_idoptional org_channel: boolean;Defined in: src/types/request/admin/conversations.ts:210
Set to true if channel has to be converted to an org channel. Defaults to false.
optional target_team_ids: string[];Defined in: src/types/request/admin/conversations.ts:215
A list of workspaces to which the channel should be shared. Not required if the channel is being shared org-wide.
optional team_id: string;Defined in: src/types/request/admin/conversations.ts:220
The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token