chatMessageFromIdentitySet 资源类型
命名空间:microsoft.graph
表示聊天或频道中 消息 的发件人。 此对象可能 null
用于已由 Microsoft Teams 内部系统删除或发送的消息;例如,用于添加成员的事件消息。
继承自 identitySet。
属性
属性 | 类型 | 说明 |
---|---|---|
application | identity | 继承自 identitySet。 如果存在,则表示应用程序 (例如发送消息的机器人) 。 |
设备 | identity | 继承自 identitySet。 未使用。 |
用户 | teamworkUserIdentity | 如果存在,则表示发送消息的用户。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.chatMessageFromIdentitySet",
"application": {
"@odata.type": "microsoft.graph.identity"
},
"device": {
"@odata.type": "microsoft.graph.identity"
},
"user": {
"@odata.type": "microsoft.graph.identity"
}
}