Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Interaction counters for a message.

Constructors

new
PostInteractionCountersMessage_(params: { msg_id: number; views: number; forwards: number; reactions: number; })

Properties

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

Number of forwards to public channels

msg_id: number

Message ID

reactions: number

Number of reactions

views: number

Number of views

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc