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>MessageViews_

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

View, forward counter + info about replies of a specific message

Constructors

new
MessageViews_(params?: { views?: number; forwards?: number; replies?: enums.MessageReplies; })

Properties

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

Forward count of message

optional
replies: enums.MessageReplies

Reply and thread information of message

optional
views: number

View count of message

Static Properties

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