In-App UI
React
Types
SlackChannelQueryOptions

SlackChannelQueryOptions

Configuration options for querying Slack channels.

Properties

#
maxCountnumber
The maximum number of channels to return. Default: 1000.
limitPerPagenumber
How many Slack channels will be returned per request. Default: 200.
excludeArchivedboolean
Whether to exclude archived channels. Default: true.
typesstring
Types of channels to return. Default: 'private_channel,public_channel'.
teamIdstring
Filters channels to a specific team ID. Default: null.

Example

#