Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Fix for GetConversationsList() function requiring the parameter "type… #257

Closed apresence closed 3 years ago

apresence commented 4 years ago

…s". According to the Slack API reference, this should be optional:

https://api.slack.com/methods/conversations.list

apresence commented 4 years ago

The build failure appears to be due to an API call that timed out, not due to the PR. I will request again.