Skip to main content

@slack/web-api / AdminConversationsSetTeamsArguments

Interface: AdminConversationsSetTeamsArguments

Defined in: packages/web-api/src/types/request/admin/conversations.ts:208

Extends​

  • ChannelID.TokenOverridable

Properties​

channel_id​

channel_id: string;

Defined in: packages/web-api/src/types/request/common.ts:85

Description​

Encoded channel ID.

Inherited from​

ChannelID.channel_id

org_channel?​

optional org_channel?: boolean;

Defined in: packages/web-api/src/types/request/admin/conversations.ts:210

Description​

Set to true if channel has to be converted to an org channel. Defaults to false.


target_team_ids?​

optional target_team_ids?: string[];

Defined in: packages/web-api/src/types/request/admin/conversations.ts:215

Description​

A list of workspaces to which the channel should be shared. Not required if the channel is being shared org-wide.


team_id?​

optional team_id?: string;

Defined in: packages/web-api/src/types/request/admin/conversations.ts:220

Description​

The workspace to which the channel belongs. Omit this argument if the channel is a cross-workspace shared channel.


token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token