InputPeerNotifySettings

---types---
inputPeerNotifySettings#cacb6ae2 show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int sound:flags.3?NotificationSound stories_muted:flags.6?Bool stories_hide_sender:flags.7?Bool stories_sound:flags.8?NotificationSound = InputPeerNotifySettings

Belongs to

InputPeerNotifySettings

In Rust this constructor is a variant of the enums::InputPeerNotifySettings enum.
Match on it with: if let enums::InputPeerNotifySettings::InputPeerNotifySettings(v) = result { ... }

Parameters

show_previewsBooloptional
silentBooloptional
mute_untilintoptional
soundNotificationSoundoptional
stories_mutedBooloptional
stories_hide_senderBooloptional
stories_soundNotificationSoundoptional

Used by

UpdateNotifySettings