# File lib/twitter/client/tweets.rb, line 74 def update_with_media(status, image, options={}) response = post('1/statuses/update_with_media', options.merge('media[]' => image, 'status' => status), :endpoint => media_endpoint) format.to_s.downcase == 'xml' ? response['status'] : response end