chatMessageReactionIdentitySet 资源类型
命名空间:microsoft.graph
表示对聊天或频道中的消息做出反应的用户。
user
只有 属性具有值。
继承自 identitySet。
属性
属性 | 类型 | 说明 |
---|---|---|
application | identity | 继承自 identitySet。 未设置,因为应用程序无法对消息做出反应。 |
设备 | identity | 继承自 identitySet。 未设置,因为设备无法对消息做出反应。 |
用户 | identity | 继承自 identitySet。 有关对消息做出反应的用户的详细信息。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.chatMessageReactionIdentitySet",
"application": {
"@odata.type": "microsoft.graph.identity"
},
"device": {
"@odata.type": "microsoft.graph.identity"
},
"user": {
"@odata.type": "microsoft.graph.identity"
}
}