Skip to main content
Module

x/mtkruto/mod.ts>ChatPhoto.Base

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface ChatPhoto.Base
import { type ChatPhoto } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { Base } = ChatPhoto;

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.