uploadMedia()
upload images/ vids
options :
alt_text: alt text(required)
tweet_message: a tweet message (optional)uploading using a file in the system
bot.uploadMedia('path/to/file.png', {... here are the options ... })Sending a image/vid from a Url
bot.uploadMedia('https://www.google.com/images/srpr/logo10w.png', {options here})✔️--finished downloading!
[Node-tweet]-Posting your downloaded imagesLast updated