slack-api
slack-api copied to clipboard
channels.list method no longer exists
In SlackWebApiConstants.java
String CHANNELS_LIST = "channels.list";
The channels.list method no longer exists in the official Slack API. It will cause an unknown method error if used by getChannelList()