ChannelType
The types of Channel to be returned when connecting to Slack.
Possible Values
all, public, private, im, mpimData Type
string
Default Value
"all"
Remarks
- all: Set to this to retrieve all the channels.
- public: Set to this to retrieve public channels.
- private: Set to this to retrieve Private channels.
- im: Set to this to retrieve Direct Message channels.
- mpim: Set to this to retrieve MultipartyDirectMessage channels.