Skip to main content
Module

x/mtkruto/mod.ts>types.MessageActionSetMessagesTTL

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageActionSetMessagesTTL
import { types } from "https://deno.land/x/mtkruto@0.1.108/mod.ts";
const { MessageActionSetMessagesTTL } = types;

Constructors

new
MessageActionSetMessagesTTL(params: { period: number; autoSettingFrom?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
autoSettingFrom: bigint
period: number

Static Properties

readonly
[paramDesc]: ParamDesc