Skip to main content
Module

x/grm/mod.ts>tl.Api.VideoSize

MTProto API Client for Deno 🦕
Go to Latest
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.8.0/mod.ts";
const { VideoSize } = tl.Api;

Properties

className: "VideoSize"
classType: "constructor"
CONSTRUCTOR_ID: 3727929492
h: int
size: int
SUBCLASS_OF_ID: 1660015881
type: string
optional
videoStartTs: double
w: int

Static Methods

fromReader(reader: Reader): VideoSize