Skip to content

Commit e70b421

Browse files
Add some errors to known errors
Co-authored-by: Shrimadhav U K <SpEcHiDe@users.noreply.github.com>
1 parent e02702d commit e70b421

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compiler/errors/source/400_BAD_REQUEST.tsv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ MSG_ID_INVALID The message ID used in the peer was invalid.
321321
MSG_TOO_OLD chat_read_mark_expire_period have passed since the message was sent, read receipts were deleted.
322322
MSG_VOICE_MISSING The message does not contain a voice message.
323323
MSG_WAIT_FAILED A waiting call returned an error.
324+
MTPROTO_CLUSTER_INVALID The MTProto cluster is invalid.
324325
MULTI_MEDIA_TOO_LONG The album contains too many items.
325326
NEW_SALT_INVALID The new salt is invalid.
326327
NEW_SETTINGS_EMPTY No password is set on the current account, and no new password was specified in `new_settings`.
@@ -531,6 +532,7 @@ STORY_ID_EMPTY You specified no story IDs.
531532
STORY_ID_INVALID The specified story ID is invalid.
532533
STORY_NOT_MODIFIED The new story information you passed is equal to the previous story information, thus it wasn't modified.
533534
STORY_PERIOD_INVALID The specified story period is invalid for this account.
535+
STORY_PUBLIC_MISSING The story you are trying to access or manipulate is not publicly available.
534536
STORY_SEND_FLOOD_MONTHLY_X You'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.
535537
STORY_SEND_FLOOD_WEEKLY_X You'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.
536538
SUBSCRIPTION_EXPORT_MISSING You 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).

0 commit comments

Comments
 (0)