ChatMessage.CreationTimestamp Property

Definition

Timestamp of when the chat message was created

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("createdDateTime")]
public DateTime? CreationTimestamp { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("createdDateTime")>]
member this.CreationTimestamp : Nullable<DateTime> with get, set
Public Property CreationTimestamp As Nullable(Of DateTime)

Property Value

Attributes

Applies to