Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/3_types.ts>ChatPhotoBase

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ChatPhotoBase
import { type ChatPhotoBase } from "https://deno.land/x/mtkruto@0.1.139/3_types.ts";

Properties

smallFileId: string

A file identifier that can be used to download or reuse the small version of the chat photo (160x160).

smallFileUniqueId: string

A file identifier that can be used to identify the small version of the chat photo (160x160).

bigFileId: string

A file identifier that can be used to download or reuse the big version of the chat photo (640x640).

bigFileUniqueId: string

A file identifier that can be used to identify the big version of the chat photo (640x640).

hasVideo: boolean

Whether the chat photo is animated.