Skip to main content

slack.listconversationsprops.types

Home > @runlightyear/slack > ListConversationsProps > types

ListConversationsProps.types property

Mix and match channel types by providing a list of any combination of public_channel, private_channel, mpim, im

Signature:
types?: Array<"public_channel" | "private_channel" | "mpim" | "im">;