Crate slack [] [src]

Slack realtime messaging client: https://api.slack.com/bot-users

See CHANGELOG.md for latest release notes.

Reexports

pub extern crate slack_api as api;
pub use error::Error;

Modules

error

Structs

Attachment

The Slack Attachment object as found in richly-formatted messages.

Channel

The Slack Channel type.

Group

The Slack Group type.

Im

The Slack Im type.

RtmClient

The actual messaging client.

Sender

Thread-safe API for sending messages asynchronously

Team

The Team object as found in the rtm.start response.

User

The Slack User type.

WebSocketMessage

Represents a WebSocket message.

Enums

Event

Represents Slack rtm event types.

Message

Represents Slack message event types.

WsMessage

Used for passing websocket messages in channels

Traits

EventHandler

Implement this trait in your code to handle message events

Type Definitions

WsClient