Skip to main content
Module

x/mtkruto/mod.ts>JoinVideoChatParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface JoinVideoChatParams
Re-export
import { type JoinVideoChatParams } from "https://deno.land/x/mtkruto@0.2.24/mod.ts";

Properties

optional
joinAs: ID

The identifier of a chat to join the video chat on behalf of.

optional
inviteHash: string

Invite hash.

optional
audio: boolean

Whether to enable audio. Enabled by default.

optional
video: boolean

Whether to enable video. Enabled by default.