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>Photo_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class Photo_
extends _Photo_
import { Photo_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
Photo_(params: { has_stickers?: true; id: bigint; access_hash: bigint; file_reference: Uint8Array; date: number; sizes: Array<enums.PhotoSize>; video_sizes?: Array<enums.VideoSize>; dc_id: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
access_hash: bigint
date: number
dc_id: number
file_reference: Uint8Array
optional
has_stickers: true
id: bigint
sizes: Array<enums.PhotoSize>
optional
video_sizes: Array<enums.VideoSize>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc