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

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

Affected part of communication history with the user or in a chat.

Constructors

new
messages_AffectedHistory_(params: { pts: number; pts_count: number; offset: number; })

Properties

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

If a parameter contains positive value, it is necessary to repeat the method call using the given value; during the proceeding of all the history the value itself shall gradually decrease

pts: number

Number of events occurred in a text box

pts_count: number

Number of affected events

Static Properties

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