Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesReport

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

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

Static Properties

readonly
[paramDesc]: ParamDesc