Skip to main content
Module

x/mtkruto/mod.ts>Thumbnail

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface Thumbnail
Re-export
import { type Thumbnail } from "https://deno.land/x/mtkruto@0.1.136/mod.ts";

A file or sticker thumbnail.

Properties

fileId: string

A file identifier that can be used to download or reuse the thumbnail.

fileUniqueId: string

A file identifier that can be used to identify the thumbnail.

width: number

The width of the thumbnail.

height: number

The height of the thumbnail.

fileSize: number

Size of the file in bytes.