static new ThreadLocal> telegram_recentHistory_tl; static L telegram_recentHistory() { ret telegram_recentHistory_tl!; } svoid telegram_recentHistory(L l) { telegram_recentHistory_tl.set(l); }