| title | messageUnpinnedEventMessageDetail resource type |
|---|---|
| description | Represents the details of an event message about an unpinned chat message. |
| author | sumanac |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the details of an event message about an unpinned chatMessage. This message is generated when a chat message is unpinned.
Inherits from eventMessageDetail.
| Property | Type | Description |
|---|---|---|
| eventDateTime | DateTimeOffset | Date and time when the event occurred. |
| initiator | identitySet | Initiator of the event. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.messageUnpinnedEventMessageDetail",
"eventDateTime": "String (timestamp)",
"initiator": {
"@odata.type": "microsoft.graph.identitySet"
}
}