CreateContactResponse.IsSuppressed Property

Definition

Whether the conversation with this contact are suppressed, and therefore not pushed to the top of the message queue when received.

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

Property Value

Attributes

Applies to