Skip to main content

@slack/web-api / ConversationsCreateArguments

Interface: ConversationsCreateArguments

Defined in: packages/web-api/src/types/request/conversations.ts:75

Extends​

  • IsPrivate.TokenOverridable.OptionalTeamAssignable

Properties​

is_private?​

optional is_private?: boolean;

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

Description​

Whether the channel should be private.

Inherited from​

IsPrivate.is_private

name​

name: string;

Defined in: packages/web-api/src/types/request/conversations.ts:77

Description​

Name of the public or private channel to create.


team_id?​

optional team_id?: string;

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

Description​

If using an org token, team_id is required.

Inherited from​

OptionalTeamAssignable.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