Constructor: autoSaveException
Peer-specific media autosave settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The peer |
settings | AutoSaveSettings | Yes | Media autosave settings |
Type: AutoSaveException
Example:
$autoSaveException = ['_' => 'autoSaveException', 'peer' => long, 'settings' => AutoSaveSettings];