MessageEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Slack Message event https://api.slack.com/events/message.
public class MessageEvent : Microsoft.Bot.Builder.Adapters.Slack.Model.EventType
type MessageEvent = class
inherit EventType
Public Class MessageEvent
Inherits EventType
- Inheritance
Constructors
| MessageEvent() |
Properties
| AdditionalProperties | (Inherited from EventType) |
| BotId | (Inherited from EventType) |
| Channel | (Inherited from EventType) |
| ChannelId | (Inherited from EventType) |
| ChannelType | |
| EventTs | (Inherited from EventType) |
| Item | (Inherited from EventType) |
| SubType | |
| Text | |
| ThreadTs | (Inherited from EventType) |
| Ts | (Inherited from EventType) |
| Type | (Inherited from EventType) |
| User | (Inherited from EventType) |