Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow deserialization of recent link_shared (#260)
`link_shared` events in the Slack developer sandboxes do not contain the `source` and `unfurl_id` options anymore, as the associated [`chat.unfurl`](https://api.slack.com/methods/chat.unfurl) API method now mandates passing the `(channel, ts)` tuple over the `(source, unfurl_id)` one > Both channel and ts must be provided together, or unfurl_id and source must be provided together. _And_ `channel`, `ts` are marked as required arguments. Close: #259
- Loading branch information