We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiya,
Just trying out this library, i'm getting a unknown_method error message.
unknown_method
The text was updated successfully, but these errors were encountered:
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();
Sorry, something went wrong.
Ill close this issue. Seems like i needed the conversations api anyways and there are more pressing issues on the backlog.
Successfully merging a pull request may close this issue.
Hiya,
Just trying out this library, i'm getting a
unknown_method
error message.The text was updated successfully, but these errors were encountered: