Skip to content

Commit e9d0f7a

Browse files
committed
1 parent e3daa50 commit e9d0f7a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

compiler/errors/source/400_BAD_REQUEST.tsv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,10 @@ SRP_ID_INVALID Invalid SRP ID provided.
489489
SRP_PASSWORD_CHANGED Password has changed.
490490
STARGIFT_ALREADY_CONVERTED The specified star gift was already converted to Stars.
491491
STARGIFT_ALREADY_REFUNDED The specified star gift was already refunded.
492+
STARGIFT_ALREADY_TRANSFERRED The provided star gift was already transferred.
492493
STARGIFT_ALREADY_UPGRADED The specified gift was already upgraded to a collectible gift.
493494
STARGIFT_CONVERT_TOO_OLD This gift can no longer be converted into stars.
495+
STARGIFT_EXPORT_UNAVAILABLE This gift is not available for export yet.
494496
STARGIFT_INVALID The passed gift is invalid.
495497
STARGIFT_MESSAGE_INVALID The provided message for this gift is invalid.
496498
STARGIFT_NOT_FOUND The specified gift was not found.

compiler/errors/source/403_FORBIDDEN.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ PUBLIC_CHANNEL_MISSING You can only export group call invite links for public ch
4444
RECAPTCHA_CHECK_X The request can't be completed unless reCAPTCHA verification {value} is performed; for official mobile applications only
4545
RIGHT_FORBIDDEN Your admin rights do not allow you to do this.
4646
SENSITIVE_CHANGE_FORBIDDEN You can't change your sensitive content settings.
47+
STARGIFT_CONVERT_BOT_NOT_ALLOWED This request cannot be performed by bots.
4748
TAKEOUT_REQUIRED A [takeout](https://core.telegram.org/api/takeout) session needs to be initialized first, [see here for more info](https://core.telegram.org/api/takeout).
4849
USER_BOT_INVALID User accounts must provide the `bot` method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts.
4950
USER_CHANNELS_TOO_MUCH One of the users you tried to add is already in too many channels/supergroups.

0 commit comments

Comments
 (0)