Types
ReactionGroup
A group of reactions with the same base emoji on a reactable (post, comment, or chat message). Skin-tone modifiers are stripped server-side, so an emoji and its skin-toned variant collapse into the same group.
object
ReactionGroupFields
count
Int!
Number of reactions with this emoji
emoji
String!
The base emoji character (skin-tone modifiers stripped)
reactedByViewer
Boolean!
Whether the current viewer has reacted to this target with this emoji
reactors
[User!]!
The first members who reacted with this emoji, oldest first (up to a preview limit; use count for the true total). First-party only.