import { type UpdateConnectionState } from "https://deno.land/x/mtkruto@0.1.157/3_types.ts";
A client's connection state was changed.
client.on("connectionState", (ctx) => {
console.log("The client's connection state is now:", ctx.connectionState);
});
Properties
connectionState: ConnectionState
The client's new connection state.