| title | chatMessageReactionIdentitySet resource type |
|---|---|
| description | Represents a user that reacted to a message in a chat or a channel. |
| author | RamjotSingh |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a user that reacted to a message in a chat or a channel. Only the user property has a value.
Inherits from identitySet.
| Property | Type | Description |
|---|---|---|
| application | identity | Inherited from identitySet. Not set because applications can't react to messages. |
| device | identity | Inherited from identitySet. Not set because devices can't react to messages. |
| user | identity | Inherited from identitySet. Details about the user who reacted to the message. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.chatMessageReactionIdentitySet",
"application": {
"@odata.type": "microsoft.graph.identity"
},
"device": {
"@odata.type": "microsoft.graph.identity"
},
"user": {
"@odata.type": "microsoft.graph.identity"
}
}