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

x/mtkruto/tl/2_types.ts>ChatPhoto_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChatPhoto_
extends _ChatPhoto_
import { ChatPhoto_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Group profile photo.

Constructors

new
ChatPhoto_(params: { has_video?: true; photo_id: bigint; stripped_thumb?: Uint8Array; dc_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
dc_id: number

DC where this photo is stored

optional
has_video: true

Whether the user has an animated profile picture

photo_id: bigint

Photo ID

optional
stripped_thumb: Uint8Array

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc