Skip to content

답장으로 챗을 가리거나 유저를 강퇴하는 방법 #275

Answered by raravel
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

이벤트를 받았을 때, 채팅이 답장형식인지 확인하는 법

if ( chat.Type === ChatType.Reply ) {
   ...
}

답장이 가리키는 채팅을 삭제하는 법

chat.Channel.hideChatId(chat.Reply.SourceLogId)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected by JellyBrick
Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants