Slack v0.0.12 Slack.Star
Functions for working with starred items
Summary
Functions
Add a star to an item
Lists items starred by the user
Remove a star from an item. Star messages and files
Functions
Specs
add(Slack.Client.t, Keyword.t) :: Slack.response
Add a star to an item.
https://api.slack.com/methods/stars.add
Examples
Slack.Star.add(client, channel: "C1234567890")
Specs
list(Slack.Client.t, Keyword.t) :: Slack.response
Lists items starred by the user.
https://api.slack.com/methods/stars.list
Examples
Slack.Star.list(client)
Specs
remove(Slack.Client.t, Keyword.t) :: Slack.response
Remove a star from an item. Star messages and files.
https://api.slack.com/methods/stars.remove
Examples
Slack.Star.remove(client, channel: "C1234567890")