Inumedia/SlackAPI

[Bug] SlackTaskClient.GetChannelListAsync() returns unknown_method

sommmen opened this issue · 2 comments

Hiya,

Just trying out this library, i'm getting a unknown_method error message.

image

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.