GetContactByPhoneNumberResponse.TotalMsgsSent Property

Definition

The number of total messages sent to this contact.

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

Property Value

Attributes

Applies to