module Slack::Web::Api::Endpoints::Users

def users_setPhoto(options = {})

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

Options Hash: (**options)
  • :crop_y (Object) --
  • :crop_x (Object) --
  • :crop_w (Object) --
  • :image (Object) --
def users_setPhoto(options = {})
  throw ArgumentError.new('Required arguments :image missing') if options[:image].nil?
  post('users.setPhoto', options)
end