Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents user-specific properties of a chat. These properties might change based on who the caller of the API is.
Note: Currently, only the List chats operation supports chatViewpoint.
Properties
| Property | Type | Description |
|---|---|---|
| isHidden | Boolean | Indicates whether the chat is hidden for the current user. |
| lastMessageReadDateTime | DateTimeOffset | Represents the dateTime up until which the current user has read chatMessages in a specific chat. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.chatViewpoint",
"isHidden": "Boolean",
"lastMessageReadDateTime": "String (timestamp)"
}