Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/types/6_update.ts>UpdateVideoChat

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface UpdateVideoChat
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);
});