From 6dc48f30dab3a345ba7bc9dcf42272350224c975 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 3 Feb 2023 20:59:32 +0300 Subject: [PATCH] Add td_api::updateAutosaveSettings. --- td/generate/scheme/td_api.tl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 280466f9a..58255dd59 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -5487,6 +5487,9 @@ updateAnimationSearchParameters provider:string emojis:vector = Update; //@description The list of suggested to the user actions has changed @added_actions Added suggested actions @removed_actions Removed suggested actions updateSuggestedActions added_actions:vector removed_actions:vector = Update; +//@description Autosave settings for some type of chats were updated @scope Type of chats for which autosave settings were updated @settings The new autosave settings +updateAutosaveSettings scope:AutosaveSettingsScope settings:scopeAutosaveSettings = Update; + //@description A new incoming inline query; for bots only //@id Unique query identifier //@sender_user_id Identifier of the user who sent the query