Skip to main content
Go to Latest
class Api.GroupCallParticipantVideoSourceGroup
extends VirtualClass<{ semantics: string; sources: int[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { GroupCallParticipantVideoSourceGroup } = Api;

Properties

className: "GroupCallParticipantVideoSourceGroup"
classType: "constructor"
CONSTRUCTOR_ID: 3702593719
semantics: string
sources: int[]
SUBCLASS_OF_ID: 806746236

Static Methods

fromReader(reader: Reader): GroupCallParticipantVideoSourceGroup