Skip to main content

miniChatOpen

When mini chats are active - opens 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 open
var open = true; //
BetterMessages.miniChatOpen(thread_id, open);
</script>