Updated Message Model
This commit is contained in:
@@ -27,5 +27,7 @@ namespace Discord.API
|
|||||||
public Attachment[] Attachments { get; set; }
|
public Attachment[] Attachments { get; set; }
|
||||||
[JsonProperty("embeds")]
|
[JsonProperty("embeds")]
|
||||||
public Embed[] Embeds { get; set; }
|
public Embed[] Embeds { get; set; }
|
||||||
|
[JsonProperty("nonce")]
|
||||||
|
public uint? Nonce { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user