CreateContactResponse.TotalMsgsReceived Property

Definition

The number of total messages received from this contact.

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

Property Value

Attributes

Applies to