Add media_ids parameter to update_status.
authorFlorent Espanet <florent.esp@gmail.com>
Thu, 15 Jan 2015 11:22:42 +0000 (12:22 +0100)
committerFlorent Espanet <florent.esp@gmail.com>
Thu, 15 Jan 2015 11:22:42 +0000 (12:22 +0100)
commitf99b1da52aecdeaedb75d23390c41f0865ed4b81
treeb0000adbf4bd96a3290bf35b9eb76c21fe1f1cc6
parent460acae6287ad8e566a053db98089fa273bfb86d
Add media_ids parameter to update_status.

`statuses/update` now support the parameter `media_ids`. It makes it
possible to update a status with an attached media.

See also :

[doc](https://dev.twitter.com/rest/reference/post/statuses/update)
tweepy/api.py