Module: Slack::Web::Stars
- Included in:
- Slack::Web
- Defined in:
- lib/slack/web/stars.rb
Constant Summary collapse
- SCOPE =
"users"
Instance Method Summary collapse
-
#stars_list(user, count, page) ⇒ Object
Lists stars for a user.
Instance Method Details
#stars_list(user, count, page) ⇒ Object
Lists stars for a user.
7 8 9 |
# File 'lib/slack/web/stars.rb', line 7 def stars_list(user, count, page) raise Slack::Error("Not yet implemented, feel free to make a pull request") end |