Skip to main content
Module

x/mtkruto/mod.ts>types.InputPeerPhotoFileLocation

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputPeerPhotoFileLocation
extends _TypeInputFileLocation
import { types } from "https://deno.land/x/mtkruto@0.1.106/mod.ts";
const { InputPeerPhotoFileLocation } = types;

Constructors

new
InputPeerPhotoFileLocation(params: { big?: true; peer: TypeInputPeer; photoId: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
big: true
peer: TypeInputPeer
photoId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc