module Slack::Web::Api::Endpoints::UsersPrefs
Public Instance Methods
users_prefs_get(options = {})
click to toggle source
Returns the user's preferences (undocumented)
# File lib/slack/web/api/endpoints/users_prefs.rb, line 13 def users_prefs_get(options = {}) logger.warn('The users.prefs.get method is undocumented.') post('users.prefs.get', options) end