slack-api icon indicating copy to clipboard operation
slack-api copied to clipboard

channels.list method no longer exists

Open danielowenprm opened this issue 2 years ago • 0 comments

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()

danielowenprm avatar Mar 22 '22 00:03 danielowenprm