module Slack::Web::Api::Endpoints::ConversationsRequestsharedinvite
def conversations_requestSharedInvite_list(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/conversations.requestSharedInvite/conversations.requestSharedInvite.list.json -
See: https://api.slack.com/methods/conversations.requestSharedInvite.list -
Options Hash:
(**options)
-
:user_id
(Object
) -- -
:limit
(integer
) -- -
:invite_ids
(array
) -- -
:include_expired
(boolean
) -- -
:include_denied
(boolean
) -- -
:include_approved
(boolean
) -- -
:cursor
(string
) --
def conversations_requestSharedInvite_list(options = {}) if block_given? Pagination::Cursor.new(self, :conversations_requestSharedInvite_list, options).each do |page| yield page end else post('conversations.requestSharedInvite.list', options) end end