AutoDownloadSettings constructor
AutoDownloadSettings({})
Implementation
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,
});