Skip to main content

Interface: AdminTeamsSettingsSetDefaultChannelsArguments

Defined in: packages/web-api/src/types/request/admin/teams.ts:32

Extends

  • ChannelIDs.TeamID.TokenOverridable

Properties

channel_ids

channel_ids: [string, ...string[]];

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

Description

An array of channel IDs (must include at least one ID).

Inherited from

ChannelIDs.channel_ids

team_id

team_id: string;

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

Description

The encoded team ID.

Inherited from

TeamID.team_id

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