> For the complete documentation index, see [llms.txt](https://legacy.docs.touchguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy.docs.touchguild.com/documentation/select-version/v.0.1.6/types/messagereactionrawtypes.md).

# messageReactionRawTypes

| Properties         | Description     | Type           |
| ------------------ | --------------- | -------------- |
| serverId           | guild id        | String         |
| reaction           | reaction object | Object         |
| reaction.channelId | channel id      | String         |
| reaction.messageId | message id      | String         |
| reaction.createdBy | user id         | String         |
| emote              | emote object    | Object         |
| emote.id           | emote id        | Number\|String |
| emote.name         | emote name      | String         |
| emote.url          | emote url       | String         |
