> For the complete documentation index, see [llms.txt](https://reflective-roommanager.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reflective-roommanager.gitbook.io/docs/user-manual/network/room/structs/room-list-change-message.md).

# Room List Change Message

This structure represents the messages sent to clients when the room list changes.

### **Members:**

* `public readonly RoomInfo RoomInfo`:
  * A `RoomInfo` object representing information about the room.
* `public readonly RoomMessageState State`:
  * A RoomMessageState value representing the state of the room message.

### **Methods:**

1. ```csharp
   public RoomListChangeMessage(RoomInfo roomInfo, RoomMessageState state)
   ```
   * Initializes the structure and takes the necessary information.
