mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 11:09:24 +00:00
Update vendor (nlopes/slack)
This commit is contained in:
4
vendor/github.com/nlopes/slack/examples/channels/channels.go
generated
vendored
4
vendor/github.com/nlopes/slack/examples/channels/channels.go
generated
vendored
@ -14,6 +14,8 @@ func main() {
|
||||
return
|
||||
}
|
||||
for _, channel := range channels {
|
||||
fmt.Println(channel.ID)
|
||||
fmt.Println(channel.Name)
|
||||
// channel is of type conversation & groupConversation
|
||||
// see all available methods in `conversation.go`
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user