floatbutton.coin.hidetooltip()
This API would let you hide the chat widget content of the the coin type in the float chat widget.
Syntax:
Copied$zoho.salesiq.floatbutton.coin.hidetooltip();
Example:
Copied<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.floatbutton.coin.hidetooltip();
}
</script>