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