|
@@ -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; } |
|
|
} |
|
|
} |
|
|
} |
|
|
} |