HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
114 stars 53 forks source link

Use conversations_replies instead of channels_replies #216

Closed ovcica closed 3 years ago

ovcica commented 3 years ago

channels_replies has been deprecated as of Feb 24th: https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api

Conversations API doc: https://api.slack.com/methods/conversations.replies

It seems the response format is the same, so the same parsing should continue to work.

@szabowexler @kecarroll

ovcica commented 3 years ago

We'll fix this in a different way within HubSpot