---
title: "Action my_chatrooms_list"
description: "Returns the list of the current client's active chat rooms in the chat_rooms_list constant."
---

# Action `my_chatrooms_list`

> **System ID:** `action_my_chatrooms_list`

## Description

Finds the client by the current channel and `chat_id`, collects active chat rooms (statuses `processed`, `new`, `queue`) for this bot, and stores the list in the `chat_rooms_list` constant in the format `{ total, list: [{ text, value }] }` — convenient for lists / selection.

## Events (scenario branches)

| Event | When it occurs |
|-------|----------------|
| *(success without a named branch)* | List stored in `chat_rooms_list` |
| **no_chat_rooms** | Client not found or no active chats |

## Parameters

No parameters (`{}`). Uses the current bot, channel, and chat context.

## Configuration example

```json
{}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
