Interface AutosaveSettingsException

Contains autosave settings for a chat, which overrides default settings for the corresponding scope.

interface AutosaveSettingsException {
    @type: "autosaveSettingsException";
    chat_id: number;
    settings: ScopeAutosaveSettings;
}

Properties

@type: "autosaveSettingsException"
chat_id: number

Chat identifier.

Autosave settings for the chat.