slack.createconversationprops
Home > @runlightyear/slack > CreateConversationProps
CreateConversationProps interface
Signature:interface CreateConversationProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
name | string | Name of the public or private channel to create Example mychannel |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isPrivate? | boolean | Create a private channel instead of a public one | |
teamId? | string | Encoded team id to create the channel in, required if org token is used Example T1234567890 |