Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | pinnedChatMessageInfo collection | Get a list of pinned messages in a chat. |
| Pin message | pinnedChatMessageInfo | Pin a chat message in a 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)"
}