Skip to main content

miniChatClose

Closes mini chat with specified Thread ID

WebSocket Version Guide
This functionality available only with WebSocket Version
Compatibility
This function compatible with Better Messages 2.0.103 or higher
<script type="text/javascript">
var thread_id = 10; // Conversation ID to close
BetterMessages.miniChatClose(thread_id);
</script>