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_PhotosSlice_

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

Incomplete list of photos with auxiliary data.

Constructors

new
photos_PhotosSlice_(params: { count: number; photos: Array<enums.Photo>; users: Array<enums.User>; })

Properties

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

Total number of photos

photos: Array<enums.Photo>

List of photos

users: Array<enums.User>

List of mentioned users

Static Properties

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