chatRenamedEventMessageDetail resource type

Namespace: microsoft.graph

Represents the details of an event message about a renamed chat. This message is generated when a group or a meeting chat topic is updated.

Inherits from eventMessageDetail.

Properties

Property Type Description
chatDisplayName String The updated name of the chat.
chatId String Unique identifier of the chat.
initiator identitySet Initiator of the event.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.chatRenamedEventMessageDetail",
  "chatDisplayName": "String",
  "chatId": "String",
  "initiator": {
    "@odata.type": "microsoft.graph.identitySet"
  }
}