Antoine

Results 1 issues of Antoine

I have problem for send a tweet with a media There is my code : `async function sendTweet(tweetID: string) { await twitterClient.v1.uploadMedia(__dirname + "/../test.mp4", { mimeType: EUploadMimeType.Mp4, }).then(async (data) =>...