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

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

Activates stories stealth mode, see here » for more info.

Constructors

new
stories_activateStealthMode_(params?: { past?: true; future?: true; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
future: true

Whether to hide future story views for the next stories_stealth_future_period seconds », as specified by the client configuration.

optional
past: true

Whether to erase views from any stories opened in the past stories_stealth_past_period seconds », as specified by the client configuration.

Static Properties

__F: (params?: { past?: true; future?: true; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc