Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>photos_deletePhotos_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class photos_deletePhotos_
extends Function_<bigint[]>
import { photos_deletePhotos_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Deletes profile photos. The method returns a list of successfully deleted photo IDs.

Constructors

new
photos_deletePhotos_(params: { id: Array<enums.InputPhoto>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: Array<enums.InputPhoto>

Input photos to delete

Static Properties

__F: (params: { id: Array<enums.InputPhoto>; }) => bigint[]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc