у кого ссылка.
Я пока без гугла.
Вызывать методы с токеном другого бота
const bot1 = new TelegramBot(token1, {polling: true}), bot2 = new TelegramBot(token2, {polling: true}). bot1.on("message", msg => { bot2.sendMessage(msg.from.id, "text") })
Обсуждают сегодня