Skip to main content

slack.createconversationprops

Home > @runlightyear/slack > CreateConversationProps

CreateConversationProps interface

Signature:
interface CreateConversationProps 

Required Properties

PropertyModifiersTypeDescription
namestring

Name of the public or private channel to create

Example mychannel

Optional Properties

PropertyModifiersTypeDescription
isPrivate?booleanCreate 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