PostMessageResponse.Message Property

Definition

A channel message.

[System.Text.Json.Serialization.JsonPropertyName("message")]
public System.Text.Json.JsonElement? Message { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("message")>]
member this.Message : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Message As Nullable(Of JsonElement)

Property Value

Attributes

Applies to