Class SystemMessage
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class SystemMessage
Properties​
Type​
View Source​
Declaration
[JsonProperty("Type")]
public string Type { get; }
Content​
View Source​
Declaration
[JsonProperty("content")]
public string Content { get; }
Id​
View Source​
Declaration
[JsonProperty("id")]
public string Id { get; }
By​
View Source​
Declaration
[JsonProperty("by")]
public string By { get; }
Name​
View Source​
Declaration
[JsonProperty("name")]
public string Name { get; }