Interface UpdateAutosaveSettings

Autosave settings for some type of chats were updated. Subtype of Update.

interface UpdateAutosaveSettings {
    @type: "updateAutosaveSettings";
    scope: AutosaveSettingsScope;
    settings: ScopeAutosaveSettings;
}

Properties

Properties

@type: "updateAutosaveSettings"

Type of chats for which autosave settings were updated.

The new autosave settings; may be null if the settings are reset to default.