# 채팅 메뉴로 이동(chatList)

채팅할 수 있는 유저 목록과 채팅방 목록을 보여주는 채팅 메뉴로 이동하는 동작을 수행해요.&#x20;

<div align="left"><figure><img src="/files/OPLFkuaZWpWWbdfe7DnV" alt="" width="563"><figcaption></figcaption></figure></div>

* 유저 화면 선택
  * 유저 목록 : 유저 목록을 보여줘요. (유저 정보의 목록 화면과 같아요.)
  * 나를 제외한 유저 목록 : 나를 제외한 유저 목록을 보여줘요.&#x20;
* 채팅 타입 :&#x20;
  * 1:1 : 채팅방 생성 시 1대1 채팅방을 만들어요.
  * 그룹 : 채팅방 생성 시 그룹 채팅방을 만들어요.
* \[친구] 리스트 탭 활성 여부
  * 활성 : 채팅 가능한 유저 리스트를 보여줘요.
  * 비활성 : 채팅방 리스트만 보여줘요.
* 신규 채팅 생성 버튼 표시
  * 표시 : 채팅방 목록 화면에서 채팅 추가 버튼이 활성화돼요.
  * 표시하지 않음 : 채팅방 목록 화면에서 채팅 추가 버튼이 비활성화돼요.
* 초대 가능 여부
  * 초대 가능 : 채팅방 안에서 새로운 유저를 초대할 수 있어요.
  * 초대 불가능 : 채팅방 안에서 새로운 유저를 초대할 수 없어요.

URL 이미지를 클릭하면, 설정한 **채팅 메뉴로 이동** 액션에 따라 채팅 유저 및 방 목록 메뉴로 이동해요.

<div align="left"><figure><img src="/files/vWKjNBkdtJ1yVZXekNn4" alt="" width="543"><figcaption></figcaption></figure></div>

> \#채팅메뉴 #채팅목록 #채팅방목록 #채팅가능유저목록

2024.03.06 Jinny


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/command-execute-function/action/chatlist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
