Interface: AdminTeamsSettingsSetDefaultChannelsArguments
Extends
ChannelIDs
.TeamID
.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
team_id
team_id: string;
Description
The encoded team ID.
Inherited from
TeamID.team_id
Defined in
packages/web-api/src/types/request/common.ts:61
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token