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

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

Constructors

new
PeerNotifySettings(params?: { showPreviews?: boolean; silent?: boolean; muteUntil?: number; iosSound?: TypeNotificationSound; androidSound?: TypeNotificationSound; otherSound?: TypeNotificationSound; storiesMuted?: boolean; storiesHideSender?: boolean; storiesIosSound?: TypeNotificationSound; storiesAndroidSound?: TypeNotificationSound; storiesOtherSound?: TypeNotificationSound; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
androidSound: TypeNotificationSound
optional
iosSound: TypeNotificationSound
optional
muteUntil: number
optional
otherSound: TypeNotificationSound
optional
showPreviews: boolean
optional
silent: boolean
optional
storiesAndroidSound: TypeNotificationSound
optional
storiesHideSender: boolean
optional
storiesIosSound: TypeNotificationSound
optional
storiesMuted: boolean
optional
storiesOtherSound: TypeNotificationSound

Static Properties

readonly
[paramDesc]: ParamDesc