# Functions
DetectChannelType converts a channelID to a ChannelType.
EscapeMessage text.
# Constants
CTypeChannel is a public channel.
CTypeDM is a private channel between two slack users.
CTypeGroup is a group channel.
CTypeUnknown represents channels we cannot properly detect.
# Interfaces
Retryable errors return true.
# Type aliases
ChannelType the type of channel based on the channelID.