diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index a4f8158cc..255498087 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -7151,7 +7151,7 @@ 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 Download or upload file speed for the user was limited, but it can be restored by subscription to Telegram Premium. +//@description Download or upload file speed for the user was limited, but it can be restored by subscription to Telegram Premium. The notification can be postponed until a being downloaded or uploaded file is visible to the user //-Use getOption("premium_download_speedup") or getOption("premium_upload_speedup") to get expected speedup after subscription to Telegram Premium //@is_upload True, if upload speed was limited; false, if download speed was limited updateSpeedLimitNotification is_upload:Bool = Update;