slack.conversationfilterobject.include
Home > @runlightyear/slack > ConversationFilterObject > include
ConversationFilterObject.include property
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.
Signature:include?: Array<"im" | "mpim" | "private" | "public">;