| title | chatMessageReaction resource type |
|---|---|
| description | Represents a reaction to a chatMessage entity. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| author | RamjotSingh |
| ms.subservice | teams |
| ms.date | 10/18/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a reaction to a chatMessage entity.
An entity of type chatMessageReaction is returned as part of the Get channel message API, as a part of the chatMessage entity.
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
| displayName | String | The name of the reaction. |
| reactionContentUrl | String | The hosted content URL for the custom reaction type. |
| reactionType | String | The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised. |
| user | chatMessageReactionIdentitySet | The user who reacted to the message. |
None.
The following JSON representation shows the resource type.
{
"createdDateTime": "String (timestamp)",
"displayName": "String",
"reactionContentUrl": "String",
"reactionType": "String",
"user": {"@odata.type": "microsoft.graph.chatMessageReactionIdentitySet"}
}