class tl.Api.GroupCallStreamChannel
extends VirtualClass<{ channel: int; scale: int; lastTimestampMs: long; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { GroupCallStreamChannel } = tl.Api;
Static Methods
fromReader(reader: Reader): GroupCallStreamChannel