❌bot.sendMessage в Telegram нескольким Chat_ID

if(...) {
....
   bot.sendMessage("11111111", readings, "");
   bot.sendMessage("88888888", readings, "");
...
}

?