Class MessageEditData
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class MessageEditData
Properties​
Content​
View Source​
Declaration
[JsonProperty("content")]
public string Content { get; }
Edited​
View Source​
Declaration
[JsonProperty("edited")]
public MessageEditedData Edited { get; }