module Slack::Web::Api::Endpoints::Conversations

def conversations_acceptSharedInvite(options = {})

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

Options Hash: (**options)
  • :team_id (Object) --
  • :is_private (boolean) --
  • :invite_id (Object) --
  • :free_trial_accepted (boolean) --
  • :channel_id (Object) --
  • :channel_name (string) --
def conversations_acceptSharedInvite(options = {})
  raise ArgumentError, 'Required arguments :channel_name missing' if options[:channel_name].nil?
  post('conversations.acceptSharedInvite', options)
end