class Api.GroupCall
extends VirtualClass<{ joinMuted?: boolean; canChangeJoinMuted?: boolean; joinDateAsc?: boolean; scheduleStartSubscribed?: boolean; canStartVideo?: boolean; recordVideoActive?: boolean; rtmpStream?: boolean; listenersHidden?: boolean; id: long; accessHash: long; participantsCount: int; title?: string; streamDcId?: int; recordStartDate?: int; scheduleDate?: int; unmutedVideoCount?: int; unmutedVideoLimit: int; version: int; }>
import { Api } from "https://deno.land/x/grm@0.6.0/src/tl/api.d.ts";
const { GroupCall } = Api;
Static Methods
fromReader(reader: Reader): GroupCall