PostedEventData Class |
Namespace: MattermostDriver
The PostedEventData type exposes the following members.
| Name | Description | |
|---|---|---|
| PostedEventData | Initializes a new instance of the PostedEventData class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| channel_display_name |
The channel's display name.
| |
| channel_name |
The channel's name.
| |
| channel_type |
The channel's type.
| |
| post |
The Post object.
| |
| sender_name |
The sender's name.
| |
| team_id |
The team's ID.
|