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

x/mtkruto/tl/2_types.ts>GroupCallParticipantVideo_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class GroupCallParticipantVideo_
import { GroupCallParticipantVideo_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Info about a video stream

Constructors

new
GroupCallParticipantVideo_(params: { paused?: true; endpoint: string; source_groups: Array<enums.GroupCallParticipantVideoSourceGroup>; audio_source?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
audio_source: number

Audio source ID

endpoint: string

Endpoint

optional
paused: true

Whether the stream is currently paused

source_groups: Array<enums.GroupCallParticipantVideoSourceGroup>

Source groups

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc