Skip to main content
Module

x/mtkruto/client/5_client.ts>Client#scheduleVideoChat

Cross-runtime JavaScript library for building Telegram clients
Latest
method Client.prototype.scheduleVideoChat
import { Client } from "https://deno.land/x/mtkruto@0.2.30/client/5_client.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.