Skip to main content

@slack/web-api / AdminConversationsCreateArguments

Type Alias: AdminConversationsCreateArguments

type AdminConversationsCreateArguments = TokenOverridable & WorkspaceAccess & object;

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

Type Declaration​

description?​

optional description?: string;

Description​

Description of the public or private channel to create.

is_private​

is_private: boolean;

Description​

When true, creates a private channel instead of a public channel.

name​

name: string;

Description​

Name of the public or private channel to create.