Naltox / telegram-node-bot

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

message sent by all workers #126

Closed chiu0602 closed 8 years ago

chiu0602 commented 8 years ago

Workers are supported for version 4.0.0, when tg.api.sendPhoto(chatId, { url: photoUrl }) is called once, multiple photos are sent, the number of sent photo is equal to number of workers

Naltox commented 8 years ago

Hey, send me your code please.

Naltox commented 8 years ago

@chiu0602 Just added tg.onMaster method, hope that helps