AndryFM

Results 2 comments of AndryFM

Are you can use this solution: [https://github.com/Naltox/telegram-node-bot#clustering](url) ``` const tg = new Telegram.Telegram('YOUR_TOKEN', { workers: 1 }) tg.sendMessage(123, 'test message') //will be sent 2 times (one time on master and...

Is not that what you are looking for? [https://github.com/Naltox/telegram-node-bot#clustering](url) ``` const tg = new Telegram.Telegram('YOUR_TOKEN', { workers: 1 }) tg.sendMessage(123, 'test message') //will be sent 2 times (one time on...