Skip to main content
Module

x/mtkruto/mod.ts>types.UserProfilePhoto

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc