[Bug] SlackTaskClient.GetChannelListAsync() returns unknown_method
sommmen opened this issue · 2 comments
sommmen commented
sommmen commented
All apis seem to work except GetChannelList...
var userListResponse = await _slackClient.GetUserListAsync();
userListResponse.AssertOk();
var conversationsListResponse = await _slackClient.GetConversationsListAsync();
conversationsListResponse.AssertOk();
var channelListResponse = await _slackClient.GetChannelListAsync();
channelListResponse.AssertOk();
sommmen commented
Ill close this issue. Seems like i needed the conversations api anyways and there are more pressing issues on the backlog.