Skip to main content
Module

x/mtkruto/mod.ts>types.ChatPhoto

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChatPhoto
extends _TypeChatPhoto
import { types } from "https://deno.land/x/mtkruto@0.1.116/mod.ts";
const { ChatPhoto } = types;

Constructors

new
ChatPhoto(params: { hasVideo?: true; photoId: bigint; strippedThumb?: Uint8Array; dcId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
dcId: number
optional
hasVideo: true
photoId: bigint
optional
strippedThumb: Uint8Array

Static Properties

readonly
[paramDesc]: ParamDesc