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