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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,7 @@ MSG_ID_INVALID The message ID used in the peer was invalid.
321
321
MSG_TOO_OLD chat_read_mark_expire_period have passed since the message was sent, read receipts were deleted.
322
322
MSG_VOICE_MISSING The message does not contain a voice message.
323
323
MSG_WAIT_FAILED A waiting call returned an error.
324
+
MTPROTO_CLUSTER_INVALID The MTProto cluster is invalid.
324
325
MULTI_MEDIA_TOO_LONG The album contains too many items.
325
326
NEW_SALT_INVALID The new salt is invalid.
326
327
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.
531
532
STORY_ID_INVALID The specified story ID is invalid.
532
533
STORY_NOT_MODIFIED The new story information you passed is equal to the previous story information, thus it wasn't modified.
533
534
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.
534
536
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.
535
537
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.
536
538
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