AutoDownloadSettings constructor
      const
      AutoDownloadSettings({})
     
    
Contains auto-download settings
Implementation
const AutoDownloadSettings({
  required this.isAutoDownloadEnabled,
  required this.maxPhotoFileSize,
  required this.maxVideoFileSize,
  required this.maxOtherFileSize,
  required this.videoUploadBitrate,
  required this.preloadLargeVideos,
  required this.preloadNextAudio,
  required this.preloadStories,
  required this.useLessDataForCalls,
});