Partilhar via


MessageActionsPayloadReaction Class

Definition

Represents the reaction of a user to a message.

public class MessageActionsPayloadReaction
type MessageActionsPayloadReaction = class
Public Class MessageActionsPayloadReaction
Inheritance
MessageActionsPayloadReaction

Constructors

Name Description
MessageActionsPayloadReaction()

Initializes a new instance of the MessageActionsPayloadReaction class.

MessageActionsPayloadReaction(String, String, MessageActionsPayloadFrom)

Initializes a new instance of the MessageActionsPayloadReaction class.

Properties

Name Description
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.

Applies to