| title | plannerTaskChatReaction resource type |
|---|---|
| description | Represents a reaction to a planner task chat message. |
| author | pavlodatsiuk |
| ms.localizationpriority | medium |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 01/23/2026 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a reaction to a plannerTaskChatMessage. Users can react to task chat messages to express feedback without adding a new message.
| Property | Type | Description |
|---|---|---|
| reactionType | String | The type of reaction, such as like, heart, or emoji characters. |
| users | plannerTaskChatReactionEvent collection | The list of users who added this reaction and when they reacted. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerTaskChatReaction",
"reactionType": "String",
"users": [{"@odata.type": "microsoft.graph.plannerTaskChatReactionEvent"}]
}