Updated Message Model

This commit is contained in:
RogueException
2016-04-09 11:49:58 -03:00
parent f6b6d4d882
commit 160bc4230e

View File

@@ -27,5 +27,7 @@ namespace Discord.API
public Attachment[] Attachments { get; set; }
[JsonProperty("embeds")]
public Embed[] Embeds { get; set; }
[JsonProperty("nonce")]
public uint? Nonce { get; set; }
}
}