Update errors.csv

This commit is contained in:
Aayco (Coder) 2025-05-26 19:55:02 +03:00 committed by GitHub
parent c4be19a8ce
commit d7c0d8059f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -525,5 +525,5 @@ WEBPUSH_KEY_INVALID,400,The specified web push elliptic curve Diffie-Hellman pub
WEBPUSH_TOKEN_INVALID,400,The specified web push token is invalid
WORKER_BUSY_TOO_LONG_RETRY,500,Telegram workers are too busy to respond immediately
YOU_BLOCKED_USER,400,You blocked this user
FROZEN_METHOD_INVALID,420,You try to use method that not available for frozen accounts
FROZEN_PARTICIPANT_MISSING,400,You try to use method that not available when your account is frozen and you are not member in chat
FROZEN_METHOD_INVALID,420,You tried to use a method that is not available for frozen accounts
FROZEN_PARTICIPANT_MISSING,400,Your account is frozen and can't access the chat

1 name codes description
525 WEBPUSH_TOKEN_INVALID 400 The specified web push token is invalid
526 WORKER_BUSY_TOO_LONG_RETRY 500 Telegram workers are too busy to respond immediately
527 YOU_BLOCKED_USER 400 You blocked this user
528 FROZEN_METHOD_INVALID 420 You try to use method that not available for frozen accounts You tried to use a method that is not available for frozen accounts
529 FROZEN_PARTICIPANT_MISSING 400 You try to use method that not available when your account is frozen and you are not member in chat Your account is frozen and can't access the chat