PostMessageResponse.Ok Property

Definition

Indicates if the operation was successful.

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

Property Value

Attributes

Applies to