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