client.on event 질문 #682
Answered
by
MoonJR
disabled-variable
asked this question in
Q&A
-
이벤트를 주지않고 로그인하면 자동적으로 실행되도록 하는 방법이 있을까요? 예) 카카오톡에 로그인 성공하면, 즉시 본계정에 '로그인되었습니다'라고 메시지를 전송.. |
Beta Was this translation helpful? Give feedback.
Answered by
MoonJR
Sep 27, 2021
Replies: 1 comment 2 replies
-
const memoChat = Array.from(talkClient.channelList.normal.all()); 이런식으로 채팅방 목록 가져와서 메모챗 필터링 해서 보내시면 될것 같긴하네요. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
disabled-variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const memoChat = Array.from(talkClient.channelList.normal.all());
이런식으로 채팅방 목록 가져와서 메모챗 필터링 해서 보내시면 될것 같긴하네요.