Inumedia / SlackAPI

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

Change im to use Conversations API. DM API is being deprecated. #262

Closed AJH16 closed 3 years ago

AJH16 commented 3 years ago

Slack is deprecating the im API. This changes the direct message opening and sending to work through the conversations API instead.

Note: Additional changes should be made for other APIs that are being deprecated, but this was the only parts I was able to get time to fix.

AJH16 commented 3 years ago

Just pinging on this as the interface is imminently being disabled if it hasn't been already.

Inumedia commented 3 years ago

Hi,

Thanks, yeah, I've been poking around it a bit for the last two weeks in my free time.

https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api

Looks like Feb 24th is the end of life for those API calls