Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountReportProfilePhoto

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

Constructors

new
AccountReportProfilePhoto(params: { peer: types.TypeInputPeer; photoId: types.TypeInputPhoto; reason: types.TypeReportReason; message: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
message: string
peer: types.TypeInputPeer
photoId: types.TypeInputPhoto
reason: types.TypeReportReason

Static Properties

readonly
[paramDesc]: ParamDesc