Structured user mention in a text field.
| Name | Type | Description |
|---|---|---|
| created_date | Int64 | Creation date as Unix time in seconds. |
| created_user_id | Int64 | ID of the user who created the mention. |
| id | Int64 | Mention ID. |
| last_update | Int64 | Last update date as Unix time in seconds. |
| length | Int32 | Fragment length in text. |
| mentioned_entity_id | Int64 | Mentioned entity ID. |
| mentioned_entity_name | String | Mentioned entity display name. |
| mentioned_entity_photo_url | String | Mentioned entity photo or avatar URL. |
| mentioned_entity_type | String | Mentioned entity type: User. Allowed values: Default, User. |
| offset | Int32 | Start position of the fragment in text. |
| read | Boolean | Indicates whether the mention was read by the mentioned entity. |
| read_date | Int64 | Read date as Unix time in seconds. |
| source_entity_id | String | Source record ID. |
| source_entity_type | String | Source entity type: ChatMessage, ProjectTask, Lead, Deal, or Ticket. Allowed values: Default, ChatMessage, ProjectTask, Lead, Deal, Ticket. |
| source_field | String | Source field: text or description. |
| text | String | Visible mention text, for example @Alice. |