Add td_api::updateAutosaveSettings.
This commit is contained in:
parent
810b58d55a
commit
6dc48f30da
@ -5487,6 +5487,9 @@ updateAnimationSearchParameters provider:string emojis:vector<string> = 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<SuggestedAction> removed_actions:vector<SuggestedAction> = 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
|
||||
|
Loading…
Reference in New Issue
Block a user