Open JClayton-TAIT opened 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();
Hi @JClayton-TAIT, Calling it maintained may be a bit generous 😄
GetConversationsListAsync should provide the functionality you seek.
GetConversationsListAsync
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();