Skip to main content
Module

x/mtkruto/mod.ts>types.MessageInteractionCounters

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageInteractionCounters
import { types } from "https://deno.land/x/mtkruto@0.1.100/mod.ts";
const { MessageInteractionCounters } = types;

Constructors

new
MessageInteractionCounters(params: { msgId: number; views: number; forwards: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
forwards: number
msgId: number
views: number

Static Properties

readonly
[paramDesc]: ParamDesc