AutoDownloadSettings constructor
AutoDownloadSettings({})
Implementation
AutoDownloadSettings({
super.extra,
super.client_id,
this.is_auto_download_enabled,
this.max_photo_file_size,
this.max_video_file_size,
this.max_other_file_size,
this.video_upload_bitrate,
this.preload_large_videos,
this.preload_next_audio,
this.use_less_data_for_calls,
});