static S sendToPhoneBotSilently(S bot, S line, O... args) { line = format(line, args); ret sendToPublicCommBotSilently(gateway(), forward(bot, line)); }