Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

GetChannelListAsync() returns error of "unknown method". #324

Open JClayton-TAIT opened 1 year ago

JClayton-TAIT commented 1 year ago

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

calexander3 commented 1 year ago

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

GetConversationsListAsync should provide the functionality you seek.