tools.user_variables module
Per-user per-channel variables (v3)
Variables are stored as Redis hashes and auto-injected into context for recent active users.
- async tools.user_variables.get_user_variables_for_context(channel_id, user_id, *, redis_client=None)[source]
Return {name: value} for a user in a channel.