summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/info.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-06 00:07:24 +0100
committerWim <wim@42.be>2016-11-06 00:07:24 +0100
commit37873acfcd328e7c9eaf2e69148de05b8d00a428 (patch)
tree9402715a83f140dda8d102aee6697366546a9382 /vendor/github.com/nlopes/slack/info.go
parent2dbe0eb55729620ffdfdb7e4f10003564d79c7e1 (diff)
downloadmatterbridge-msglm-37873acfcd328e7c9eaf2e69148de05b8d00a428.tar.gz
matterbridge-msglm-37873acfcd328e7c9eaf2e69148de05b8d00a428.tar.bz2
matterbridge-msglm-37873acfcd328e7c9eaf2e69148de05b8d00a428.zip
Update vendor (slack)
Diffstat (limited to 'vendor/github.com/nlopes/slack/info.go')
-rw-r--r--vendor/github.com/nlopes/slack/info.go12
1 files changed, 3 insertions, 9 deletions
diff --git a/vendor/github.com/nlopes/slack/info.go b/vendor/github.com/nlopes/slack/info.go
index 5f0e5414..445df832 100644
--- a/vendor/github.com/nlopes/slack/info.go
+++ b/vendor/github.com/nlopes/slack/info.go
@@ -136,15 +136,9 @@ type Team struct {
// Icons XXX: needs further investigation
type Icons struct {
- Image48 string `json:"image_48"`
-}
-
-// Bot contains information about a bot
-type Bot struct {
- ID string `json:"id"`
- Name string `json:"name"`
- Deleted bool `json:"deleted"`
- Icons Icons `json:"icons"`
+ Image36 string `json:"image_36,omitempty"`
+ Image48 string `json:"image_48,omitempty"`
+ Image72 string `json:"image_72,omitempty"`
}
// Info contains various details about Users, Channels, Bots and the authenticated user.