Skip to content

Conversation

@olegbespalov
Copy link

@olegbespalov olegbespalov commented Sep 15, 2025

⚠️ BREAKING CHANGE

Previously this method returned only reaction details, but with this change it started to also return the item itself (e.g. message, file, file_comment). This makes this closer to the actual response of the Slack API.

To migrate an existing code, you can just use resp.Reactions to access the slice of []ItemReaction.

API changes

GetReactions returns ReactedItem instead of the []ItemReaction. To migrate your existing logic, you can switch to using resp.Reactions

Closes #1479

!BREAKING CHANGE

Previously this method returned only reaction details, but with this change it started to also return the item itself (e.g. message, file, file_comment). This makes this closer to the actual response of Slack API.

To migrate an existing code, you can just use resp.Reactions to access
the slice of []ItemReaction.
@nlopes nlopes force-pushed the feat/reactions-get-full branch from 9808e43 to d27ef61 Compare November 5, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust GetReactions to return also an item to align with Slack API

2 participants