conversation_list_filter: Filter Object for Conversation Lists

View source: R/composition_objects.R

conversation_list_filterR Documentation

Filter Object for Conversation Lists

Description

Provides a way to filter the list of options in a conversations_select_menu or conversations_multi_select_menu. Please note that while none of the fields above are individually required, you must supply at least one of these fields.

Usage

conversation_list_filter(
  include = NULL,
  exclude_external_shared_channels = NULL,
  exclude_bot_users = NULL
)

Arguments

include

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.

exclude_external_shared_channels

Indicates whether to exclude external shared channels from conversation lists. Defaults to false.

exclude_bot_users

Indicates whether to exclude bot users from conversation lists. Defaults to false.

See Also

https://api.slack.com/reference/block-kit/composition-objects#filter_conversations

Other Composition: confirm_object(), dispaction_action_configuration(), option_group(), option_object(), text_object()


samterfa/slackme documentation built on April 11, 2022, 3:29 a.m.