List all chats visible to the authenticated user, including active and archived direct chats.
Requires an active session cookie. Returns all non-private GROUP chats, plus private GROUP chats the user owns or is a member of, plus any DIRECT chats the user is currently in or recently archived. Live state (Documentation Index
Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
running, viewer_count) is not included — it arrives via Socket.IO chat:list and chat:status events after the initial page load.
chat_type of group, direct, or secret.
"group", "direct", or "secret". SECRET chats are only returned inside a GROUP entry’s secrets list — never at the top level.null for SECRET_GROUP and SECRET_CHAT (no owner)."official", "public", or "private". Always "private" for DIRECT.null if none).official and public chats, null for private.id (string), name (string), and expires_at (ISO-8601 string or null).true for DIRECT chats that have ended but are still within the 24-hour read-only archive window. Archived chats are shown in the sidebar in a dimmed read-only state; they disappear after 24h. Always false for GROUP and SECRET chats.