SlackAPI
SlackAPI copied to clipboard
GetChannelListAsync() returns error of "unknown method".
Wondering if this package is still maintained or if I don't have the proper application rights...
var slackClient = new SlackTaskClient(_token); var channelResult = await slackClient.GetChannelListAsync();
Hi @JClayton-TAIT, Calling it maintained may be a bit generous 😄
GetConversationsListAsync should provide the functionality you seek.