chatMessageIdentitySet 资源类型
命名空间:microsoft.graph
表示用户 (、应用程序或对话) @mentioned聊天或频道中的消息中的资源。
继承自 identitySet。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| application | Identity | 继承自 identitySet。 如果存在,表示应用程序 (例如,自动程序) @mentioned消息 中的自动程序。 |
| 对话 | teamworkConversationIdentity | 如果存在 ,表示对话 (例如,团队或频道 ) @mentioned消息中。 |
| 设备 | identity | 继承自 identitySet。 由于不支持在设备上使用,@mention使用。 |
| 用户 | identity | 继承自 identitySet。 如果存在,表示用户@mentioned消息 中显示的消息。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.chatMessageMentionedIdentitySet",
"user": {
"@odata.type": "microsoft.graph.identity"
},
"application": {
"@odata.type": "microsoft.graph.identity"
},
"device": {
"@odata.type": "microsoft.graph.identity"
},
"conversation": {
"@odata.type": "microsoft.graph.teamworkConversationIdentity"
}
}
反馈
提交和查看相关反馈