open

Command for opening chat (equal to a click on chat icon).

Chat will be open even if switched to “Hidden” mode.

dashly.open();

No arguments.

For example, you have a link "write to us" and you want to open chat, when a user clicks this link. This will look like that:

<a href="#" onclick="dashly.open()">Write to us</a>