Skip to main content

Module state

Module state 

Source
Expand description

Shared and per-user state storage.

Structsยง

DialogueStorage
Per-user or per-chat FSM state keyed by (chat_id, user_id).
StateStorage
Thread-safe, type-erased key-value store for sharing state between handlers.