Codebase list golang-github-nlopes-slack / 2c6f5d2
Add support for ThumbURL in attachments. Norberto Lopes 8 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5252 Text string `json:"text"`
5353
5454 ImageURL string `json:"image_url,omitempty"`
55 ThumbURL string `json:"thumb_url,omitempty"`
5556
5657 Fields []AttachmentField `json:"fields,omitempty"`
5758