Replies: 2 comments 1 reply
-
방이름 구하기 저도 찾고있었는데 혹시 해결하셨나요? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Array.from(client.channelList.all()).map(e => ({ name: e.getDisplayName(), id: e.channelId })); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bass9030
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
카카오톡에 있는 방들의 이름과 channelId를 구하고 싶습니다.
client.channelList.size
를 하면 방 갯수가 잘 표시되는데,JSON.stringify(client.channelList.all())
를 하면 사진과 같이 허전한 JSON이 반환됩니다.혹시 제가 접근한 방식으로 접근하는것이 아닌건가요?
가능하면 간단한 예제와 같이 답변 부탁드립니다..
Beta Was this translation helpful? Give feedback.
All reactions