mast / telegram-bot-api

First Telegram Bot API node.js library
http://mast.github.io/telegram-bot-api/
MIT License
246 stars 64 forks source link

webp format not supported in this module #39

Closed bekkemsravan19 closed 7 years ago

bekkemsravan19 commented 7 years ago

I have a webp format images which I tried sending through sendPhoto(), sendSticker and sendDocument as well which doesn't work at all. How can I send webp photos using your module?

mast commented 7 years ago

Module doesn't check image file formats, but transparently sends them to Telegram servers. It means webp probably doesn't supported by telegram itself.