slack-channels

Check Channel Visibility

Return whether the slackbot can see the named channel.

get/slack/channels/visibility

Query parameters

channel_namestring required

Slack channel name to check (with or without leading '#'). Visibility is determined from the slack_channels cache, which is populated when the slackbot joins or sees activity in a channel.

Slack channel name to check (with or without leading '#'). Visibility is determined from the slack_channels cache, which is populated when the slackbot joins or sees activity in a channel.

Response

Successful Response

channel_namestring required
visibleboolean required
channel_idstring nullable
is_privateboolean nullable

Changes