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

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

Photo with auxiliary data.

Constructors

new
photos_Photo_(params: { photo: enums.Photo; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
photo: enums.Photo

Photo

users: Array<enums.User>

Users

Static Properties

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