NewSlackMessage Class

Definition

Message to send to Slack.

public class NewSlackMessage
type NewSlackMessage = class
Public Class NewSlackMessage
Inheritance
NewSlackMessage

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.

Applies to