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_reportPeer_

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

Report a peer for violation of telegram's Terms of Service

Constructors

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

Properties

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

Comment for report moderation

peer: enums.InputPeer

The peer to report

reason: enums.ReportReason

The reason why this peer is being reported

Static Properties

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