Skip to main content
Module

x/mtkruto/mod.ts>functions.StatsGetMessageStats

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

Constructors

new
StatsGetMessageStats(params: { dark?: true; channel: types.TypeInputChannel; msgId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: types.TypeInputChannel
optional
dark: true
msgId: number

Static Properties

readonly
[paramDesc]: ParamDesc