!7 abstract sclass AbstractTelegramThinkBot > DynPrintLog { start { loadFunctions_preferCached(); watchStructureLog_plusLastLine(500, telegramLogFile(), voidfunc(Map map) { printStruct(map); try { makeAndCall_initChild.set(voidfunc(Class c) { copyFields(mc(), c, 'telegram_msg_tl) }); temp tempSetThreadLocal(telegram_msg_tl(), map); S s = getString(map, 'text); thinkAbout(s); } catch e { printStackTrace(e); postMessage(exceptionToStringShort(e)); } }); } void postMessage(S s) { telegram_postToSendLog(s); } }