mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-12-04 04:42:48 +00:00
Discord: Added missing Height and Width into EmbedImage
This commit is contained in:
parent
02987206ab
commit
e0589785c5
|
@ -140,6 +140,8 @@ type EmbedFooter struct {
|
||||||
type EmbedImage struct {
|
type EmbedImage struct {
|
||||||
URL URL `json:"url"`
|
URL URL `json:"url"`
|
||||||
Proxy URL `json:"proxy_url"`
|
Proxy URL `json:"proxy_url"`
|
||||||
|
Height uint `json:"height,omitempty"`
|
||||||
|
Width uint `json:"width,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type EmbedThumbnail struct {
|
type EmbedThumbnail struct {
|
||||||
|
|
Loading…
Reference in a new issue