CreateContactResponse.LastMessage Property

Definition

Last message sent to or from this contact.

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

Property Value

Attributes

Applies to