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

x/mtkruto/types/0_chat_photo.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.130/types/0_chat_photo.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.