jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 189 forks source link

Upload photo caption on story #275

Open mpirescarvalho opened 2 years ago

mpirescarvalho commented 2 years ago

Upload photo caption doesn't work on story

code I'm using:

...

await client.uploadPhoto({
  photo: imagePath,
  caption: description,
  post: 'story',
});