Skip to main content

slack.conversationfilterobject

Home > @runlightyear/slack > ConversationFilterObject

ConversationFilterObject interface

Signature:
interface ConversationFilterObject 

Optional Properties

PropertyModifiersTypeDescription
excludeBotUsers?booleanIndicates whether to exclude bot users from conversation lists. Defaults to false.
excludeExternalSharedChannels?booleanIndicates whether to exclude external shared channels from conversation lists. This field will not exclude users from shared channels. Defaults to false.
include?Array<"im" | "mpim" | "private" | "public">

Indicates which type of conversations should be included in the list. When this field is provided, any conversations that do not match will be excluded

You should provide an array of strings from the following options: im, mpim, private, and public. The array cannot be empty.