MessageEvent Class
Definition
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) |