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

Constructors

new
PeerNotifySettings_(params?: { show_previews?: boolean; silent?: boolean; mute_until?: number; ios_sound?: enums.NotificationSound; android_sound?: enums.NotificationSound; other_sound?: enums.NotificationSound; stories_muted?: boolean; stories_hide_sender?: boolean; stories_ios_sound?: enums.NotificationSound; stories_android_sound?: enums.NotificationSound; stories_other_sound?: enums.NotificationSound; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
android_sound: enums.NotificationSound
optional
ios_sound: enums.NotificationSound
optional
mute_until: number
optional
other_sound: enums.NotificationSound
optional
show_previews: boolean
optional
silent: boolean
optional
stories_android_sound: enums.NotificationSound
optional
stories_hide_sender: boolean
optional
stories_ios_sound: enums.NotificationSound
optional
stories_muted: boolean
optional
stories_other_sound: enums.NotificationSound

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc