Skip to main content
Module

x/mtkruto/mod.ts>types.InputPeerNotifySettings

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

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