CreateContactInput.WhetherMessagesFromThisContactAreArchived Property

Definition

Determines whether conversations with this contact are archived, and therefore cannot be seen when querying conversations (by default).

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

Property Value

Attributes

Applies to