Class TextChannel
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class TextChannel : Channel
Properties​
Name​
View Source​
Declaration
[JsonProperty]
public string Name { get; }
Description​
View Source​
Declaration
[JsonProperty]
public string Description { get; }
Icon​
View Source​
Declaration
[JsonProperty]
public Attachment Icon { get; }
LastMessage​
View Source​
Declaration
[JsonProperty("last_message")]
public string LastMessage { get; }
Fields​
ServerId​
View Source​
Declaration
[JsonProperty("server")]
public string ServerId