Skip to main content
Module

x/grm/mod.ts>Api.VideoSize

MTProto API Client for Deno 🦕
Go to Latest
class Api.VideoSize
extends VirtualClass<{ type: string; w: int; h: int; size: int; videoStartTs?: double; }>
import { Api } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { VideoSize } = Api;

Properties

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