Constructor: autoSaveSettings
Media autosave settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
photos | Bool | Optional | Whether photos should be autosaved to the gallery. |
videos | Bool | Optional | Whether videos should be autosaved to the gallery. |
video_max_size | long | Optional | If set, specifies a size limit for autosavable videos |
Type: AutoSaveSettings
Example:
$autoSaveSettings = ['_' => 'autoSaveSettings', 'photos' => Bool, 'videos' => Bool, 'video_max_size' => long];