Click or drag to resize

ChannelDeletedEvent Class

The ChannelDeleted websocket event.
Inheritance Hierarchy

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

The ChannelDeletedEvent type exposes the following members.

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