static S telegram_postToSendLog(S text) { ret telegram_postToSendLog(text, null); } static S telegram_postToSendLog(S text, Long chatID) { if (empty(text = trim(text))) null; S globalID = aGlobalID(); logStructure(telegramBotToSendLog(), litorderedmap(action := 'send, +text, where := chatID, +globalID)); ret globalID; }