static S sendQuietly(S bot, S text, O... args) { ret sendToLocalBotQuietly(bot, text, args); } static S sendQuietly(int port, S text, O... args) { ret sendToLocalBotQuietly(port, text, args); }