|
@@ -68,7 +68,7 @@ type Attachment struct {
|
|
|
|
|
|
|
|
// Icon represents a message icon
|
|
// Icon represents a message icon
|
|
|
type Icon struct {
|
|
type Icon struct {
|
|
|
- Url string `json:"url"`
|
|
|
|
|
|
|
+ URL string `json:"url"`
|
|
|
Type string `json:"type,omitempty"`
|
|
Type string `json:"type,omitempty"`
|
|
|
Size int64 `json:"size,omitempty"`
|
|
Size int64 `json:"size,omitempty"`
|
|
|
}
|
|
}
|