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

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

The Time-To-Live for messages sent by the current user in a specific chat has changed

Constructors

new
UpdatePeerHistoryTTL_(params: { peer: enums.Peer; ttl_period?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.Peer

The chat

optional
ttl_period: number

The new Time-To-Live

Static Properties

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