Itiviti / simple-slack-api

(simple) Java Slack client library
470 stars 193 forks source link

Deprecated methods in Slack API layer #276

Open msiege2 opened 4 years ago

msiege2 commented 4 years ago

Slack has deprecated methods that have been replaced with the Conversations API.

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

Today we are announcing the deprecation of the methods that preceded the Conversations API (channels., groups., im., & mpim.). On November 25th, 2020 February 24th, 2021 these methods will retire and cease functioning.

The underlying API calls in simple-slack-api will need to be changed.

sergey-morenets commented 4 years ago

@msiege2 Not sure the API update can be possible. The last Slack API version was released 3 years ago.