InputPeerNotifySettings constructor

const InputPeerNotifySettings({
  1. bool? showPreviews,
  2. bool? silent,
  3. DateTime? muteUntil,
  4. NotificationSoundBase? sound,
  5. bool? storiesMuted,
  6. bool? storiesHideSender,
  7. 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._();