Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.63 KB

pinnedchatmessageinfo.md

File metadata and controls

54 lines (43 loc) · 1.63 KB
title description author ms.localizationpriority ms.subservice doc_type
pinnedChatMessageInfo resource type
Represents an individual pinned message in a chat entity.
sumanac
medium
teams
resourcePageType

pinnedChatMessageInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an individual pinned message in a chat.

Inherits from entity.

Methods

Method Return type Description
List pinned messages in chat pinnedChatMessageInfo collection Get a list of pinned messages in a chat.
Pin a message in chat pinnedChatMessageInfo Pin a chat message in a chat.
Unpin a message from chat 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 is a JSON representation of the resource.

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