MessageActionsPayloadReaction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the reaction of a user to a message.
public class MessageActionsPayloadReaction
type MessageActionsPayloadReaction = class
Public Class MessageActionsPayloadReaction
- Inheritance
-
MessageActionsPayloadReaction
Constructors
MessageActionsPayloadReaction() |
Initializes a new instance of the MessageActionsPayloadReaction class. |
MessageActionsPayloadReaction(String, String, MessageActionsPayloadFrom) |
Initializes a new instance of the MessageActionsPayloadReaction class. |
Properties
CreatedDateTime |
Gets or sets timestamp of when the user reacted to the message. |
ReactionType |
Gets or sets the type of reaction given to the message. Possible values include: 'like', 'heart', 'laugh', 'surprised', 'sad', 'angry'. |
User |
Gets or sets the user with which the reaction is associated. |