PostMessageRequest.MessageText Property

Definition

Body of the message to send. Slack API will truncate messages containing more than 40,000 characters. For formatting options, see https://api.slack.com/docs/formatting

[System.Text.Json.Serialization.JsonPropertyName("text")]
public string MessageText { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("text")>]
member this.MessageText : string with get, set
Public Property MessageText As String

Property Value

Attributes

Applies to