You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/errors/source/400_BAD_REQUEST.tsv
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -459,11 +459,14 @@ STARGIFT_INVALID The passed [inputInvoiceStarGift](https://core.telegram.org/con
459
459
STARGIFT_MESSAGE_INVALIDThe provided message for this gift is invalid.
460
460
STARGIFT_NOT_FOUNDThe specified star gift was not found.
461
461
STARGIFT_NOT_OWNERYou cannot control this gift because it does not belong to you.
462
+
STARGIFT_OWNER_INVALIDThe specified gift owner is invalid.
462
463
STARGIFT_RESELL_NOT_ALLOWEDYou cannot buy this gift. Someone else may have already bought it.
463
464
STARGIFT_RESELL_TOO_EARLY_XA wait of {value} seconds is required to resell this gift.
464
465
STARGIFT_SLUG_INVALIDThe provided star gift slug is invalid.
466
+
STARGIFT_TRANSFER_TOO_EARLY_XA wait of {value} seconds is required to transfer this gift.
465
467
STARGIFT_USAGE_LIMITEDThe gift is sold out.
466
468
STARREF_AWAITING_ENDThe previous referral program was terminated less than 24 hours ago: further changes can be made after the date specified in userFull.starref_program.end_date.
469
+
STARREF_EXPIREDThe specified referral link is expired.
467
470
STARREF_HASH_REVOKEDThe specified affiliate link was already revoked.
468
471
STARREF_MONTHS_TOO_LOWThe ``duration_months`` parameter must be between 0 and 36
469
472
STARREF_PERMILLE_INVALIDThe specified commission_permille is invalid: the minimum and maximum values for this parameter are contained in the [starref_min_commission_permille](https://core.telegram.org/api/config#starref-min-commission-permille) and [starref_max_commission_permille](https://core.telegram.org/api/config#starref-max-commission-permille) client configuration parameters.
@@ -502,8 +505,8 @@ STORY_ID_EMPTY You specified no story IDs.
502
505
STORY_ID_INVALIDThe specified story ID is invalid.
503
506
STORY_NOT_MODIFIEDThe new story information you passed is equal to the previous story information, thus it wasn't modified.
504
507
STORY_PERIOD_INVALIDThe specified story period is invalid for this account.
505
-
STORY_SEND_FLOOD_MONTHLY_XYou've hit the monthly story limit as specified by the [`stories_sent_monthly_limit_*` client configuration parameters](https://core.telegram.org/api/config#stories-sent-monthly-limit-default): wait for the specified number of seconds before posting a new story.
506
-
STORY_SEND_FLOOD_WEEKLY_XYou've hit the weekly story limit as specified by the [`stories_sent_weekly_limit_*` client configuration parameters](https://core.telegram.org/api/config#stories-sent-weekly-limit-default): wait for the specified number of seconds before posting a new story.
508
+
STORY_SEND_FLOOD_MONTHLY_XYou've hit the monthly story limit as specified by the [`stories_sent_monthly_limit_*` client configuration parameters](https://core.telegram.org/api/config#stories-sent-monthly-limit-default): wait {value} seconds before posting a new story.
509
+
STORY_SEND_FLOOD_WEEKLY_XYou've hit the weekly story limit as specified by the [`stories_sent_weekly_limit_*` client configuration parameters](https://core.telegram.org/api/config#stories-sent-weekly-limit-default): wait {value} seconds before posting a new story.
507
510
SUBSCRIPTION_EXPORT_MISSINGYou cannot send a [bot subscription invoice](https://core.telegram.org/api/subscriptions#bot-subscriptions) directly, you may only create invoice links using [payments.exportInvoice](https://core.telegram.org/method/payments.exportInvoice).
508
511
SUBSCRIPTION_PERIOD_INVALIDThe specified subscription_pricing.period is invalid.
509
512
SWITCH_PM_TEXT_EMPTYThe switch_pm.text field was empty.
Copy file name to clipboardExpand all lines: compiler/errors/source/406_NOT_ACCEPTABLE.tsv
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ PREMIUM_CURRENTLY_UNAVAILABLE You cannot currently purchase a Premium subscripti
19
19
PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_XMINImport for this chat is already in progress, wait {value} minutes before starting a new one.
20
20
PRIVACY_PREMIUM_REQUIREDYou need a [Telegram Premium subscription](https://core.telegram.org/api/premium) to send a message to this user.
21
21
SEND_CODE_UNAVAILABLEReturned when all available options for this type of number were already used (e.g. flash-call, then SMS, then this error might be returned to trigger a second resend).
22
+
STARGIFT_EXPORT_IN_PROGRESSGift export in progress.
22
23
STICKERSET_INVALIDThe provided sticker set is invalid.
23
24
STICKERSET_OWNER_ANONYMOUSProvided stickerset can't be installed as group stickerset to prevent admin deanonymization.
24
25
TOPIC_CLOSEDThis topic was closed, you can't send messages to it anymore.
0 commit comments