Skip to main content
Module

x/mtkruto/mod.ts>Client#scheduleVideoChat

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.scheduleVideoChat
import { Client } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Schedule a video chat. User-only.

Parameters

chatId: ID

The chat to schedule the video chat in.

startAt: Date

A point in time within the future in which the video chat will be started.

optional
params: ScheduleVideoChatParams

Returns

The scheduled video chat.