# bot/data/topic_map.py # ключ: (user_id, тип) → thread_id user_topic_map: dict[tuple[int, str], int] = {}