Click or drag to resize

TypingEvent Class

The Typing websocket event.
Inheritance Hierarchy

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

The TypingEvent type exposes the following members.

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