import { type UpdateVideoChat } from "https://deno.land/x/mtkruto@0.2.50/types/6_update.ts";
A video chat was started, scheduled, or ended.
client.on("videoChat", (ctx) => {
console.log("Video chat", ctx.videoChat.type);
console.log(ctx.videoChat);
});
Properties
videoChat: VideoChat