mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-16 19:41:07 +03:00
Add new known RPC errors (#3134)
This commit is contained in:
parent
45ed6658fe
commit
6a1f29d953
|
@ -133,6 +133,7 @@ FILE_PART_X_MISSING,400,Part {which} of the file is missing from storage
|
||||||
FILE_REFERENCE_EMPTY,400,The file reference must exist to access the media and it cannot be empty
|
FILE_REFERENCE_EMPTY,400,The file reference must exist to access the media and it cannot be empty
|
||||||
FILE_REFERENCE_EXPIRED,400,The file reference has expired and is no longer valid or it belongs to self-destructing media and cannot be resent
|
FILE_REFERENCE_EXPIRED,400,The file reference has expired and is no longer valid or it belongs to self-destructing media and cannot be resent
|
||||||
FILE_REFERENCE_INVALID,400,The file reference is invalid or you can't do that operation on such message
|
FILE_REFERENCE_INVALID,400,The file reference is invalid or you can't do that operation on such message
|
||||||
|
FILE_TITLE_EMPTY,400,
|
||||||
FIRSTNAME_INVALID,400,The first name is invalid
|
FIRSTNAME_INVALID,400,The first name is invalid
|
||||||
FLOOD_TEST_PHONE_WAIT_X,420,A wait of {seconds} seconds is required in the test servers
|
FLOOD_TEST_PHONE_WAIT_X,420,A wait of {seconds} seconds is required in the test servers
|
||||||
FLOOD_WAIT_X,420,A wait of {seconds} seconds is required
|
FLOOD_WAIT_X,420,A wait of {seconds} seconds is required
|
||||||
|
@ -231,6 +232,7 @@ PASSWORD_EMPTY,400,The provided password is empty
|
||||||
PASSWORD_HASH_INVALID,400,The password (and thus its hash value) you entered is invalid
|
PASSWORD_HASH_INVALID,400,The password (and thus its hash value) you entered is invalid
|
||||||
PASSWORD_MISSING,400,The account must have 2-factor authentication enabled (a password) before this method can be used
|
PASSWORD_MISSING,400,The account must have 2-factor authentication enabled (a password) before this method can be used
|
||||||
PASSWORD_RECOVERY_EXPIRED,400,
|
PASSWORD_RECOVERY_EXPIRED,400,
|
||||||
|
PASSWORD_RECOVERY_NA,400,
|
||||||
PASSWORD_REQUIRED,400,The account must have 2-factor authentication enabled (a password) before this method can be used
|
PASSWORD_REQUIRED,400,The account must have 2-factor authentication enabled (a password) before this method can be used
|
||||||
PASSWORD_TOO_FRESH_X,400,The password was added too recently and {seconds} seconds must pass before using the method
|
PASSWORD_TOO_FRESH_X,400,The password was added too recently and {seconds} seconds must pass before using the method
|
||||||
PAYMENT_PROVIDER_INVALID,400,The payment provider was not recognised or its token was invalid
|
PAYMENT_PROVIDER_INVALID,400,The payment provider was not recognised or its token was invalid
|
||||||
|
@ -263,16 +265,19 @@ PHOTO_INVALID_DIMENSIONS,400,The photo dimensions are invalid (hint: `pip instal
|
||||||
PHOTO_SAVE_FILE_INVALID,400,The photo you tried to send cannot be saved by Telegram. A reason may be that it exceeds 10MB. Try resizing it locally
|
PHOTO_SAVE_FILE_INVALID,400,The photo you tried to send cannot be saved by Telegram. A reason may be that it exceeds 10MB. Try resizing it locally
|
||||||
PHOTO_THUMB_URL_EMPTY,400,The URL used as a thumbnail appears to be empty or has caused another HTTP error
|
PHOTO_THUMB_URL_EMPTY,400,The URL used as a thumbnail appears to be empty or has caused another HTTP error
|
||||||
PIN_RESTRICTED,400,You can't pin messages in private chats with other people
|
PIN_RESTRICTED,400,You can't pin messages in private chats with other people
|
||||||
|
PINNED_DIALOGS_TOO_MUCH,400,
|
||||||
POLL_ANSWERS_INVALID,400,The poll did not have enough answers or had too many
|
POLL_ANSWERS_INVALID,400,The poll did not have enough answers or had too many
|
||||||
POLL_OPTION_DUPLICATE,400,A duplicate option was sent in the same poll
|
POLL_OPTION_DUPLICATE,400,A duplicate option was sent in the same poll
|
||||||
POLL_OPTION_INVALID,400,A poll option used invalid data (the data may be too long)
|
POLL_OPTION_INVALID,400,A poll option used invalid data (the data may be too long)
|
||||||
POLL_QUESTION_INVALID,400,The poll question was either empty or too long
|
POLL_QUESTION_INVALID,400,The poll question was either empty or too long
|
||||||
POLL_UNSUPPORTED,400,This layer does not support polls in the issued method
|
POLL_UNSUPPORTED,400,This layer does not support polls in the issued method
|
||||||
|
POLL_VOTE_REQUIRED,403,
|
||||||
PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_XMIN,406,"Similar to a flood wait, must wait {minutes} minutes"
|
PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_XMIN,406,"Similar to a flood wait, must wait {minutes} minutes"
|
||||||
PRIVACY_KEY_INVALID,400,The privacy key is invalid
|
PRIVACY_KEY_INVALID,400,The privacy key is invalid
|
||||||
PRIVACY_TOO_LONG,400,Cannot add that many entities in a single request
|
PRIVACY_TOO_LONG,400,Cannot add that many entities in a single request
|
||||||
PRIVACY_VALUE_INVALID,400,The privacy value is invalid
|
PRIVACY_VALUE_INVALID,400,The privacy value is invalid
|
||||||
PTS_CHANGE_EMPTY,500,No PTS change
|
PTS_CHANGE_EMPTY,500,No PTS change
|
||||||
|
PUBLIC_KEY_REQUIRED,400,
|
||||||
QUERY_ID_EMPTY,400,The query ID is empty
|
QUERY_ID_EMPTY,400,The query ID is empty
|
||||||
QUERY_ID_INVALID,400,The query ID is invalid
|
QUERY_ID_INVALID,400,The query ID is invalid
|
||||||
QUERY_TOO_SHORT,400,The query string is too short
|
QUERY_TOO_SHORT,400,The query string is too short
|
||||||
|
|
|
|
@ -12,7 +12,7 @@ account.deleteSecureValue,user,
|
||||||
account.finishTakeoutSession,user,
|
account.finishTakeoutSession,user,
|
||||||
account.getAccountTTL,user,
|
account.getAccountTTL,user,
|
||||||
account.getAllSecureValues,user,
|
account.getAllSecureValues,user,
|
||||||
account.getAuthorizationForm,user,
|
account.getAuthorizationForm,user,PUBLIC_KEY_REQUIRED
|
||||||
account.getAuthorizations,user,
|
account.getAuthorizations,user,
|
||||||
account.getAutoDownloadSettings,user,
|
account.getAutoDownloadSettings,user,
|
||||||
account.getContactSignUpNotification,user,
|
account.getContactSignUpNotification,user,
|
||||||
|
@ -79,7 +79,7 @@ auth.importBotAuthorization,both,ACCESS_TOKEN_EXPIRED ACCESS_TOKEN_INVALID API_I
|
||||||
auth.importLoginToken,user,AUTH_TOKEN_ALREADY_ACCEPTED AUTH_TOKEN_EXPIRED AUTH_TOKEN_INVALID
|
auth.importLoginToken,user,AUTH_TOKEN_ALREADY_ACCEPTED AUTH_TOKEN_EXPIRED AUTH_TOKEN_INVALID
|
||||||
auth.logOut,both,
|
auth.logOut,both,
|
||||||
auth.recoverPassword,user,CODE_EMPTY NEW_SETTINGS_INVALID
|
auth.recoverPassword,user,CODE_EMPTY NEW_SETTINGS_INVALID
|
||||||
auth.requestPasswordRecovery,user,PASSWORD_EMPTY
|
auth.requestPasswordRecovery,user,PASSWORD_EMPTY PASSWORD_RECOVERY_NA
|
||||||
auth.resendCode,user,PHONE_NUMBER_INVALID
|
auth.resendCode,user,PHONE_NUMBER_INVALID
|
||||||
auth.resetAuthorizations,user,TIMEOUT
|
auth.resetAuthorizations,user,TIMEOUT
|
||||||
auth.sendCode,user,API_ID_INVALID API_ID_PUBLISHED_FLOOD AUTH_RESTART INPUT_REQUEST_TOO_LONG PHONE_NUMBER_APP_SIGNUP_FORBIDDEN PHONE_NUMBER_BANNED PHONE_NUMBER_FLOOD PHONE_NUMBER_INVALID PHONE_PASSWORD_FLOOD PHONE_PASSWORD_PROTECTED
|
auth.sendCode,user,API_ID_INVALID API_ID_PUBLISHED_FLOOD AUTH_RESTART INPUT_REQUEST_TOO_LONG PHONE_NUMBER_APP_SIGNUP_FORBIDDEN PHONE_NUMBER_BANNED PHONE_NUMBER_FLOOD PHONE_NUMBER_INVALID PHONE_PASSWORD_FLOOD PHONE_PASSWORD_PROTECTED
|
||||||
|
@ -89,6 +89,7 @@ bots.answerWebhookJSONQuery,bot,QUERY_ID_INVALID USER_BOT_INVALID
|
||||||
bots.sendCustomRequest,bot,USER_BOT_INVALID
|
bots.sendCustomRequest,bot,USER_BOT_INVALID
|
||||||
bots.setBotCommands,bot,BOT_COMMAND_DESCRIPTION_INVALID BOT_COMMAND_INVALID LANG_CODE_INVALID
|
bots.setBotCommands,bot,BOT_COMMAND_DESCRIPTION_INVALID BOT_COMMAND_INVALID LANG_CODE_INVALID
|
||||||
channels.checkUsername,user,CHANNEL_INVALID CHAT_ID_INVALID USERNAME_INVALID
|
channels.checkUsername,user,CHANNEL_INVALID CHAT_ID_INVALID USERNAME_INVALID
|
||||||
|
channels.convertToGigagroup,user,PARTICIPANTS_TOO_FEW
|
||||||
channels.createChannel,user,CHAT_TITLE_EMPTY USER_RESTRICTED
|
channels.createChannel,user,CHAT_TITLE_EMPTY USER_RESTRICTED
|
||||||
channels.deleteChannel,user,CHANNEL_INVALID CHANNEL_PRIVATE
|
channels.deleteChannel,user,CHANNEL_INVALID CHANNEL_PRIVATE
|
||||||
channels.deleteHistory,user,
|
channels.deleteHistory,user,
|
||||||
|
@ -231,7 +232,7 @@ messages.getPeerDialogs,user,CHANNEL_PRIVATE PEER_ID_INVALID
|
||||||
messages.getPeerSettings,user,CHANNEL_INVALID PEER_ID_INVALID
|
messages.getPeerSettings,user,CHANNEL_INVALID PEER_ID_INVALID
|
||||||
messages.getPinnedDialogs,user,
|
messages.getPinnedDialogs,user,
|
||||||
messages.getPollResults,user,
|
messages.getPollResults,user,
|
||||||
messages.getPollVotes,user,BROADCAST_FORBIDDEN
|
messages.getPollVotes,user,BROADCAST_FORBIDDEN POLL_VOTE_REQUIRED
|
||||||
messages.getRecentLocations,user,
|
messages.getRecentLocations,user,
|
||||||
messages.getRecentStickers,user,
|
messages.getRecentStickers,user,
|
||||||
messages.getSavedGifs,user,
|
messages.getSavedGifs,user,
|
||||||
|
@ -288,12 +289,12 @@ messages.setBotShippingResults,both,QUERY_ID_INVALID
|
||||||
messages.setEncryptedTyping,user,CHAT_ID_INVALID
|
messages.setEncryptedTyping,user,CHAT_ID_INVALID
|
||||||
messages.setGameScore,bot,PEER_ID_INVALID USER_BOT_REQUIRED
|
messages.setGameScore,bot,PEER_ID_INVALID USER_BOT_REQUIRED
|
||||||
messages.setHistoryTTL,user,CHAT_NOT_MODIFIED TTL_PERIOD_INVALID
|
messages.setHistoryTTL,user,CHAT_NOT_MODIFIED TTL_PERIOD_INVALID
|
||||||
messages.setInlineBotResults,bot,ARTICLE_TITLE_EMPTY AUDIO_CONTENT_URL_EMPTY AUDIO_TITLE_EMPTY BUTTON_DATA_INVALID BUTTON_TYPE_INVALID BUTTON_URL_INVALID DOCUMENT_INVALID FILE_CONTENT_TYPE_INVALID GIF_CONTENT_TYPE_INVALID MESSAGE_EMPTY NEXT_OFFSET_INVALID PHOTO_CONTENT_TYPE_INVALID PHOTO_CONTENT_URL_EMPTY PHOTO_THUMB_URL_EMPTY QUERY_ID_INVALID REPLY_MARKUP_INVALID RESULT_TYPE_INVALID SEND_MESSAGE_MEDIA_INVALID SEND_MESSAGE_TYPE_INVALID START_PARAM_INVALID STICKER_DOCUMENT_INVALID USER_BOT_INVALID VIDEO_TITLE_EMPTY WEBDOCUMENT_MIME_INVALID WEBDOCUMENT_URL_INVALID
|
messages.setInlineBotResults,bot,ARTICLE_TITLE_EMPTY AUDIO_CONTENT_URL_EMPTY AUDIO_TITLE_EMPTY BUTTON_DATA_INVALID BUTTON_TYPE_INVALID BUTTON_URL_INVALID DOCUMENT_INVALID FILE_CONTENT_TYPE_INVALID FILE_TITLE_EMPTY GIF_CONTENT_TYPE_INVALID MESSAGE_EMPTY NEXT_OFFSET_INVALID PHOTO_CONTENT_TYPE_INVALID PHOTO_CONTENT_URL_EMPTY PHOTO_THUMB_URL_EMPTY QUERY_ID_INVALID REPLY_MARKUP_INVALID RESULT_TYPE_INVALID SEND_MESSAGE_MEDIA_INVALID SEND_MESSAGE_TYPE_INVALID START_PARAM_INVALID STICKER_DOCUMENT_INVALID USER_BOT_INVALID VIDEO_TITLE_EMPTY WEBDOCUMENT_MIME_INVALID WEBDOCUMENT_URL_INVALID
|
||||||
messages.setInlineGameScore,bot,MESSAGE_ID_INVALID USER_BOT_REQUIRED
|
messages.setInlineGameScore,bot,MESSAGE_ID_INVALID USER_BOT_REQUIRED
|
||||||
messages.setTyping,both,CHANNEL_INVALID CHANNEL_PRIVATE CHAT_ID_INVALID CHAT_WRITE_FORBIDDEN PEER_ID_INVALID USER_BANNED_IN_CHANNEL USER_IS_BLOCKED USER_IS_BOT
|
messages.setTyping,both,CHANNEL_INVALID CHANNEL_PRIVATE CHAT_ID_INVALID CHAT_WRITE_FORBIDDEN PEER_ID_INVALID USER_BANNED_IN_CHANNEL USER_IS_BLOCKED USER_IS_BOT
|
||||||
messages.startBot,user,BOT_INVALID PEER_ID_INVALID START_PARAM_EMPTY START_PARAM_INVALID
|
messages.startBot,user,BOT_INVALID PEER_ID_INVALID START_PARAM_EMPTY START_PARAM_INVALID
|
||||||
messages.startHistoryImport,user,IMPORT_ID_INVALID
|
messages.startHistoryImport,user,IMPORT_ID_INVALID
|
||||||
messages.toggleDialogPin,user,PEER_ID_INVALID
|
messages.toggleDialogPin,user,PEER_ID_INVALID PINNED_DIALOGS_TOO_MUCH
|
||||||
messages.toggleStickerSets,user,
|
messages.toggleStickerSets,user,
|
||||||
messages.uninstallStickerSet,user,STICKERSET_INVALID
|
messages.uninstallStickerSet,user,STICKERSET_INVALID
|
||||||
messages.updateDialogFilter,user,
|
messages.updateDialogFilter,user,
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user