InputPeerNotifySettings constructor
const
InputPeerNotifySettings({
- bool? showPreviews,
- bool? silent,
- DateTime? muteUntil,
- NotificationSoundBase? sound,
- bool? storiesMuted,
- bool? storiesHideSender,
- NotificationSoundBase? storiesSound,
Input Peer Notify Settings constructor.
Implementation
const InputPeerNotifySettings({
this.showPreviews,
this.silent,
this.muteUntil,
this.sound,
this.storiesMuted,
this.storiesHideSender,
this.storiesSound,
}) : super._();