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.
Caution
The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.
Represents a Slack Message event https://api.slack.com/events/message.
[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class MessageEvent : Microsoft.Bot.Builder.Adapters.Slack.Model.EventType
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type MessageEvent = class
inherit EventType
Public Class MessageEvent
Inherits EventType
- Inheritance
- Attributes
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) |