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

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

The view counter of a message in a channel has changed

Constructors

new
UpdateChannelMessageViews_(params: { channel_id: bigint; id: number; views: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint

Channel ID

id: number

ID of the message

views: number

New view counter

Static Properties

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