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