pinnedChatMessageInfo resource type

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