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

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

Constructors

new
MessagesReport(params: { peer: types.TypeInputPeer; id: Array<number>; reason: types.TypeReportReason; message: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: Array<number>
message: string
peer: types.TypeInputPeer
reason: types.TypeReportReason

Static Properties

readonly
[paramDesc]: ParamDesc