NewSlackMessage 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.
Message to send to Slack.
[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 NewSlackMessage
[<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 NewSlackMessage = class
Public Class NewSlackMessage
- Inheritance
-
NewSlackMessage
- Attributes
Constructors
NewSlackMessage() |
Properties
Attachments |
Gets or sets the attachments that could come with the message. |
Blocks |
Gets or sets the blocks that could come with the message. |
BotId |
Gets or sets the bot id. |
Channel |
Gets or sets the channel. |
Ephemeral |
Gets or Sets the message as ephemeral, it means, only the recipient can see it. |
Text |
Gets or sets the text. |
ThreadTs |
Gets or Sets the timestamp of the thread. |
Ts |
Gets or sets the timestamp. |
User |
Gets or sets the user. |
Username |
Gets or sets the username. |