MadelineProtoDocs/docs/API_docs/constructors/autoSaveException.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];