Property EditedTimestamp
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
EditedTimestamp
Gets the message's edit timestamp. Will be null if the message was not edited.
[JsonProperty("edited_timestamp", NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? EditedTimestamp { get; }