class Api.GroupCallParticipantVideo
extends VirtualClass<{ paused?: boolean; endpoint: string; sourceGroups: Api.TypeGroupCallParticipantVideoSourceGroup[]; audioSource?: int; }>
import { Api } from "https://deno.land/x/grm@0.5.2/src/tl/mod.ts";
const { GroupCallParticipantVideo } = Api;
Properties
sourceGroups: Api.TypeGroupCallParticipantVideoSourceGroup[]
Static Methods
fromReader(reader: Reader): GroupCallParticipantVideo