---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
In Rust this constructor is a variant of the enums::InputPeerNotifySettings enum. Match on it with: if let enums::InputPeerNotifySettings::InputPeerNotifySettings(v) = result { ... }
enums::InputPeerNotifySettings
if let enums::InputPeerNotifySettings::InputPeerNotifySettings(v) = result { ... }