Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>PhotoPathSize_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PhotoPathSize_
extends _PhotoSize_
import { PhotoPathSize_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Messages with animated stickers can have a compressed svg (< 300 bytes) to show the outline of the sticker before fetching the actual lottie animation.

Constructors

new
PhotoPathSize_(params: { type: string; bytes: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
bytes: Uint8Array

Compressed SVG path payload, see here for decompression instructions

type: string

Always j

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc