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