Interface: AdminConversationsBulkMoveArguments
Extends
ChannelIDs
.TokenOverridable
Properties
channel_ids
channel_ids: [string, ...string[]];
Description
An array of channel IDs (must include at least one ID).
Inherited from
ChannelIDs.channel_ids
Defined in
packages/web-api/src/types/request/common.ts:81
target_team_id
target_team_id: string;
Description
Target team ID to move channels to.
Defined in
packages/web-api/src/types/request/admin/conversations.ts:53
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token