Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.PhotosGetUserPhotos

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