| title | messagePinnedEventMessageDetail resource type |
|---|---|
| description | Represents the details of an event message about a pinned chat message. |
| author | sumanac |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of an event message about a pinned chatMessage. This message is generated when a chat message is pinned.
Inherits from eventMessageDetail.
| Property | Type | Description |
|---|---|---|
| eventDateTime | DateTimeOffset | Date and time when the event occurred. |
| initiator | identitySet | Initiator of the event. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.messagePinnedEventMessageDetail",
"eventDateTime": "String (timestamp)",
"initiator": {
"@odata.type": "microsoft.graph.identitySet"
}
}- Example response for an event message about a pinned chat message
- For more information about other types of events, see System messages.