Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/0_params.ts>JoinVideoChatParams

Cross-runtime JavaScript library for building Telegram clients
Latest
interface JoinVideoChatParams
import { type JoinVideoChatParams } from "https://deno.land/x/mtkruto@0.2.24/client/0_params.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.