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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -490,10 +490,12 @@ SMS_CODE_CREATE_FAILED An error occurred while creating the SMS code.
490
490
SRP_A_INVALID The specified inputCheckPasswordSRP.A value is invalid.
491
491
SRP_ID_INVALID Invalid SRP ID provided.
492
492
SRP_PASSWORD_CHANGED Password has changed.
493
+
STARGIFT_ALREADY_BURNED The provided gift is already burned.
493
494
STARGIFT_ALREADY_CONVERTED The specified star gift was already converted to Stars.
494
495
STARGIFT_ALREADY_REFUNDED The specified star gift was already refunded.
495
496
STARGIFT_ALREADY_TRANSFERRED The provided star gift was already transferred.
496
497
STARGIFT_ALREADY_UPGRADED The specified gift was already upgraded to a collectible gift.
498
+
STARGIFT_ATTRIBUTE_INVALID The provided gift attribute is invalid.
497
499
STARGIFT_CONVERT_TOO_OLD This gift can no longer be converted into stars.
498
500
STARGIFT_EXPORT_UNAVAILABLE This gift is not available for export yet.
499
501
STARGIFT_INVALID The passed gift is invalid.
@@ -548,6 +550,7 @@ STORIES_NEVER_CREATED This peer hasn't ever posted any stories.
548
550
STORIES_TOO_MUCH You have hit the maximum active stories limit as specified by the [`story_expiring_limit_*` client configuration parameters](https://core.telegram.org/api/config#story-expiring-limit-default): you should buy a [Premium](https://core.telegram.org/api/premium) subscription, delete an active story, or wait for the oldest story to expire.
549
551
STORY_ID_EMPTY You specified no story IDs.
550
552
STORY_ID_INVALID The specified story ID is invalid.
553
+
STORY_LIVE_ALREADY_X The user or the chat has an active live story with identifier {value}.
551
554
STORY_NOT_MODIFIED The new story information you passed is equal to the previous story information, thus it wasn't modified.
552
555
STORY_PERIOD_INVALID The specified story period is invalid for this account.
553
556
STORY_PUBLIC_MISSING The story you are trying to access or manipulate is not publicly available.
@@ -629,6 +632,7 @@ USER_BOT_REQUIRED This method can only be called by a bot.
629
632
USER_CHANNELS_TOO_MUCH One of the users you tried to add is already in too many channels/supergroups.
630
633
USER_CREATOR For channels.editAdmin: you've tried to edit the admin rights of the owner, but you're not the owner; for channels.leaveChannel: you can't leave this channel, because you're its creator.
631
634
USER_GIFT_UNAVAILABLE Gifts are not available in the current region ([stars_gifts_enabled](https://core.telegram.org/api/config#stars-gifts-enabled) is equal to false).
0 commit comments