9 lines
108 B
Go
9 lines
108 B
Go
package objects
|
|
|
|
type EmbedThumbnail struct {
|
|
Url string
|
|
ProxyUrl string
|
|
Height int
|
|
Width int
|
|
}
|