PostMessageRequest.ParseMode Property

Definition

Change how messages are treated. For details, see https://api.slack.com/docs/formatting

[System.Text.Json.Serialization.JsonPropertyName("parse")]
public Azure.Connectors.Sdk.Slack.Models.Parse? ParseMode { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("parse")>]
member this.ParseMode : Nullable<Azure.Connectors.Sdk.Slack.Models.Parse> with get, set
Public Property ParseMode As Nullable(Of Parse)

Property Value

Attributes

Applies to