Interface: AdminConversationsDisconnectSharedArguments
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
leaving_team_ids?
optional leaving_team_ids: string[];
Description
Team IDs getting removed from the channel, optional if there are only two teams in the channel.
Defined in
packages/web-api/src/types/request/admin/conversations.ts:101
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token