chatInfo 资源类型

命名空间:microsoft.graph

包含与 Microsoft Teams 会议关联的信息。

属性

属性 类型 说明
messageId String Microsoft Teams 频道中邮件的唯一标识符。
replyChainMessageId String 答复消息的 ID。
threadId String Microsoft Teams 中线程的唯一标识符。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "messageId": "String",
  "replyChainMessageId": "String",
  "threadId": "String"
}