@slack/web-api / ConversationsCreateArguments
Defined in: src/types/request/conversations.ts:75
IsPrivate.TokenOverridable.OptionalTeamAssignable
optional is_private: boolean;Defined in: src/types/request/conversations.ts:32
Whether the channel should be private.
IsPrivate.is_privatename: string;Defined in: src/types/request/conversations.ts:77
Name of the public or private channel to create.
optional team_id: string;Defined in: src/types/request/common.ts:70
If using an org token, team_id is required.
OptionalTeamAssignable.team_idoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token