mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 12:04:45 +01:00
Update
This commit is contained in:
parent
69d69df732
commit
b1d6d282a6
48
v1.json
48
v1.json
@ -298,7 +298,6 @@
|
||||
],
|
||||
"messages.sendMedia": [
|
||||
"BOT_PAYMENTS_DISABLED",
|
||||
"BOT_POLLS_DISABLED",
|
||||
"BROADCAST_PUBLIC_VOTERS_FORBIDDEN",
|
||||
"BUTTON_DATA_INVALID",
|
||||
"BUTTON_TYPE_INVALID",
|
||||
@ -898,6 +897,7 @@
|
||||
"CHANNEL_PRIVATE",
|
||||
"CHAT_ADMIN_REQUIRED",
|
||||
"CHAT_ID_INVALID",
|
||||
"EXPIRE_DATE_INVALID",
|
||||
"PEER_ID_INVALID",
|
||||
"USAGE_LIMIT_INVALID"
|
||||
],
|
||||
@ -1183,10 +1183,6 @@
|
||||
"messages.getStickers": [
|
||||
"EMOTICON_EMPTY"
|
||||
],
|
||||
"messages.getStickerSet": [
|
||||
"EMOTICON_STICKERPACK_MISSING",
|
||||
"STICKERSET_INVALID"
|
||||
],
|
||||
"auth.bindTempAuthKey": [
|
||||
"ENCRYPTED_MESSAGE_INVALID",
|
||||
"INPUT_FETCH_FAIL",
|
||||
@ -1550,6 +1546,9 @@
|
||||
"STICKER_THUMB_TGS_NOTGS",
|
||||
"STICKERSET_INVALID"
|
||||
],
|
||||
"messages.getStickerSet": [
|
||||
"STICKERSET_INVALID"
|
||||
],
|
||||
"messages.installStickerSet": [
|
||||
"STICKERSET_INVALID"
|
||||
],
|
||||
@ -1978,6 +1977,9 @@
|
||||
"auth.signUp": [
|
||||
"PHONE_NUMBER_INVALID"
|
||||
],
|
||||
"messages.initHistoryImport": [
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN"
|
||||
],
|
||||
"channels.setStickers": [
|
||||
"STICKERSET_OWNER_ANONYMOUS"
|
||||
],
|
||||
@ -2717,7 +2719,7 @@
|
||||
"This method can only be run by a bot"
|
||||
],
|
||||
"BOT_ONESIDE_NOT_AVAIL": [
|
||||
""
|
||||
"Bots can't pin messages in PM just for themselves"
|
||||
],
|
||||
"BOT_PAYMENTS_DISABLED": [
|
||||
"Please enable bot payments in botfather before calling this method."
|
||||
@ -2864,7 +2866,7 @@
|
||||
"No chat title provided"
|
||||
],
|
||||
"CHAT_TOO_BIG": [
|
||||
""
|
||||
"This method is not available for groups with more than `chat_read_mark_size_threshold` members, [see client configuration »](https:\/\/core.telegram.org\/api\/config#client-configuration)."
|
||||
],
|
||||
"CHAT_WRITE_FORBIDDEN": [
|
||||
"You can't write in this chat"
|
||||
@ -2918,7 +2920,7 @@
|
||||
"Missing contact request"
|
||||
],
|
||||
"CURRENCY_TOTAL_AMOUNT_INVALID": [
|
||||
""
|
||||
"The total amount of all prices is invalid"
|
||||
],
|
||||
"DATA_INVALID": [
|
||||
"Encrypted data invalid"
|
||||
@ -3001,6 +3003,9 @@
|
||||
"ERROR_TEXT_EMPTY": [
|
||||
"The provided error message is empty"
|
||||
],
|
||||
"EXPIRE_DATE_INVALID": [
|
||||
"The specified expiration date is invalid"
|
||||
],
|
||||
"EXPORT_CARD_INVALID": [
|
||||
"Provided card is invalid"
|
||||
],
|
||||
@ -3095,7 +3100,7 @@
|
||||
"The specified from_id is invalid"
|
||||
],
|
||||
"GAME_BOT_INVALID": [
|
||||
""
|
||||
"Bots can't send another bot's game."
|
||||
],
|
||||
"GEO_POINT_INVALID": [
|
||||
"Invalid geoposition provided"
|
||||
@ -3119,13 +3124,13 @@
|
||||
"The group call was already discarded"
|
||||
],
|
||||
"GROUPCALL_FORBIDDEN": [
|
||||
""
|
||||
"The group call has already ended"
|
||||
],
|
||||
"GROUPCALL_NOT_MODIFIED": [
|
||||
"Group call settings weren't modified"
|
||||
],
|
||||
"GROUPCALL_SSRC_DUPLICATE_MUCH": [
|
||||
""
|
||||
"The app needs to retry joining the group call with a new SSRC value."
|
||||
],
|
||||
"GROUPED_ID_OCCUPY_FAILED": [
|
||||
"Internal error"
|
||||
@ -3281,7 +3286,7 @@
|
||||
"Invalid supergroup ID"
|
||||
],
|
||||
"MEGAGROUP_PREHISTORY_HIDDEN": [
|
||||
""
|
||||
"Group with hidden history for new members can't be set as discussion groups"
|
||||
],
|
||||
"MEGAGROUP_REQUIRED": [
|
||||
"You can only use this method on a supergroup"
|
||||
@ -3401,7 +3406,7 @@
|
||||
"The specified participant ID is invalid"
|
||||
],
|
||||
"PARTICIPANT_JOIN_MISSING": [
|
||||
""
|
||||
"Trying to enable a presentation, when the user hasn't joined the Video Chat with [phone.joinGroupCall](\/method\/phone.joinGroupCall)"
|
||||
],
|
||||
"PARTICIPANT_VERSION_OUTDATED": [
|
||||
"The other participant does not use an up to date telegram client with support for calls"
|
||||
@ -3422,7 +3427,7 @@
|
||||
"The recovery code has expired"
|
||||
],
|
||||
"PASSWORD_RECOVERY_NA": [
|
||||
""
|
||||
"No email was set, can't recover password via email."
|
||||
],
|
||||
"PASSWORD_REQUIRED": [
|
||||
"A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport"
|
||||
@ -3547,11 +3552,14 @@
|
||||
"POSTPONED_TIMEOUT": [
|
||||
"Internal error"
|
||||
],
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN": [
|
||||
"Import for this chat is already in progress, wait 5 minutes before starting a new one."
|
||||
],
|
||||
"PRIVACY_KEY_INVALID": [
|
||||
"The privacy key is invalid"
|
||||
],
|
||||
"PRIVACY_TOO_LONG": [
|
||||
""
|
||||
"Too many privacy rules were specified, the current limit is 1000"
|
||||
],
|
||||
"PRIVACY_VALUE_INVALID": [
|
||||
"The specified privacy rule combination is invalid"
|
||||
@ -3656,7 +3664,7 @@
|
||||
"You can't schedule a message this far in the future"
|
||||
],
|
||||
"SCHEDULE_STATUS_PRIVATE": [
|
||||
""
|
||||
"Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings."
|
||||
],
|
||||
"SCHEDULE_TOO_MUCH": [
|
||||
"There are too many scheduled messages"
|
||||
@ -3752,13 +3760,13 @@
|
||||
"Incorrect document type for sticker."
|
||||
],
|
||||
"STICKER_TGS_NOTGS": [
|
||||
""
|
||||
"Invalid TGS sticker provided."
|
||||
],
|
||||
"STICKER_THUMB_PNG_NOPNG": [
|
||||
""
|
||||
"Incorrect stickerset thumb file provided, PNG \/ WEBP expected."
|
||||
],
|
||||
"STICKER_THUMB_TGS_NOTGS": [
|
||||
""
|
||||
"Incorrect stickerset TGS thumb file provided."
|
||||
],
|
||||
"STICKERS_EMPTY": [
|
||||
"No sticker provided"
|
||||
@ -3767,7 +3775,7 @@
|
||||
"The provided sticker set is invalid"
|
||||
],
|
||||
"STICKERSET_OWNER_ANONYMOUS": [
|
||||
""
|
||||
"Provided stickerset can't be installed as group stickerset to prevent admin deanonymisation."
|
||||
],
|
||||
"STORAGE_CHECK_FAILED": [
|
||||
"Server storage check failed"
|
||||
|
70
v2.json
70
v2.json
@ -1639,7 +1639,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "SCHEDULE_STATUS_PRIVATE",
|
||||
"error_description": ""
|
||||
"error_description": "Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -3306,11 +3306,6 @@
|
||||
"error_message": "BOT_PAYMENTS_DISABLED",
|
||||
"error_description": "Please enable bot payments in botfather before calling this method."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "BOT_POLLS_DISABLED",
|
||||
"error_description": ""
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "BROADCAST_PUBLIC_VOTERS_FORBIDDEN",
|
||||
@ -3379,7 +3374,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "CURRENCY_TOTAL_AMOUNT_INVALID",
|
||||
"error_description": ""
|
||||
"error_description": "The total amount of all prices is invalid"
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -3414,7 +3409,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "GAME_BOT_INVALID",
|
||||
"error_description": ""
|
||||
"error_description": "Bots can't send another bot's game."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -3854,7 +3849,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "BOT_ONESIDE_NOT_AVAIL",
|
||||
"error_description": ""
|
||||
"error_description": "Bots can't pin messages in PM just for themselves"
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -4321,7 +4316,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKER_TGS_NOTGS",
|
||||
"error_description": ""
|
||||
"error_description": "Invalid TGS sticker provided."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -4400,17 +4395,17 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKER_TGS_NOTGS",
|
||||
"error_description": ""
|
||||
"error_description": "Invalid TGS sticker provided."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKER_THUMB_PNG_NOPNG",
|
||||
"error_description": ""
|
||||
"error_description": "Incorrect stickerset thumb file provided, PNG \/ WEBP expected."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKER_THUMB_TGS_NOTGS",
|
||||
"error_description": ""
|
||||
"error_description": "Incorrect stickerset TGS thumb file provided."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -4503,7 +4498,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "MEGAGROUP_PREHISTORY_HIDDEN",
|
||||
"error_description": ""
|
||||
"error_description": "Group with hidden history for new members can't be set as discussion groups"
|
||||
}
|
||||
],
|
||||
"stats.getBroadcastStats": [
|
||||
@ -5064,7 +5059,7 @@
|
||||
{
|
||||
"error_code": 406,
|
||||
"error_message": "STICKERSET_OWNER_ANONYMOUS",
|
||||
"error_description": ""
|
||||
"error_description": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymisation."
|
||||
}
|
||||
],
|
||||
"channels.toggleInvites": [
|
||||
@ -5533,6 +5528,11 @@
|
||||
"error_message": "CHAT_WRITE_FORBIDDEN",
|
||||
"error_description": "You can't write in this chat"
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "EXPIRE_DATE_INVALID",
|
||||
"error_description": "The specified expiration date is invalid"
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "PEER_ID_INVALID",
|
||||
@ -6065,7 +6065,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "CHAT_TOO_BIG",
|
||||
"error_description": ""
|
||||
"error_description": "This method is not available for groups with more than `chat_read_mark_size_threshold` members, [see client configuration »](https:\/\/core.telegram.org\/api\/config#client-configuration)."
|
||||
}
|
||||
],
|
||||
"auth.recoverPassword": [
|
||||
@ -6333,18 +6333,6 @@
|
||||
"error_description": "The emoji is empty"
|
||||
}
|
||||
],
|
||||
"messages.getStickerSet": [
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "EMOTICON_STICKERPACK_MISSING",
|
||||
"error_description": ""
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKERSET_INVALID",
|
||||
"error_description": "The provided sticker set is invalid"
|
||||
}
|
||||
],
|
||||
"auth.bindTempAuthKey": [
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -6623,7 +6611,7 @@
|
||||
{
|
||||
"error_code": 403,
|
||||
"error_message": "GROUPCALL_FORBIDDEN",
|
||||
"error_description": ""
|
||||
"error_description": "The group call has already ended"
|
||||
}
|
||||
],
|
||||
"phone.toggleGroupCallSettings": [
|
||||
@ -6637,7 +6625,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "GROUPCALL_SSRC_DUPLICATE_MUCH",
|
||||
"error_description": ""
|
||||
"error_description": "The app needs to retry joining the group call with a new SSRC value."
|
||||
}
|
||||
],
|
||||
"account.resetWebAuthorization": [
|
||||
@ -6664,6 +6652,11 @@
|
||||
"error_code": 400,
|
||||
"error_message": "IMPORT_FORMAT_UNRECOGNIZED",
|
||||
"error_description": "The specified chat export file was exported from an unsupported chat app"
|
||||
},
|
||||
{
|
||||
"error_code": 406,
|
||||
"error_message": "PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN",
|
||||
"error_description": "Import for this chat is already in progress, wait 5 minutes before starting a new one."
|
||||
}
|
||||
],
|
||||
"messages.startHistoryImport": [
|
||||
@ -7037,7 +7030,7 @@
|
||||
{
|
||||
"error_code": 403,
|
||||
"error_message": "PARTICIPANT_JOIN_MISSING",
|
||||
"error_description": ""
|
||||
"error_description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with [phone.joinGroupCall](\/method\/phone.joinGroupCall)"
|
||||
}
|
||||
],
|
||||
"channels.convertToGigagroup": [
|
||||
@ -7056,7 +7049,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "PASSWORD_RECOVERY_NA",
|
||||
"error_description": ""
|
||||
"error_description": "No email was set, can't recover password via email."
|
||||
}
|
||||
],
|
||||
"account.getPasswordSettings": [
|
||||
@ -7325,7 +7318,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "PRIVACY_TOO_LONG",
|
||||
"error_description": ""
|
||||
"error_description": "Too many privacy rules were specified, the current limit is 1000"
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -7441,12 +7434,12 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKER_THUMB_PNG_NOPNG",
|
||||
"error_description": ""
|
||||
"error_description": "Incorrect stickerset thumb file provided, PNG \/ WEBP expected."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKER_THUMB_TGS_NOTGS",
|
||||
"error_description": ""
|
||||
"error_description": "Incorrect stickerset TGS thumb file provided."
|
||||
},
|
||||
{
|
||||
"error_code": 400,
|
||||
@ -7454,6 +7447,13 @@
|
||||
"error_description": "The provided sticker set is invalid"
|
||||
}
|
||||
],
|
||||
"messages.getStickerSet": [
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "STICKERSET_INVALID",
|
||||
"error_description": "The provided sticker set is invalid"
|
||||
}
|
||||
],
|
||||
"messages.installStickerSet": [
|
||||
{
|
||||
"error_code": 400,
|
||||
|
44
v3.json
44
v3.json
@ -298,7 +298,6 @@
|
||||
},
|
||||
"messages.sendMedia": {
|
||||
"BOT_PAYMENTS_DISABLED": "BOT_PAYMENTS_DISABLED",
|
||||
"BOT_POLLS_DISABLED": "BOT_POLLS_DISABLED",
|
||||
"BROADCAST_PUBLIC_VOTERS_FORBIDDEN": "BROADCAST_PUBLIC_VOTERS_FORBIDDEN",
|
||||
"BUTTON_DATA_INVALID": "BUTTON_DATA_INVALID",
|
||||
"BUTTON_TYPE_INVALID": "BUTTON_TYPE_INVALID",
|
||||
@ -898,6 +897,7 @@
|
||||
"CHANNEL_PRIVATE": "CHANNEL_PRIVATE",
|
||||
"CHAT_ADMIN_REQUIRED": "CHAT_ADMIN_REQUIRED",
|
||||
"CHAT_ID_INVALID": "CHAT_ID_INVALID",
|
||||
"EXPIRE_DATE_INVALID": "EXPIRE_DATE_INVALID",
|
||||
"PEER_ID_INVALID": "PEER_ID_INVALID",
|
||||
"USAGE_LIMIT_INVALID": "USAGE_LIMIT_INVALID"
|
||||
},
|
||||
@ -1183,10 +1183,6 @@
|
||||
"messages.getStickers": {
|
||||
"EMOTICON_EMPTY": "EMOTICON_EMPTY"
|
||||
},
|
||||
"messages.getStickerSet": {
|
||||
"EMOTICON_STICKERPACK_MISSING": "EMOTICON_STICKERPACK_MISSING",
|
||||
"STICKERSET_INVALID": "STICKERSET_INVALID"
|
||||
},
|
||||
"auth.bindTempAuthKey": {
|
||||
"ENCRYPTED_MESSAGE_INVALID": "ENCRYPTED_MESSAGE_INVALID",
|
||||
"INPUT_FETCH_FAIL": "INPUT_FETCH_FAIL",
|
||||
@ -1550,6 +1546,9 @@
|
||||
"STICKER_THUMB_TGS_NOTGS": "STICKER_THUMB_TGS_NOTGS",
|
||||
"STICKERSET_INVALID": "STICKERSET_INVALID"
|
||||
},
|
||||
"messages.getStickerSet": {
|
||||
"STICKERSET_INVALID": "STICKERSET_INVALID"
|
||||
},
|
||||
"messages.installStickerSet": {
|
||||
"STICKERSET_INVALID": "STICKERSET_INVALID"
|
||||
},
|
||||
@ -2275,6 +2274,9 @@
|
||||
"auth.signUp": {
|
||||
"PHONE_NUMBER_INVALID": "PHONE_NUMBER_INVALID"
|
||||
},
|
||||
"messages.initHistoryImport": {
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN": "PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN"
|
||||
},
|
||||
"channels.setStickers": {
|
||||
"STICKERSET_OWNER_ANONYMOUS": "STICKERSET_OWNER_ANONYMOUS"
|
||||
},
|
||||
@ -2933,7 +2935,7 @@
|
||||
"BOT_INVALID": "This is not a valid bot",
|
||||
"BOT_METHOD_INVALID": "This method cannot be run by a bot",
|
||||
"BOT_MISSING": "This method can only be run by a bot",
|
||||
"BOT_ONESIDE_NOT_AVAIL": "",
|
||||
"BOT_ONESIDE_NOT_AVAIL": "Bots can't pin messages in PM just for themselves",
|
||||
"BOT_PAYMENTS_DISABLED": "Please enable bot payments in botfather before calling this method.",
|
||||
"BOT_POLLS_DISABLED": "",
|
||||
"BOT_RESPONSE_TIMEOUT": "A timeout occurred while fetching data from the bot",
|
||||
@ -2982,7 +2984,7 @@
|
||||
"CHAT_SEND_POLL_FORBIDDEN": "You can't send polls in this chat",
|
||||
"CHAT_SEND_STICKERS_FORBIDDEN": "You can't send stickers in this chat.",
|
||||
"CHAT_TITLE_EMPTY": "No chat title provided",
|
||||
"CHAT_TOO_BIG": "",
|
||||
"CHAT_TOO_BIG": "This method is not available for groups with more than `chat_read_mark_size_threshold` members, [see client configuration »](https:\/\/core.telegram.org\/api\/config#client-configuration).",
|
||||
"CHAT_WRITE_FORBIDDEN": "You can't write in this chat",
|
||||
"CHP_CALL_FAIL": "Internal failure",
|
||||
"CODE_EMPTY": "The provided code is empty",
|
||||
@ -3000,7 +3002,7 @@
|
||||
"CONTACT_ID_INVALID": "The provided contact ID is invalid",
|
||||
"CONTACT_NAME_EMPTY": "Contact name empty",
|
||||
"CONTACT_REQ_MISSING": "Missing contact request",
|
||||
"CURRENCY_TOTAL_AMOUNT_INVALID": "",
|
||||
"CURRENCY_TOTAL_AMOUNT_INVALID": "The total amount of all prices is invalid",
|
||||
"DATA_INVALID": "Encrypted data invalid",
|
||||
"DATA_JSON_INVALID": "The provided JSON data is invalid",
|
||||
"DATA_TOO_LONG": "Data too long",
|
||||
@ -3028,6 +3030,7 @@
|
||||
"ENTITIES_TOO_LONG": "You provided too many styled message entities",
|
||||
"ENTITY_MENTION_USER_INVALID": "You mentioned an invalid user",
|
||||
"ERROR_TEXT_EMPTY": "The provided error message is empty",
|
||||
"EXPIRE_DATE_INVALID": "The specified expiration date is invalid",
|
||||
"EXPORT_CARD_INVALID": "Provided card is invalid",
|
||||
"EXTERNAL_URL_INVALID": "External URL invalid",
|
||||
"FIELD_NAME_EMPTY": "The field with the name FIELD_NAME is missing",
|
||||
@ -3059,7 +3062,7 @@
|
||||
"FRESH_RESET_AUTHORISATION_FORBIDDEN": "You can't logout other sessions if less than 24 hours have passed since you logged on the current session",
|
||||
"FROM_MESSAGE_BOT_DISABLED": "Bots can't use fromMessage min constructors",
|
||||
"FROM_PEER_INVALID": "The specified from_id is invalid",
|
||||
"GAME_BOT_INVALID": "",
|
||||
"GAME_BOT_INVALID": "Bots can't send another bot's game.",
|
||||
"GEO_POINT_INVALID": "Invalid geoposition provided",
|
||||
"GIF_CONTENT_TYPE_INVALID": "GIF content-type invalid",
|
||||
"GIF_ID_INVALID": "The provided GIF ID is invalid",
|
||||
@ -3067,9 +3070,9 @@
|
||||
"GRAPH_INVALID_RELOAD": "Invalid graph token provided, please reload the stats and provide the updated token",
|
||||
"GRAPH_OUTDATED_RELOAD": "The graph is outdated, please get a new async token using stats.getBroadcastStats",
|
||||
"GROUPCALL_ALREADY_DISCARDED": "The group call was already discarded",
|
||||
"GROUPCALL_FORBIDDEN": "",
|
||||
"GROUPCALL_FORBIDDEN": "The group call has already ended",
|
||||
"GROUPCALL_NOT_MODIFIED": "Group call settings weren't modified",
|
||||
"GROUPCALL_SSRC_DUPLICATE_MUCH": "",
|
||||
"GROUPCALL_SSRC_DUPLICATE_MUCH": "The app needs to retry joining the group call with a new SSRC value.",
|
||||
"GROUPED_ID_OCCUPY_FAILED": "Internal error",
|
||||
"GROUPED_ID_OCCUPY_FAULED": "Internal error",
|
||||
"GROUPED_MEDIA_INVALID": "Invalid grouped media",
|
||||
@ -3121,7 +3124,7 @@
|
||||
"MEDIA_NEW_INVALID": "The new media is invalid",
|
||||
"MEDIA_PREV_INVALID": "Previous media invalid",
|
||||
"MEGAGROUP_ID_INVALID": "Invalid supergroup ID",
|
||||
"MEGAGROUP_PREHISTORY_HIDDEN": "",
|
||||
"MEGAGROUP_PREHISTORY_HIDDEN": "Group with hidden history for new members can't be set as discussion groups",
|
||||
"MEGAGROUP_REQUIRED": "You can only use this method on a supergroup",
|
||||
"MEMBER_FETCH_FAILED": "Internal error",
|
||||
"MEMBER_NO_LOCATION": "An internal failure occurred while fetching user info (couldn't find location)",
|
||||
@ -3161,14 +3164,14 @@
|
||||
"PACK_TITLE_INVALID": "The stickerpack title is invalid",
|
||||
"PARTICIPANT_CALL_FAILED": "Failure while making call",
|
||||
"PARTICIPANT_ID_INVALID": "The specified participant ID is invalid",
|
||||
"PARTICIPANT_JOIN_MISSING": "",
|
||||
"PARTICIPANT_JOIN_MISSING": "Trying to enable a presentation, when the user hasn't joined the Video Chat with [phone.joinGroupCall](\/method\/phone.joinGroupCall)",
|
||||
"PARTICIPANT_VERSION_OUTDATED": "The other participant does not use an up to date telegram client with support for calls",
|
||||
"PARTICIPANTS_TOO_FEW": "Not enough participants",
|
||||
"PASSWORD_EMPTY": "The provided password is empty",
|
||||
"PASSWORD_HASH_INVALID": "The provided password hash is invalid",
|
||||
"PASSWORD_MISSING": "You must enable 2FA in order to transfer ownership of a channel",
|
||||
"PASSWORD_RECOVERY_EXPIRED": "The recovery code has expired",
|
||||
"PASSWORD_RECOVERY_NA": "",
|
||||
"PASSWORD_RECOVERY_NA": "No email was set, can't recover password via email.",
|
||||
"PASSWORD_REQUIRED": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport",
|
||||
"PASSWORD_TOO_FRESH_X": "The password was modified less than 24 hours ago, try again in X seconds",
|
||||
"PAYMENT_PROVIDER_INVALID": "The specified payment provider is invalid",
|
||||
@ -3210,8 +3213,9 @@
|
||||
"POLL_QUESTION_INVALID": "One of the poll questions is not acceptable",
|
||||
"POLL_VOTE_REQUIRED": "Cast a vote in the poll before calling this method",
|
||||
"POSTPONED_TIMEOUT": "Internal error",
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN": "Import for this chat is already in progress, wait 5 minutes before starting a new one.",
|
||||
"PRIVACY_KEY_INVALID": "The privacy key is invalid",
|
||||
"PRIVACY_TOO_LONG": "",
|
||||
"PRIVACY_TOO_LONG": "Too many privacy rules were specified, the current limit is 1000",
|
||||
"PRIVACY_VALUE_INVALID": "The specified privacy rule combination is invalid",
|
||||
"PTS_CHANGE_EMPTY": "No PTS change",
|
||||
"PUBLIC_KEY_REQUIRED": "A public key is required",
|
||||
@ -3246,7 +3250,7 @@
|
||||
"SCHEDULE_BOT_NOT_ALLOWED": "Bots cannot schedule messages",
|
||||
"SCHEDULE_DATE_INVALID": "Invalid schedule date provided",
|
||||
"SCHEDULE_DATE_TOO_LATE": "You can't schedule a message this far in the future",
|
||||
"SCHEDULE_STATUS_PRIVATE": "",
|
||||
"SCHEDULE_STATUS_PRIVATE": "Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings.",
|
||||
"SCHEDULE_TOO_MUCH": "There are too many scheduled messages",
|
||||
"SEARCH_QUERY_EMPTY": "The search query is empty",
|
||||
"SECONDS_INVALID": "Invalid duration provided",
|
||||
@ -3278,12 +3282,12 @@
|
||||
"STICKER_PNG_DIMENSIONS": "Sticker png dimensions invalid",
|
||||
"STICKER_PNG_NOPNG": "One of the specified stickers is not a valid PNG file",
|
||||
"STICKER_TGS_NODOC": "Incorrect document type for sticker.",
|
||||
"STICKER_TGS_NOTGS": "",
|
||||
"STICKER_THUMB_PNG_NOPNG": "",
|
||||
"STICKER_THUMB_TGS_NOTGS": "",
|
||||
"STICKER_TGS_NOTGS": "Invalid TGS sticker provided.",
|
||||
"STICKER_THUMB_PNG_NOPNG": "Incorrect stickerset thumb file provided, PNG \/ WEBP expected.",
|
||||
"STICKER_THUMB_TGS_NOTGS": "Incorrect stickerset TGS thumb file provided.",
|
||||
"STICKERS_EMPTY": "No sticker provided",
|
||||
"STICKERSET_INVALID": "The provided sticker set is invalid",
|
||||
"STICKERSET_OWNER_ANONYMOUS": "",
|
||||
"STICKERSET_OWNER_ANONYMOUS": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymisation.",
|
||||
"STORAGE_CHECK_FAILED": "Server storage check failed",
|
||||
"STORE_INVALID_OBJECT_TYPE": "Internal error",
|
||||
"STORE_INVALID_SCALAR_TYPE": "Tried storing an invalid scalar type",
|
||||
|
44
v4.json
44
v4.json
@ -120,9 +120,6 @@
|
||||
"BOT_PAYMENTS_DISABLED": [
|
||||
"messages.sendMedia"
|
||||
],
|
||||
"BOT_POLLS_DISABLED": [
|
||||
"messages.sendMedia"
|
||||
],
|
||||
"BOT_RESPONSE_TIMEOUT": [
|
||||
"messages.getBotCallbackAnswer",
|
||||
"messages.getInlineBotResults"
|
||||
@ -587,9 +584,6 @@
|
||||
"EMOTICON_INVALID": [
|
||||
"messages.sendMedia"
|
||||
],
|
||||
"EMOTICON_STICKERPACK_MISSING": [
|
||||
"messages.getStickerSet"
|
||||
],
|
||||
"ENCRYPTED_MESSAGE_INVALID": [
|
||||
"auth.bindTempAuthKey",
|
||||
"msgs_ack"
|
||||
@ -621,6 +615,9 @@
|
||||
"ERROR_TEXT_EMPTY": [
|
||||
"messages.setBotPrecheckoutResults"
|
||||
],
|
||||
"EXPIRE_DATE_INVALID": [
|
||||
"messages.exportChatInvite"
|
||||
],
|
||||
"EXPORT_CARD_INVALID": [
|
||||
"contacts.importCard"
|
||||
],
|
||||
@ -2173,6 +2170,9 @@
|
||||
"PHONE_PASSWORD_FLOOD": [
|
||||
"auth.sendCode"
|
||||
],
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN": [
|
||||
"messages.initHistoryImport"
|
||||
],
|
||||
"SEND_CODE_UNAVAILABLE": [
|
||||
"auth.resendCode"
|
||||
],
|
||||
@ -2545,7 +2545,7 @@
|
||||
"BOT_INVALID": "This is not a valid bot",
|
||||
"BOT_METHOD_INVALID": "This method cannot be run by a bot",
|
||||
"BOT_MISSING": "This method can only be run by a bot",
|
||||
"BOT_ONESIDE_NOT_AVAIL": "",
|
||||
"BOT_ONESIDE_NOT_AVAIL": "Bots can't pin messages in PM just for themselves",
|
||||
"BOT_PAYMENTS_DISABLED": "Please enable bot payments in botfather before calling this method.",
|
||||
"BOT_POLLS_DISABLED": "",
|
||||
"BOT_RESPONSE_TIMEOUT": "A timeout occurred while fetching data from the bot",
|
||||
@ -2594,7 +2594,7 @@
|
||||
"CHAT_SEND_POLL_FORBIDDEN": "You can't send polls in this chat",
|
||||
"CHAT_SEND_STICKERS_FORBIDDEN": "You can't send stickers in this chat.",
|
||||
"CHAT_TITLE_EMPTY": "No chat title provided",
|
||||
"CHAT_TOO_BIG": "",
|
||||
"CHAT_TOO_BIG": "This method is not available for groups with more than `chat_read_mark_size_threshold` members, [see client configuration »](https:\/\/core.telegram.org\/api\/config#client-configuration).",
|
||||
"CHAT_WRITE_FORBIDDEN": "You can't write in this chat",
|
||||
"CHP_CALL_FAIL": "Internal failure",
|
||||
"CODE_EMPTY": "The provided code is empty",
|
||||
@ -2612,7 +2612,7 @@
|
||||
"CONTACT_ID_INVALID": "The provided contact ID is invalid",
|
||||
"CONTACT_NAME_EMPTY": "Contact name empty",
|
||||
"CONTACT_REQ_MISSING": "Missing contact request",
|
||||
"CURRENCY_TOTAL_AMOUNT_INVALID": "",
|
||||
"CURRENCY_TOTAL_AMOUNT_INVALID": "The total amount of all prices is invalid",
|
||||
"DATA_INVALID": "Encrypted data invalid",
|
||||
"DATA_JSON_INVALID": "The provided JSON data is invalid",
|
||||
"DATA_TOO_LONG": "Data too long",
|
||||
@ -2640,6 +2640,7 @@
|
||||
"ENTITIES_TOO_LONG": "You provided too many styled message entities",
|
||||
"ENTITY_MENTION_USER_INVALID": "You mentioned an invalid user",
|
||||
"ERROR_TEXT_EMPTY": "The provided error message is empty",
|
||||
"EXPIRE_DATE_INVALID": "The specified expiration date is invalid",
|
||||
"EXPORT_CARD_INVALID": "Provided card is invalid",
|
||||
"EXTERNAL_URL_INVALID": "External URL invalid",
|
||||
"FIELD_NAME_EMPTY": "The field with the name FIELD_NAME is missing",
|
||||
@ -2671,7 +2672,7 @@
|
||||
"FRESH_RESET_AUTHORISATION_FORBIDDEN": "You can't logout other sessions if less than 24 hours have passed since you logged on the current session",
|
||||
"FROM_MESSAGE_BOT_DISABLED": "Bots can't use fromMessage min constructors",
|
||||
"FROM_PEER_INVALID": "The specified from_id is invalid",
|
||||
"GAME_BOT_INVALID": "",
|
||||
"GAME_BOT_INVALID": "Bots can't send another bot's game.",
|
||||
"GEO_POINT_INVALID": "Invalid geoposition provided",
|
||||
"GIF_CONTENT_TYPE_INVALID": "GIF content-type invalid",
|
||||
"GIF_ID_INVALID": "The provided GIF ID is invalid",
|
||||
@ -2679,9 +2680,9 @@
|
||||
"GRAPH_INVALID_RELOAD": "Invalid graph token provided, please reload the stats and provide the updated token",
|
||||
"GRAPH_OUTDATED_RELOAD": "The graph is outdated, please get a new async token using stats.getBroadcastStats",
|
||||
"GROUPCALL_ALREADY_DISCARDED": "The group call was already discarded",
|
||||
"GROUPCALL_FORBIDDEN": "",
|
||||
"GROUPCALL_FORBIDDEN": "The group call has already ended",
|
||||
"GROUPCALL_NOT_MODIFIED": "Group call settings weren't modified",
|
||||
"GROUPCALL_SSRC_DUPLICATE_MUCH": "",
|
||||
"GROUPCALL_SSRC_DUPLICATE_MUCH": "The app needs to retry joining the group call with a new SSRC value.",
|
||||
"GROUPED_ID_OCCUPY_FAILED": "Internal error",
|
||||
"GROUPED_ID_OCCUPY_FAULED": "Internal error",
|
||||
"GROUPED_MEDIA_INVALID": "Invalid grouped media",
|
||||
@ -2733,7 +2734,7 @@
|
||||
"MEDIA_NEW_INVALID": "The new media is invalid",
|
||||
"MEDIA_PREV_INVALID": "Previous media invalid",
|
||||
"MEGAGROUP_ID_INVALID": "Invalid supergroup ID",
|
||||
"MEGAGROUP_PREHISTORY_HIDDEN": "",
|
||||
"MEGAGROUP_PREHISTORY_HIDDEN": "Group with hidden history for new members can't be set as discussion groups",
|
||||
"MEGAGROUP_REQUIRED": "You can only use this method on a supergroup",
|
||||
"MEMBER_FETCH_FAILED": "Internal error",
|
||||
"MEMBER_NO_LOCATION": "An internal failure occurred while fetching user info (couldn't find location)",
|
||||
@ -2773,14 +2774,14 @@
|
||||
"PACK_TITLE_INVALID": "The stickerpack title is invalid",
|
||||
"PARTICIPANT_CALL_FAILED": "Failure while making call",
|
||||
"PARTICIPANT_ID_INVALID": "The specified participant ID is invalid",
|
||||
"PARTICIPANT_JOIN_MISSING": "",
|
||||
"PARTICIPANT_JOIN_MISSING": "Trying to enable a presentation, when the user hasn't joined the Video Chat with [phone.joinGroupCall](\/method\/phone.joinGroupCall)",
|
||||
"PARTICIPANT_VERSION_OUTDATED": "The other participant does not use an up to date telegram client with support for calls",
|
||||
"PARTICIPANTS_TOO_FEW": "Not enough participants",
|
||||
"PASSWORD_EMPTY": "The provided password is empty",
|
||||
"PASSWORD_HASH_INVALID": "The provided password hash is invalid",
|
||||
"PASSWORD_MISSING": "You must enable 2FA in order to transfer ownership of a channel",
|
||||
"PASSWORD_RECOVERY_EXPIRED": "The recovery code has expired",
|
||||
"PASSWORD_RECOVERY_NA": "",
|
||||
"PASSWORD_RECOVERY_NA": "No email was set, can't recover password via email.",
|
||||
"PASSWORD_REQUIRED": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport",
|
||||
"PASSWORD_TOO_FRESH_%d": "The password was modified less than 24 hours ago, try again in %d seconds",
|
||||
"PAYMENT_PROVIDER_INVALID": "The specified payment provider is invalid",
|
||||
@ -2822,8 +2823,9 @@
|
||||
"POLL_QUESTION_INVALID": "One of the poll questions is not acceptable",
|
||||
"POLL_VOTE_REQUIRED": "Cast a vote in the poll before calling this method",
|
||||
"POSTPONED_TIMEOUT": "Internal error",
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_5MIN": "Import for this chat is already in progress, wait 5 minutes before starting a new one.",
|
||||
"PRIVACY_KEY_INVALID": "The privacy key is invalid",
|
||||
"PRIVACY_TOO_LONG": "",
|
||||
"PRIVACY_TOO_LONG": "Too many privacy rules were specified, the current limit is 1000",
|
||||
"PRIVACY_VALUE_INVALID": "The specified privacy rule combination is invalid",
|
||||
"PTS_CHANGE_EMPTY": "No PTS change",
|
||||
"PUBLIC_KEY_REQUIRED": "A public key is required",
|
||||
@ -2858,7 +2860,7 @@
|
||||
"SCHEDULE_BOT_NOT_ALLOWED": "Bots cannot schedule messages",
|
||||
"SCHEDULE_DATE_INVALID": "Invalid schedule date provided",
|
||||
"SCHEDULE_DATE_TOO_LATE": "You can't schedule a message this far in the future",
|
||||
"SCHEDULE_STATUS_PRIVATE": "",
|
||||
"SCHEDULE_STATUS_PRIVATE": "Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings.",
|
||||
"SCHEDULE_TOO_MUCH": "There are too many scheduled messages",
|
||||
"SEARCH_QUERY_EMPTY": "The search query is empty",
|
||||
"SECONDS_INVALID": "Invalid duration provided",
|
||||
@ -2890,12 +2892,12 @@
|
||||
"STICKER_PNG_DIMENSIONS": "Sticker png dimensions invalid",
|
||||
"STICKER_PNG_NOPNG": "One of the specified stickers is not a valid PNG file",
|
||||
"STICKER_TGS_NODOC": "Incorrect document type for sticker.",
|
||||
"STICKER_TGS_NOTGS": "",
|
||||
"STICKER_THUMB_PNG_NOPNG": "",
|
||||
"STICKER_THUMB_TGS_NOTGS": "",
|
||||
"STICKER_TGS_NOTGS": "Invalid TGS sticker provided.",
|
||||
"STICKER_THUMB_PNG_NOPNG": "Incorrect stickerset thumb file provided, PNG \/ WEBP expected.",
|
||||
"STICKER_THUMB_TGS_NOTGS": "Incorrect stickerset TGS thumb file provided.",
|
||||
"STICKERS_EMPTY": "No sticker provided",
|
||||
"STICKERSET_INVALID": "The provided sticker set is invalid",
|
||||
"STICKERSET_OWNER_ANONYMOUS": "",
|
||||
"STICKERSET_OWNER_ANONYMOUS": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymisation.",
|
||||
"STORAGE_CHECK_FAILED": "Server storage check failed",
|
||||
"STORE_INVALID_OBJECT_TYPE": "Internal error",
|
||||
"STORE_INVALID_SCALAR_TYPE": "Tried storing an invalid scalar type",
|
||||
|
Loading…
Reference in New Issue
Block a user