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

add(client, body \\ [])

Add a star to an item.

https://api.slack.com/methods/stars.add

Examples

Slack.Star.add(client, channel: "C1234567890")
list(client, query \\ [])

Lists items starred by the user.

https://api.slack.com/methods/stars.list

Examples

Slack.Star.list(client)
remove(client, body \\ [])

Remove a star from an item. Star messages and files.

https://api.slack.com/methods/stars.remove

Examples

Slack.Star.remove(client, channel: "C1234567890")