Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.2 KB

File metadata and controls

43 lines (34 loc) · 1.2 KB
title description author ms.localizationpriority ms.subservice doc_type
chatViewpoint resource type
Represents user-specific properties of a chat.
RamjotSingh
medium
teams
resourcePageType

chatViewpoint resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.chatViewpoint",
  "isHidden": "Boolean",
  "lastMessageReadDateTime": "String (timestamp)"
}