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.106/mod.ts";
const { Base } = ChatPhoto;

Properties

smallFileId: string

File identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.

smallFileUniqueId: string

Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file.

bigFileId: string

File identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.

bigFileUniqueId: string

Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different users and bots. Can't be used to download or reuse the file.

hasVideo: boolean

True, if an animated profile picture is available for the user