Inumedia/SlackAPI

[SLACK 1.10] JoinDirectMessageChannelAsync is broken

Closed this issue · 2 comments

Hello,
we have an issue with JoinDirectMessageChannelAsync because it uses the parameter user instead of users

so currently we have to do

JoinDirectMessageChannelResponse jdmcResponse = await _slackTaskClient.APIRequestWithTokenAsync<JoinDirectMessageChannelResponse>(param); to handle this.

@liszto Tested with master and that works.

Happy to make a PR for this, we had the same problem when we just updated to the newest version. This will break a lot of folks on upgrade.