Skip to main content
Module

x/mtkruto/mod.ts>types.GroupCallParticipantVideo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.GroupCallParticipantVideo
extends _TypeGroupCallParticipantVideo
import { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { GroupCallParticipantVideo } = types;

Constructors

new
GroupCallParticipantVideo(params: { paused?: true; endpoint: string; sourceGroups: Array<TypeGroupCallParticipantVideoSourceGroup>; audioSource?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
audioSource: number
endpoint: string
optional
paused: true
sourceGroups: Array<TypeGroupCallParticipantVideoSourceGroup>

Static Properties

readonly
[paramDesc]: ParamDesc