@slack/web-api / AdminConversationsDisconnectSharedArguments
Defined in: src/types/request/admin/conversations.ts:99
ChannelID.TokenOverridable
channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
ChannelID.channel_idoptional leaving_team_ids: string[];Defined in: src/types/request/admin/conversations.ts:101
Team IDs getting removed from the channel, optional if there are only two teams in the channel.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token