messagePinnedEventMessageDetail resource type
Namespace: microsoft.graph
Represents the details of an event message about a pinned chatMessage. This message is generated when a chat message is pinned.
Inherits from eventMessageDetail.
Properties
Property | Type | Description |
---|---|---|
eventDateTime | DateTimeOffset | Date and time when the event occurred. |
initiator | identitySet | Initiator of the event. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.messagePinnedEventMessageDetail",
"eventDateTime": "String (timestamp)",
"initiator": {
"@odata.type": "microsoft.graph.identitySet"
}
}