# File lib/twitter/api.rb, line 433 def direct_message_create(user, text, options={}) options.merge_user!(user) object_from_response(Twitter::DirectMessage, :post, "/1/direct_messages/new.json", options.merge(:text => text)) end