Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
723 stars 143 forks source link

How can i send photo with caption? #144

Closed msudgh closed 7 years ago

msudgh commented 7 years ago

hello, i want send a photo with caption. what can i do?

Naltox commented 7 years ago

@msudgh Hey, try this:

tg.api.sendPhoto(chatId, photo, {caption: 'qwe'})

Or this, if you using scope:

$.sendPhoto(photo, {caption: 'qwe'})