Skip to main content
Module

x/mtkruto/mod.ts>Photo

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

A photo.

Properties

fileId: string

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

fileUniqueId: string

A file identifier that can be used to identify this file.

width: number

Photo width

height: number

Photo height

fileSize: number

Size of the file in bytes.

thumbnails: Thumbnail[]