AccountUpdateNotifySettings constructor

const AccountUpdateNotifySettings({
  1. required InputNotifyPeerBase peer,
  2. required InputPeerNotifySettingsBase settings,
})

Account Update Notify Settings constructor.

Implementation

const AccountUpdateNotifySettings({
  required this.peer,
  required this.settings,
}) : super._();