mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
4.6 KiB
4.6 KiB
| 1 | id | message |
|---|---|---|
| 2 | FIRSTNAME_INVALID | The first name is invalid |
| 3 | LASTNAME_INVALID | The last name is invalid |
| 4 | PHONE_NUMBER_INVALID | The phone number is invalid |
| 5 | PHONE_CODE_HASH_EMPTY | phone_code_hash is missing |
| 6 | PHONE_CODE_EMPTY | phone_code is missing |
| 7 | PHONE_CODE_EXPIRED | The confirmation code has expired |
| 8 | PHONE_CODE_INVALID | The confirmation code is invalid |
| 9 | API_ID_INVALID | The api_id/api_hash combination is invalid |
| 10 | PHONE_NUMBER_OCCUPIED | The phone number is already in use |
| 11 | PHONE_NUMBER_UNOCCUPIED | The phone number is not yet being used |
| 12 | USERS_TOO_FEW | Not enough users (to create a chat, for example) |
| 13 | USERS_TOO_MUCH | The maximum number of users has been exceeded (to create a chat, for example) |
| 14 | TYPE_CONSTRUCTOR_INVALID | The type constructor is invalid |
| 15 | FILE_PART_INVALID | The file part number is invalid |
| 16 | FILE_PARTS_INVALID | The number of file parts is invalid |
| 17 | FILE_PART_X_MISSING | Part {x} of the file is missing from storage |
| 18 | MD5_CHECKSUM_INVALID | The MD5 checksums do not match |
| 19 | PHOTO_INVALID_DIMENSIONS | The photo dimensions are invalid |
| 20 | FIELD_NAME_INVALID | The field with the name FIELD_NAME is invalid |
| 21 | FIELD_NAME_EMPTY | The field with the name FIELD_NAME is missing |
| 22 | MSG_WAIT_FAILED | A waiting call returned an error |
| 23 | PEER_ID_INVALID | The id/access_hash combination is invalid |
| 24 | MESSAGE_EMPTY | The message sent is empty |
| 25 | ENCRYPTED_MESSAGE_INVALID | The special binding message (bind_auth_key_inner) contains invalid data |
| 26 | INPUT_METHOD_INVALID | The method called is invalid |
| 27 | PASSWORD_HASH_INVALID | Two-step verification password is invalid |
| 28 | USERNAME_NOT_OCCUPIED | The username is not occupied by anyone |
| 29 | USERNAME_INVALID | The username is invalid |
| 30 | MESSAGE_ID_INVALID | The message id is invalid |
| 31 | MESSAGE_NOT_MODIFIED | The message was not modified |
| 32 | ENTITY_MENTION_USER_INVALID | The mentioned entity is not an user |
| 33 | MESSAGE_TOO_LONG | The message text is over 4096 characters |
| 34 | ACCESS_TOKEN_EXPIRED | The bot token is invalid |
| 35 | BOT_METHOD_INVALID | The method can't be used by bots |
| 36 | QUERY_TOO_SHORT | The query is too short |
| 37 | SEARCH_QUERY_EMPTY | The query is empty |
| 38 | CHAT_ID_INVALID | The chat id is invalid |
| 39 | DATE_EMPTY | The date argument is empty |
| 40 | PERSISTENT_TIMESTAMP_EMPTY | The pts is empty |
| 41 | CDN_METHOD_INVALID | The method can't be used on CDN DCs |
| 42 | VOLUME_LOC_NOT_FOUND | The volume location can't be found |
| 43 | FILE_ID_INVALID | The file id is invalid |
| 44 | LOCATION_INVALID | The file location is invalid |
| 45 | CHAT_ADMIN_REQUIRED | The method requires chat admin privileges |
| 46 | PHONE_NUMBER_BANNED | The phone number is banned |
| 47 | ABOUT_TOO_LONG | The about text is too long |
| 48 | MULTI_MEDIA_TOO_LONG | The album contains more than 10 items |
| 49 | USERNAME_OCCUPIED | The username is already in use |
| 50 | BOT_INLINE_DISABLED | The inline feature of the bot is disabled |
| 51 | INLINE_RESULT_EXPIRED | The inline bot query expired |
| 52 | INVITE_HASH_INVALID | The invite link hash is invalid |
| 53 | USER_ALREADY_PARTICIPANT | The user is already a participant of this chat |
| 54 | TTL_MEDIA_INVALID | The media does not support self-destruction |
| 55 | MAX_ID_INVALID | The max_id parameter is invalid |
| 56 | CHANNEL_INVALID | The channel parameter is invalid |
| 57 | DC_ID_INVALID | The dc_id parameter is invalid |
| 58 | LIMIT_INVALID | The limit parameter is invalid |
| 59 | OFFSET_INVALID | The offset parameter is invalid |
| 60 | EMAIL_INVALID | The email provided is invalid |
| 61 | USER_IS_BOT | A bot cannot send messages to other bots or to itself |
| 62 | WEBPAGE_CURL_FAILED | Telegram server could not fetch the provided URL |
| 63 | STICKERSET_INVALID | The requested sticker set is invalid |
| 64 | PEER_FLOOD | The method can't be used because your account is limited |
| 65 | MEDIA_CAPTION_TOO_LONG | The media caption is longer than 200 characters |
| 66 | USER_NOT_MUTUAL_CONTACT | The user is not a mutual contact |
| 67 | USER_CHANNELS_TOO_MUCH | The user is already in too many channels or supergroups |
| 68 | API_ID_PUBLISHED_FLOOD | You are using an API key that is limited on the server side |
| 69 | USER_NOT_PARTICIPANT | The user is not a member of this chat |
| 70 | CHANNEL_PRIVATE | The channel/supergroup is not accessible |
| 71 | MESSAGE_IDS_EMPTY | The requested message doesn't exist |
| 72 | WEBPAGE_MEDIA_EMPTY | The URL doesn't contain any valid media |
| 73 | QUERY_ID_INVALID | The callback query id is invalid |
| 74 | MEDIA_EMPTY | The media is invalid |
| 75 | USER_IS_BLOCKED | The user blocked you |
| 76 | YOU_BLOCKED_USER | You blocked this user |
| 77 | ADMINS_TOO_MUCH | The chat has too many administrators |
| 78 | BOTS_TOO_MUCH | The chat has too many bots |
| 79 | USER_ADMIN_INVALID | The action requires admin privileges |
| 80 | INPUT_USER_DEACTIVATED | The target user has been deactivated |
| 81 | PASSWORD_RECOVERY_NA | The password recovery e-mail is not available |
| 82 | PASSWORD_EMPTY | The password entered is empty |
| 83 | PHONE_NUMBER_FLOOD | This number has tried to login too many times |
| 84 | TAKEOUT_INVALID | The takeout id is invalid |
| 85 | TAKEOUT_REQUIRED | The method must be invoked inside a takeout session |
| 86 | MESSAGE_POLL_CLOSED | You can't interact with a closed poll |
| 87 | MEDIA_INVALID | The media is invalid |
| 88 | BOT_SCORE_NOT_MODIFIED | The bot score was not modified |