module Slack::Web::Api::Endpoints::Reminders

def reminders_list(options = {})

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

Options Hash: (**options)
  • :team_id (string) --
def reminders_list(options = {})
  post('reminders.list', options)
end