ChatMessage.LastModifiedTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed
[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("lastModifiedDateTime")]
public string LastModifiedTimestamp { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("lastModifiedDateTime")>]
member this.LastModifiedTimestamp : string with get, set
Public Property LastModifiedTimestamp As String
Property Value
- Attributes