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

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

Report a story.

Constructors

new
stories_report_(params: { peer: enums.InputPeer; id: Array<number>; reason: enums.ReportReason; message: string; })

Properties

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

IDs of the stories to report.

message: string

Comment for report moderation

peer: enums.InputPeer

The peer that uploaded the story.

reason: enums.ReportReason

Why are these storeis being reported.

Static Properties

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