Skip to main content
Module

x/mtkruto/3_types.ts>_ChatPhotoBase

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface _ChatPhotoBase
import { type _ChatPhotoBase } from "https://deno.land/x/mtkruto@0.1.147/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.