AccountSaveAutoSaveSettings constructor

const AccountSaveAutoSaveSettings({
  1. required bool users,
  2. required bool chats,
  3. required bool broadcasts,
  4. InputPeerBase? peer,
  5. required AutoSaveSettingsBase settings,
})

Account Save Auto Save Settings constructor.

Implementation

const AccountSaveAutoSaveSettings({
  required this.users,
  required this.chats,
  required this.broadcasts,
  this.peer,
  required this.settings,
}) : super._();