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

sendPhoto doesn't possible with node-rest-client? #4

Closed drakmail closed 9 years ago

drakmail commented 9 years ago

As can I see, at this moment multipart file uploads doesn't supported in node-rest-client (https://github.com/aacerox/node-rest-client/issues/73). Does there any other way to sendPhoto from bot? :confused:

mast commented 9 years ago

Fixed in 0.3.0. Refer to examples folder.