Improve updateSpeedLimitNotification documentation.
This commit is contained in:
parent
33073a5022
commit
cf06ac0d4b
@ -7151,7 +7151,7 @@ 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 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;
|
||||
|
Loading…
Reference in New Issue
Block a user