ChannelType
The types of Channel to be returned when connecting to Slack.
Possible Values
all, public, private, im, mpimデータ型
string
デフォルト値
"all"
解説
- 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.