Slack v0.15.0 Slack.Sends View Source
Utility functions for sending slack messages
Link to this section Summary
Functions
Notifies Slack that the current user is typing in channel
Sends text
to channel
for the given slack
connection. channel
can be
a string in the format of "#CHANNEL_NAME"
, "@USER_NAME"
, or any ID that
Slack understands
Notifies slack that the current slack
user is typing in channel
Sends raw JSON to a given socket
Subscribe to presence notifications for the user IDs in ids
Link to this section Functions
Notifies Slack that the current user is typing in channel
.
Sends text
to channel
for the given slack
connection. channel
can be
a string in the format of "#CHANNEL_NAME"
, "@USER_NAME"
, or any ID that
Slack understands.
Notifies slack that the current slack
user is typing in channel
.
Sends raw JSON to a given socket.
Subscribe to presence notifications for the user IDs in ids
.