static new ThreadLocal telegram_msg_tl; static Map telegram_msg() { ret telegram_msg_tl!; } svoid telegram_msg(Map msg) { telegram_msg_tl.set(msg); }