ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

Download image #107

Open jabolina opened 5 years ago

jabolina commented 5 years ago

The name of the branch is download-image but actually it downloads the content of image and document messages.

The return of the function is a new interface and the content is the base64 of the image/document.

I've tested this with images, pdf and compressed files, with this files worked nicely. Any code review I can correct the code.