UpdateVideoChat

A video chat was started, scheduled, or ended.

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

Properties

videoChat: VideoChat
DISCRIMINATOR