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

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

Indicates that stories stealth mode was activated.

Constructors

new
UpdateStoriesStealthMode_(params: { stealth_mode: enums.StoriesStealthMode; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
stealth_mode: enums.StoriesStealthMode

Information about the current stealth mode session.

Static Properties

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