Skip to main content
Module

x/grm/mod.ts>Api.GroupCallParticipantVideo

MTProto API Client for Deno 🦕
Go to Latest
class Api.GroupCallParticipantVideo
extends VirtualClass<{ paused?: boolean; endpoint: string; sourceGroups: Api.TypeGroupCallParticipantVideoSourceGroup[]; audioSource?: int; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { GroupCallParticipantVideo } = Api;

Properties

optional
audioSource: int
className: "GroupCallParticipantVideo"
classType: "constructor"
CONSTRUCTOR_ID: 1735736008
endpoint: string
optional
paused: boolean
sourceGroups: Api.TypeGroupCallParticipantVideoSourceGroup[]
SUBCLASS_OF_ID: 4014389467

Static Methods

fromReader(reader: Reader): GroupCallParticipantVideo