To open a chat by having #hash, you can use the following code:
document.addEventListener('tocha:loaded', () => {if(window.location.hash === '#start') { document.dispatchEvent(new Event('tocha:open'));}});