mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.autoDownloadSettings | Media autodownload settings | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_autoDownloadSettings.html |
Constructor: account.autoDownloadSettings
Media autodownload settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
low | AutoDownloadSettings | Yes | Low data usage preset |
medium | AutoDownloadSettings | Yes | Medium data usage preset |
high | AutoDownloadSettings | Yes | High data usage preset |
Type: account.AutoDownloadSettings
Example:
$account_autoDownloadSettings = ['_' => 'account.autoDownloadSettings', 'low' => AutoDownloadSettings, 'medium' => AutoDownloadSettings, 'high' => AutoDownloadSettings];