Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 user that reacted to a message in a chat or a channel. Only the user property has a value.
Inherits from identitySet.
Properties
| 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.chatMessageReactionIdentitySet",
"user": {
"@odata.type": "microsoft.graph.identity"
},
"application": {
"@odata.type": "microsoft.graph.identity"
},
"device": {
"@odata.type": "microsoft.graph.identity"
}
}