Class Attachment
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class Attachment : RevoltObject
Properties​
Filename​
View Source​
Declaration
[JsonProperty("filename")]
public string Filename { get; }
Metadata​
View Source​
Declaration
[JsonProperty("metadata")]
public AttachmentMetadata Metadata { get; }
ContentType​
View Source​
Declaration
[JsonProperty("content_type")]
public string ContentType { get; }
Size​
View Source​
Declaration
[JsonProperty("size")]
public ulong Size { get; }
Tag​
View Source​
Declaration
[JsonProperty("tag")]
public string Tag { get; }
Url​
View Source​
Declaration
[JsonIgnore]
public string Url { get; }