Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ez:chat.onChat

function onChat(cb: (sender: string, content: string) => void): void;
§
onChat(cb: (sender: string, content: string) => void): void
[src]

§Parameters

§
cb: (sender: string, content: string) => void
[src]

§Return Type