SlackAPI icon indicating copy to clipboard operation
SlackAPI copied to clipboard

GetChannelListAsync() returns error of "unknown method".

Open JClayton-TAIT opened this issue 2 years ago • 1 comments

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

JClayton-TAIT avatar Aug 28 '23 14:08 JClayton-TAIT

Hi @JClayton-TAIT, Calling it maintained may be a bit generous 😄

GetConversationsListAsync should provide the functionality you seek.

calexander3 avatar Aug 28 '23 15:08 calexander3