Type Alias: AdminConversationsCreateArguments
type AdminConversationsCreateArguments: TokenOverridable & WorkspaceAccess & object;
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.
Defined in
packages/web-api/src/types/request/admin/conversations.ts:85