!7 sclass TelegramThinkBot > DynPrintLog { void start { makeAndCall_initChild.set(voidfunc(Class c) { copyFields(mc(), c, 'telegram_msg_tl) }); watchStructureLog_plusLastLine(500, telegramLogFile(), voidfunc(Map map) { printStruct(map); S s = getString(map, 'text); if "am i authorized" { temp tempSetThreadLocal(telegram_msg_tl(), map); ret yesno(isTrue(makeAndCall("telegram_amIAuthorized"))); } }); } }