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