Click or drag to resize

ReactionChangedEvent Class

The websocket event for ReactionAdded and ReactionRemoved
Inheritance Hierarchy

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public class ReactionChangedEvent : IResponse

The ReactionChangedEvent type exposes the following members.

Constructors
  NameDescription
Public methodReactionChangedEvent
Initializes a new instance of the ReactionChangedEvent class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Displays a human-readable summary of this event.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldbroadcast
Contains information about who received this event.
(Inherited from IResponse.)
Public fielddata
Contains specific event-related information.
Public fieldevent
The websocket event type.
(Inherited from IResponse.)
Top
See Also