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

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

The Time-To-Live of messages in this chat was changed

Constructors

new
ChannelAdminLogEventActionChangeHistoryTTL_(params: { prev_value: number; new_value: number; })

Properties

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

New value

prev_value: number

Previous value

Static Properties

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