Hunter Kehoe 3 лет назад
Родитель
Сommit
04f2535e92
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/client.go

+ 1 - 1
client/client.go

@@ -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"`
 }