Class MessageChannel
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class MessageChannel : Channel
Properties​
RecipientIds​
View Source​
Declaration
[JsonProperty("recipients")]
public string[] RecipientIds { get; }
LastMessage​
View Source​
Declaration
[JsonProperty("last_message")]
public LastMessage LastMessage { get; }