Skip to main content
Module

x/mtkruto/3_types.ts>UpdateVideoChat

Cross-runtime JavaScript library for building Telegram clients
Latest
interface UpdateVideoChat
import { type UpdateVideoChat } from "https://deno.land/x/mtkruto@0.2.50/3_types.ts";

A video chat was started, scheduled, or ended.

client.on("videoChat", (ctx) => {
  console.log("Video chat", ctx.videoChat.type);
  console.log(ctx.videoChat);
});