Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.54 KB

File metadata and controls

51 lines (42 loc) · 1.54 KB
title chatMessageReactionIdentitySet resource type
description Represents a user that reacted to a message in a chat or a channel.
author RamjotSingh
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

chatMessageReactionIdentitySet resource type

Namespace: microsoft.graph

Represents a user that reacted to a message in a chat or a channel. Only the user property has a value.

Inherits from identitySet.

Properties

Property Type Description
application identity Inherited from identitySet. Not set because applications can't react to messages.
device identity Inherited from identitySet. Not set because devices can't react to messages.
user identity Inherited from identitySet. Details about the user who reacted to the message.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.chatMessageReactionIdentitySet",
  "application": {
    "@odata.type": "microsoft.graph.identity"
  },
  "device": {
    "@odata.type": "microsoft.graph.identity"
  },
  "user": {
    "@odata.type": "microsoft.graph.identity"
  }
}