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>account_reportProfilePhoto_

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

Report a profile photo of a dialog

Constructors

new
account_reportProfilePhoto_(params: { peer: enums.InputPeer; photo_id: enums.InputPhoto; reason: enums.ReportReason; message: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
message: string

Comment for report moderation

peer: enums.InputPeer

The dialog

photo_id: enums.InputPhoto

Dialog photo ID

reason: enums.ReportReason

Report reason

Static Properties

__F: (params: { peer: enums.InputPeer; photo_id: enums.InputPhoto; reason: enums.ReportReason; message: string; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc