You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the data you'd like, be specific, link the docs
Currently, there is no way to specify which channels have to be excluded. I suggest adding two parameters:
exclude_archived: bool -- whether to exclude archived parameters
exclude_channels: List[str] -- list of channels to exclude (add all channels, which are not in exclude list)
The text was updated successfully, but these errors were encountered:
Which source is this for
Slack
Describe the data you'd like, be specific, link the docs
Currently, there is no way to specify which channels have to be excluded. I suggest adding two parameters:
exclude_archived: bool
-- whether to exclude archived parametersexclude_channels: List[str]
-- list of channels to exclude (add all channels, which are not in exclude list)The text was updated successfully, but these errors were encountered: