Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/tl/2_types.ts>PhotosPhotosSlice

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

Constructors

new
PhotosPhotosSlice(params: { count: number; photos: Array<TypePhoto>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
count: number
photos: Array<TypePhoto>
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc