Skip to main content
Module

x/mtkruto/mod.ts>functions.PhotosGetUserPhotos

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.PhotosGetUserPhotos
extends Function<types.TypePhotosPhotos>
import { functions } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { PhotosGetUserPhotos } = functions;

Constructors

new
PhotosGetUserPhotos(params: { userId: types.TypeInputUser; offset: number; maxId: bigint; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
limit: number
maxId: bigint
offset: number
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc