Closed sommmen closed 2 years ago
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();
Ill close this issue. Seems like i needed the conversations api anyways and there are more pressing issues on the backlog.
Hiya,
Just trying out this library, i'm getting a
unknown_method
error message.