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