# messageReactionTypes

| Properties        | Description                        | Type                                                                                                              |
| ----------------- | ---------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| message           | Message component or raw object.   | [<mark style="color:purple;">Message</mark>](/documentation/select-version/v.0.1.6/components/message.md)\|Object |
| message.id        | Raw message ID                     | String (part of Object)                                                                                           |
| message.guild     | Guild component or raw object.     | [<mark style="color:purple;">Guild</mark>](/documentation/select-version/v.0.1.6/components/guild.md)\|Object     |
| message.guild.id  | Raw guild id                       | String (part of Object)                                                                                           |
| message.channelID | Raw channel id                     | String (part of Object)                                                                                           |
| emoji             | Emoji types including all its data | [<mark style="color:purple;">emojiTypes</mark>](/documentation/select-version/v.0.1.6/types/emojitypes.md)        |
| reactor           | Member component or raw object.    | [<mark style="color:purple;">Member</mark>](/documentation/select-version/v.0.1.6/components/member.md)\|Object   |
| reactor.id        | Raw member id                      | String (part of Object)                                                                                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacy.docs.touchguild.com/documentation/select-version/v.0.1.6/types/messagereactiontypes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
