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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputPeerNotifySettings
import { InputPeerNotifySettings } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

Constructors

new
InputPeerNotifySettings(params?: { showPreviews?: boolean; silent?: boolean; muteUntil?: number; sound?: TypeNotificationSound; storiesMuted?: boolean; storiesHideSender?: boolean; storiesSound?: TypeNotificationSound; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
muteUntil: number
optional
showPreviews: boolean
optional
silent: boolean
optional
sound: TypeNotificationSound
optional
storiesHideSender: boolean
optional
storiesMuted: boolean
optional
storiesSound: TypeNotificationSound

Static Properties

readonly
[paramDesc]: ParamDesc