forked from lug/matterbridge
Update dependencies and vendor (#1761)
This commit is contained in:
11
vendor/github.com/slack-go/slack/README.md
generated
vendored
11
vendor/github.com/slack-go/slack/README.md
generated
vendored
@@ -1,9 +1,9 @@
|
||||
Slack API in Go [](https://pkg.go.dev/github.com/slack-go/slack)
|
||||
===============
|
||||
|
||||
This is the original Slack library for Go created by Norberto Lopes, transferred to a Github organization.
|
||||
This is the original Slack library for Go created by Norberto Lopes, transferred to a GitHub organization.
|
||||
|
||||
[](https://gitter.im/go-slack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
You can also chat with us on the #slack-go, #slack-go-ja Slack channel on the Gophers Slack.
|
||||
|
||||

|
||||
|
||||
@@ -70,8 +70,15 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
## Minimal Socket Mode usage:
|
||||
|
||||
See https://github.com/slack-go/slack/blob/master/examples/socketmode/socketmode.go
|
||||
|
||||
|
||||
## Minimal RTM usage:
|
||||
|
||||
As mentioned in https://api.slack.com/rtm - for most applications, Socket Mode is a better way to communicate with Slack.
|
||||
|
||||
See https://github.com/slack-go/slack/blob/master/examples/websocket/websocket.go
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user