> 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/mentionstype.md).

# MentionsType

| Properties | Description                                | Type           |
| ---------- | ------------------------------------------ | -------------- |
| users?     | Array of object including mentioned users. | Array\<Object> |
| channels?  | List of mentioned channels                 | Array\<Object> |
| roles?     | List of mentioned roles                    | Array\<Object> |
| everyone?  | mention/ping type                          | Boolean        |
| here?      | mention/ping type                          | Boolean        |
