Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.16 KB

File metadata and controls

42 lines (34 loc) · 1.16 KB
title chatViewpoint resource type
description Represents user-specific properties of a chat.
author RamjotSingh
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

chatViewpoint resource type

Namespace: microsoft.graph

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)"
}