Interface: ConversationsCreateArguments
Extends
IsPrivate
.TokenOverridable
.OptionalTeamAssignable
Properties
is_private?
optional is_private: boolean;
Description
Whether the channel should be private.
Inherited from
IsPrivate.is_private
Defined in
packages/web-api/src/types/request/conversations.ts:32
name
name: string;
Description
Name of the public or private channel to create.
Defined in
packages/web-api/src/types/request/conversations.ts:77
team_id?
optional team_id: string;
Description
If using an org token, team_id
is required.
Inherited from
OptionalTeamAssignable.team_id
Defined in
packages/web-api/src/types/request/common.ts:70
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token