slack-ruby / slack-ruby-client

A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
MIT License
1.19k stars 215 forks source link

chat.unfurl allows unfurl_id and source instead of channel and ts #388

Open MasterOdin opened 2 years ago

MasterOdin commented 2 years ago

See https://api.slack.com/changelog/2021-08-changes-to-unfurls.

The chat.unfurl endpoint now allows for using either unfurl_id and source or channel and ts.

dblock commented 2 years ago

Please contribute!