class PeerNotifySettings
extends _TypePeerNotifySettings
import { PeerNotifySettings } from "https://deno.land/x/mtkruto@0.1.101/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
[params]: Paramsoptional
androidSound: TypeNotificationSoundoptional
iosSound: TypeNotificationSoundoptional
otherSound: TypeNotificationSoundoptional
storiesAndroidSound: TypeNotificationSoundoptional
storiesIosSound: TypeNotificationSoundoptional
storiesOtherSound: TypeNotificationSoundStatic Properties
readonly
[paramDesc]: ParamDesc