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