Microsoft Graph · Schema

chatInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
messageId string The unique identifier of a message in a Microsoft Teams channel.
replyChainMessageId string The ID of the reply message.
threadId string The unique identifier for a thread in Microsoft Teams.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphchatinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.chatInfo",
  "title": "chatInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "The unique identifier of a message in a Microsoft Teams channel.",
      "nullable": true
    },
    "replyChainMessageId": {
      "type": "string",
      "description": "The ID of the reply message.",
      "nullable": true
    },
    "threadId": {
      "type": "string",
      "description": "The unique identifier for a thread in Microsoft Teams.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}