CreateContactResponse.IsArchived Property

Definition

Whether the conversation with this contact are archived, and therefore cannot be seen when querying conversations (by default).

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

Property Value

Attributes

Applies to