PostMessageRequest.MessageText Property
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.
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