Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_setDefaultHistoryTTL_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_setDefaultHistoryTTL_
extends Function_<boolean>
import { messages_setDefaultHistoryTTL_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Changes the default value of the Time-To-Live setting, applied to all new chats.

Constructors

new
messages_setDefaultHistoryTTL_(params: { period: number; })

Properties

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

The new default Time-To-Live of all messages sent in new chats.

Static Properties

__F: (params: { period: number; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc