sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Add create_direct_message_event_with_media method #928

Closed FabienChaynes closed 6 years ago

FabienChaynes commented 6 years ago

This PR completes #926 and adds a create_direct_message_event_with_media method to send a media alongside the DM's text, which is now possible thanks to the new API.

FabienChaynes commented 6 years ago

Sure, I'll check and will rebase if needed :slightly_smiling_face:

sferik commented 6 years ago

@FabienChaynes Okay, I just merged https://github.com/sferik/twitter/pull/927. Please rebase when you have a minute.

FabienChaynes commented 6 years ago

@sferik Done.