Click or drag to resize

EphemeralMessageEvent Class

The Ephemeral websocket event.
Inheritance Hierarchy
SystemObject
  MattermostDriverIResponse
    MattermostDriverEphemeralMessageEvent

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

The EphemeralMessageEvent type exposes the following members.

Constructors
  NameDescription
Public methodEphemeralMessageEvent
Initializes a new instance of the EphemeralMessageEvent 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