module Slack::Web::Api::Endpoints::Stars

def stars_remove(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/stars/stars.remove.json -
    See: https://api.slack.com/methods/stars.remove -

Options Hash: (**options)
  • :timestamp (Object) --
  • :file_comment (Object) --
  • :file (file) --
  • :channel (channel) --
def stars_remove(options = {})
  options = options.merge(channel: channels_id(options)['channel']['id']) if options[:channel]
  post('stars.remove', options)
end