Interface AutosaveSettingsScopeChat

Autosave settings applied to a chat. Subtype of AutosaveSettingsScope.

interface AutosaveSettingsScopeChat {
    @type: "autosaveSettingsScopeChat";
    chat_id: number;
}

Properties

Properties

@type: "autosaveSettingsScopeChat"
chat_id: number

Chat identifier.