chatMessageReaction resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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.
Properties
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. |
JSON representation
The following JSON representation shows the resource type.
{
"createdDateTime": "String (timestamp)",
"displayName": "String",
"reactionContentUrl": "String",
"reactionType": "String",
"user": {"@odata.type": "microsoft.graph.chatMessageReactionIdentitySet"}
}