class tl.Api.VideoSize
extends VirtualClass<{ type: string; w: int; h: int; size: int; videoStartTs?: double; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { VideoSize } = tl.Api;
Static Methods
fromReader(reader: Reader): VideoSize