sS renderTelegramMsg1(TelegramMsg m) { ret m == null ? null : (m.sent ? "BOT" : "USR") + ": " + m.text; }