Class BaseMessage
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class BaseMessage : RevoltObject
Properties​
Nonce​
View Source​
Declaration
[JsonProperty("nonce")]
public string Nonce { get; }
ChannelId​
View Source​
Declaration
[JsonProperty("channel")]
public string ChannelId { get; }
Channel​
View Source​
Declaration
[JsonIgnore]
public Channel Channel { get; }
AuthorId​
View Source​
Declaration
[JsonProperty("author")]
public string AuthorId { get; }
Author​
View Source​
Declaration
[JsonIgnore]
public User Author { get; }
Fields​
Attachments​
View Source​
Declaration
[JsonProperty("attachments")]
public Attachment[] Attachments
Methods​
DeleteAsync()​
View Source​
Declaration
public Task DeleteAsync()
Returns​
System.Threading.Tasks.Task