Skip to main content
Module

x/mtkruto/mod.ts>types.PeerNotifySettings

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

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