Layer 220
AccountAutoDownloadSettings
Media autodownload settings
constructor
account.autoDownloadSettings#63cacf26 low:AutoDownloadSettings medium:AutoDownloadSettings high:AutoDownloadSettings = account.AutoDownloadSettings;
Parameters
| Name | Type | Description |
|---|---|---|
| Low | AutoDownloadSettings | Low data usage preset |
| Medium | AutoDownloadSettings | Medium data usage preset |
| High | AutoDownloadSettings | High data usage preset |
Returns
account.AutoDownloadSettingsGogram Example
// Creating AccountAutoDownloadSettings constructor obj := &tg.AccountAutoDownloadSettings{ Low: &tg.AutoDownloadSettings{}, Medium: &tg.AutoDownloadSettings{}, High: &tg.AutoDownloadSettings{}, }