[−][src]Crate slack
Slack realtime messaging client: https://api.slack.com/bot-users
See CHANGELOG.md for latest release notes.
Re-exports
pub use slack_api as api; |
pub use crate::error::Error; |
Modules
| error |
Structs
| Channel | |
| Group | |
| Im | |
| RtmClient | The actual messaging client. |
| Sender | Thread-safe API for sending messages asynchronously |
| Team | |
| User |
Enums
| Event | Represents Slack rtm event types. |
| Message |
Traits
| EventHandler | Implement this trait in your code to handle message events |