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.1.139/tl/2_types.ts";

Constructors

new
InputPeerNotifySettings_(params?: { show_previews?: boolean; silent?: boolean; mute_until?: number; sound?: enums.NotificationSound; stories_muted?: boolean; stories_hide_sender?: boolean; stories_sound?: enums.NotificationSound; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
mute_until: number
optional
show_previews: boolean
optional
silent: boolean
optional
sound: enums.NotificationSound
optional
stories_hide_sender: boolean
optional
stories_muted: boolean
optional
stories_sound: enums.NotificationSound

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc