Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.68 KB

File metadata and controls

51 lines (43 loc) · 1.68 KB
title pinnedChatMessageInfo resource type
description Represents an individual pinned message in a chat entity.
author sumanac
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

pinnedChatMessageInfo resource type

Namespace: microsoft.graph

Represents an individual pinned message in a chat.

Inherits from entity.

Methods

Method Return type Description
List pinned messages pinnedChatMessageInfo collection Get a list of pinnedChatMessages in a chat.
Pin message pinnedChatMessageInfo Pin a chat message in the specified chat.
Unpin message None Unpin a message from a chat.

Properties

Property Type Description
id String The ID of the chatMessage. Read-only.

Relationships

Relationship Type Description
message chatMessage Represents details about the chat message that is pinned.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.pinnedChatMessageInfo",
  "id": "String (identifier)"
}