This commit is contained in:
Hunter Kehoe 2022-07-16 14:22:23 -06:00
parent d519fd999b
commit 04f2535e92
1 changed files with 1 additions and 1 deletions

View File

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