Click or drag to resize

IResponseInternalBroadcast Class

Contains information about who received this event.
Inheritance Hierarchy
SystemObject
  MattermostDriverIResponseInternalBroadcast

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

The IResponseInternalBroadcast type exposes the following members.

Constructors
  NameDescription
Public methodIResponseInternalBroadcast
Initializes a new instance of the IResponseInternalBroadcast 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 (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldchannel_id
If not empty, all users in this channel were sent this event.
Public fieldomit_users
A Dictionary of users who did not receive this event (often the user that triggered this event).
Public fieldteam_id
If not empty, all users in this team were sent this event.
Public fielduser_id
If not empty, this user was sent this event.
Top
See Also