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