mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
799 B
799 B
title | description | nav_exclude | image |
---|---|---|---|
autoSaveException | Peer-specific media autosave settings | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];