-
3버전 입니다...3버전 입니다...
답장으로 메세지를 가리거나 답장한 유저에 아이디를 어떻게 가져와요?답장으로 메세지를 가리거나 답장한 유저에 아이디를 어떻게 가져와요? |
Beta Was this translation helpful? Give feedback.
Answered by
raravel
Apr 27, 2021
Replies: 2 comments 2 replies
-
이벤트를 받았을 때, 채팅이 답장형식인지 확인하는 법 if ( chat.Type === ChatType.Reply ) {
...
} 답장이 가리키는 채팅을 삭제하는 법 chat.Channel.hideChatId(chat.Reply.SourceLogId) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JellyBrick
-
if (chat.Type === ChatType.Reply) { 3버전에서 이런식으로 되지 않을까요? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
이벤트를 받았을 때, 채팅이 답장형식인지 확인하는 법
답장이 가리키는 채팅을 삭제하는 법