Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/tl/2_types.ts>MessageInteractionCounters

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageInteractionCounters
import { MessageInteractionCounters } from "https://deno.land/x/mtkruto@0.0.982/tl/2_types.ts";

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