-
var channel = client.channelManager.get(id); <<-- v3 에서는 위와 같이 해도 된다고 합니다. v4 에서는 어떻게 해야 할지 도움 부탁드립니다.. 여기 저기 찾아 보아도 node-kakao 관련 내용을 얻기가 어렵네요 ... |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Jul 20, 2021
Replies: 1 comment 6 replies
-
let otherClient:any = client.channelList.get(roomID); //roomID must be Long Type
otherClient.sendChat("TEST"); 이런식으로 하면 될껍니다. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Pleizz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
이런식으로 하면 될껍니다.