static S telegram_chatIDToTrivialName(long chatID) { if (chatID == telegram_mainChatID()) ret "tl1"; if (chatID == telegram_secondaryChatID()) ret "tl2"; ret "tl" + (-chatID); }