1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-12-02 09:27:55 +01:00

Compare commits

...

4 Commits

Author SHA1 Message Date
05f4011d0b Bump 2024-08-02 19:02:46 +02:00
0e69137e67 Bump 2024-08-02 18:54:22 +02:00
ad1d6ea956 Bump 2024-08-02 18:46:42 +02:00
7037f71b1b Bump 2024-08-02 18:15:50 +02:00
7 changed files with 42 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@ -129,9 +129,16 @@
"auth.sendCode", "auth.sendCode",
"auth.signIn", "auth.signIn",
"auth.signUp", "auth.signUp",
"bots.addPreviewMedia",
"bots.allowSendMessage", "bots.allowSendMessage",
"bots.canSendMessage", "bots.canSendMessage",
"bots.deletePreviewMedia",
"bots.editPreviewMedia",
"bots.getPopularAppBots",
"bots.getPreviewInfo",
"bots.getPreviewMedias",
"bots.invokeWebViewCustomMethod", "bots.invokeWebViewCustomMethod",
"bots.reorderPreviewMedias",
"bots.reorderUsernames", "bots.reorderUsernames",
"bots.toggleUsername", "bots.toggleUsername",
"channels.checkUsername", "channels.checkUsername",
@ -386,6 +393,7 @@
"messages.reportSpam", "messages.reportSpam",
"messages.requestAppWebView", "messages.requestAppWebView",
"messages.requestEncryption", "messages.requestEncryption",
"messages.requestMainWebView",
"messages.requestSimpleWebView", "messages.requestSimpleWebView",
"messages.requestUrlAuth", "messages.requestUrlAuth",
"messages.requestWebView", "messages.requestWebView",
@ -449,6 +457,7 @@
"payments.getPaymentReceipt", "payments.getPaymentReceipt",
"payments.getPremiumGiftCodeOptions", "payments.getPremiumGiftCodeOptions",
"payments.getSavedInfo", "payments.getSavedInfo",
"payments.getStarsGiftOptions",
"payments.getStarsRevenueAdsAccountUrl", "payments.getStarsRevenueAdsAccountUrl",
"payments.getStarsRevenueStats", "payments.getStarsRevenueStats",
"payments.getStarsRevenueWithdrawalUrl", "payments.getStarsRevenueWithdrawalUrl",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -134,6 +134,9 @@
"stories.canSendStory", "stories.canSendStory",
"stories.sendStory" "stories.sendStory"
], ],
"BOT_ALREADY_DISABLED": [
"account.disablePeerConnectedBot"
],
"BOT_APP_BOT_INVALID": [ "BOT_APP_BOT_INVALID": [
"messages.getBotApp" "messages.getBotApp"
], ],
@ -161,6 +164,9 @@
"messages.editMessage", "messages.editMessage",
"messages.sendMessage" "messages.sendMessage"
], ],
"BOT_GAMES_DISABLED": [
"messages.sendMedia"
],
"BOT_GROUPS_BLOCKED": [ "BOT_GROUPS_BLOCKED": [
"channels.editAdmin", "channels.editAdmin",
"channels.inviteToChannel", "channels.inviteToChannel",
@ -172,16 +178,23 @@
"BOT_INVALID": [ "BOT_INVALID": [
"account.acceptAuthorization", "account.acceptAuthorization",
"account.getAuthorizationForm", "account.getAuthorizationForm",
"bots.addPreviewMedia",
"bots.allowSendMessage", "bots.allowSendMessage",
"bots.canSendMessage", "bots.canSendMessage",
"bots.deletePreviewMedia",
"bots.editPreviewMedia",
"bots.getBotInfo", "bots.getBotInfo",
"bots.getPreviewInfo",
"bots.getPreviewMedias",
"bots.invokeWebViewCustomMethod", "bots.invokeWebViewCustomMethod",
"bots.reorderPreviewMedias",
"bots.reorderUsernames", "bots.reorderUsernames",
"bots.toggleUsername", "bots.toggleUsername",
"messages.editMessage", "messages.editMessage",
"messages.getAttachMenuBot", "messages.getAttachMenuBot",
"messages.getInlineBotResults", "messages.getInlineBotResults",
"messages.prolongWebView", "messages.prolongWebView",
"messages.requestMainWebView",
"messages.requestSimpleWebView", "messages.requestSimpleWebView",
"messages.requestWebView", "messages.requestWebView",
"messages.sendMessage", "messages.sendMessage",
@ -1005,9 +1018,6 @@
"photos.uploadProfilePhoto", "photos.uploadProfilePhoto",
"upload.saveBigFilePart" "upload.saveBigFilePart"
], ],
"FILE_REFERENCE_*": [
"upload.getFile"
],
"FILE_REFERENCE_%d_EXPIRED": [ "FILE_REFERENCE_%d_EXPIRED": [
"messages.sendMultiMedia" "messages.sendMultiMedia"
], ],
@ -1199,9 +1209,6 @@
"messages.checkHistoryImport", "messages.checkHistoryImport",
"messages.initHistoryImport" "messages.initHistoryImport"
], ],
"IMPORT_HISTORY_LOG_EMPTY": [
"messages.initHistoryImport"
],
"IMPORT_ID_INVALID": [ "IMPORT_ID_INVALID": [
"messages.startHistoryImport", "messages.startHistoryImport",
"messages.uploadImportedMedia" "messages.uploadImportedMedia"
@ -1318,6 +1325,9 @@
"langpack.getLanguages", "langpack.getLanguages",
"langpack.getStrings" "langpack.getStrings"
], ],
"LANGUAGE_INVALID": [
"langpack.getLangPack"
],
"LASTNAME_INVALID": [ "LASTNAME_INVALID": [
"auth.signUp" "auth.signUp"
], ],
@ -3104,9 +3114,6 @@
"phone.acceptCall", "phone.acceptCall",
"phone.discardCall" "phone.discardCall"
], ],
"CDN_SALTS_EMPTY": [
"upload.getCdnFileHashes"
],
"CDN_UPLOAD_TIMEOUT": [ "CDN_UPLOAD_TIMEOUT": [
"upload.reuploadCdnFile" "upload.reuploadCdnFile"
], ],
@ -3224,6 +3231,9 @@
"PHONE_PASSWORD_FLOOD": [ "PHONE_PASSWORD_FLOOD": [
"auth.sendCode" "auth.sendCode"
], ],
"PREMIUM_CURRENTLY_UNAVAILABLE": [
"payments.canPurchasePremium"
],
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN": [ "PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN": [
"messages.initHistoryImport" "messages.initHistoryImport"
], ],
@ -3332,6 +3342,7 @@
"BOOST_PEER_INVALID": "The specified `boost_peer` is invalid.", "BOOST_PEER_INVALID": "The specified `boost_peer` is invalid.",
"BOOSTS_EMPTY": "No boost slots were specified.", "BOOSTS_EMPTY": "No boost slots were specified.",
"BOOSTS_REQUIRED": "The specified channel must first be [boosted by its users](https:\/\/core.telegram.org\/api\/boost) in order to perform this action.", "BOOSTS_REQUIRED": "The specified channel must first be [boosted by its users](https:\/\/core.telegram.org\/api\/boost) in order to perform this action.",
"BOT_ALREADY_DISABLED": "The connected business bot was already disabled for the specified peer.",
"BOT_APP_BOT_INVALID": "The bot_id passed in the inputBotAppShortName constructor is invalid.", "BOT_APP_BOT_INVALID": "The bot_id passed in the inputBotAppShortName constructor is invalid.",
"BOT_APP_INVALID": "The specified bot app is invalid.", "BOT_APP_INVALID": "The specified bot app is invalid.",
"BOT_APP_SHORTNAME_INVALID": "The specified bot app short name is invalid.", "BOT_APP_SHORTNAME_INVALID": "The specified bot app short name is invalid.",
@ -3340,10 +3351,12 @@
"BOT_COMMAND_DESCRIPTION_INVALID": "The specified command description is invalid.", "BOT_COMMAND_DESCRIPTION_INVALID": "The specified command description is invalid.",
"BOT_COMMAND_INVALID": "The specified command is invalid.", "BOT_COMMAND_INVALID": "The specified command is invalid.",
"BOT_DOMAIN_INVALID": "Bot domain invalid.", "BOT_DOMAIN_INVALID": "Bot domain invalid.",
"BOT_GAMES_DISABLED": "Games can't be sent to channels.",
"BOT_GROUPS_BLOCKED": "This bot can't be added to groups.", "BOT_GROUPS_BLOCKED": "This bot can't be added to groups.",
"BOT_INLINE_DISABLED": "This bot can't be used in inline mode.", "BOT_INLINE_DISABLED": "This bot can't be used in inline mode.",
"BOT_INVALID": "This is not a valid bot.", "BOT_INVALID": "This is not a valid bot.",
"BOT_METHOD_INVALID": "The specified method cannot be used by bots.", "BOT_METHOD_INVALID": "The specified method cannot be used by bots.",
"BOT_NOT_CONNECTED_YET": "No [business bot](https:\/\/core.telegram.org\/api\/business#connected-bots) is connected to the currently logged in user.",
"BOT_ONESIDE_NOT_AVAIL": "Bots can't pin messages in PM just for themselves.", "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_PAYMENTS_DISABLED": "Please enable bot payments in botfather before calling this method.",
"BOT_RESPONSE_TIMEOUT": "A timeout occurred while fetching data from the bot.", "BOT_RESPONSE_TIMEOUT": "A timeout occurred while fetching data from the bot.",
@ -3493,9 +3506,8 @@
"FILE_PART_SIZE_INVALID": "The provided file part size is invalid.", "FILE_PART_SIZE_INVALID": "The provided file part size is invalid.",
"FILE_PART_TOO_BIG": "The uploaded file part is too big.", "FILE_PART_TOO_BIG": "The uploaded file part is too big.",
"FILE_PARTS_INVALID": "The number of file parts is invalid.", "FILE_PARTS_INVALID": "The number of file parts is invalid.",
"FILE_REFERENCE_*": "The file reference expired, it [must be refreshed](https:\/\/core.telegram.org\/api\/file_reference).", "FILE_REFERENCE_%d_EXPIRED": "The file reference of the media file at index %d in the passed media array expired, it [must be refreshed](https:\/\/core.telegram.org\/api\/file_reference).",
"FILE_REFERENCE_%d_EXPIRED": "File reference expired, it must be refetched as described in [the documentation](https:\/\/core.telegram.org\/api\/file_reference).", "FILE_REFERENCE_%d_INVALID": "The file reference of the media file at index %d in the passed media array is invalid.",
"FILE_REFERENCE_%d_INVALID": "File reference invalid.",
"FILE_REFERENCE_EMPTY": "An empty [file reference](https:\/\/core.telegram.org\/api\/file_reference) was specified.", "FILE_REFERENCE_EMPTY": "An empty [file reference](https:\/\/core.telegram.org\/api\/file_reference) was specified.",
"FILE_REFERENCE_EXPIRED": "File reference expired, it must be refetched as described in [the documentation](https:\/\/core.telegram.org\/api\/file_reference).", "FILE_REFERENCE_EXPIRED": "File reference expired, it must be refetched as described in [the documentation](https:\/\/core.telegram.org\/api\/file_reference).",
"FILE_REFERENCE_INVALID": "The specified [file reference](https:\/\/core.telegram.org\/api\/file_reference) is invalid.", "FILE_REFERENCE_INVALID": "The specified [file reference](https:\/\/core.telegram.org\/api\/file_reference) is invalid.",
@ -3572,6 +3584,7 @@
"LANG_CODE_INVALID": "The specified language code is invalid.", "LANG_CODE_INVALID": "The specified language code is invalid.",
"LANG_CODE_NOT_SUPPORTED": "The specified language code is not supported.", "LANG_CODE_NOT_SUPPORTED": "The specified language code is not supported.",
"LANG_PACK_INVALID": "The provided language pack is invalid.", "LANG_PACK_INVALID": "The provided language pack is invalid.",
"LANGUAGE_INVALID": "The specified lang_code is invalid.",
"LASTNAME_INVALID": "The last name is invalid.", "LASTNAME_INVALID": "The last name is invalid.",
"LIMIT_INVALID": "The provided limit is invalid.", "LIMIT_INVALID": "The provided limit is invalid.",
"LINK_NOT_MODIFIED": "Discussion link not modified.", "LINK_NOT_MODIFIED": "Discussion link not modified.",
@ -3683,6 +3696,7 @@
"POLL_QUESTION_INVALID": "One of the poll questions is not acceptable.", "POLL_QUESTION_INVALID": "One of the poll questions is not acceptable.",
"POLL_VOTE_REQUIRED": "Cast a vote in the poll before calling this method.", "POLL_VOTE_REQUIRED": "Cast a vote in the poll before calling this method.",
"PREMIUM_ACCOUNT_REQUIRED": "A premium account is required to execute this action.", "PREMIUM_ACCOUNT_REQUIRED": "A premium account is required to execute this action.",
"PREMIUM_CURRENTLY_UNAVAILABLE": "You cannot currently purchase a Premium subscription.",
"PREMIUM_SUB_ACTIVE_UNTIL_%d": "You already have a premium subscription active until unixtime %d .", "PREMIUM_SUB_ACTIVE_UNTIL_%d": "You already have a premium subscription active until unixtime %d .",
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN": "Import for this chat is already in progress, wait %d minutes before starting a new one.", "PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN": "Import for this chat is already in progress, wait %d minutes before starting a new one.",
"PRIVACY_KEY_INVALID": "The privacy key is invalid.", "PRIVACY_KEY_INVALID": "The privacy key is invalid.",
@ -3712,6 +3726,7 @@
"REACTIONS_TOO_MANY": "The message already has exactly `reactions_uniq_max` reaction emojis, you can't react with a new emoji, see [the docs for more info »](https:\/\/core.telegram.org\/api\/config#client-configuration).", "REACTIONS_TOO_MANY": "The message already has exactly `reactions_uniq_max` reaction emojis, you can't react with a new emoji, see [the docs for more info »](https:\/\/core.telegram.org\/api\/config#client-configuration).",
"RECEIPT_EMPTY": "The specified receipt is empty.", "RECEIPT_EMPTY": "The specified receipt is empty.",
"REPLY_MARKUP_BUY_EMPTY": "Reply markup for buy button empty.", "REPLY_MARKUP_BUY_EMPTY": "Reply markup for buy button empty.",
"REPLY_MARKUP_GAME_EMPTY": "A game message is being edited, but the newly provided keyboard doesn't have a keyboardButtonGame button.",
"REPLY_MARKUP_INVALID": "The provided reply markup is invalid.", "REPLY_MARKUP_INVALID": "The provided reply markup is invalid.",
"REPLY_MARKUP_TOO_LONG": "The specified reply_markup is too long.", "REPLY_MARKUP_TOO_LONG": "The specified reply_markup is too long.",
"REPLY_MESSAGE_ID_INVALID": "The specified reply-to message ID is invalid.", "REPLY_MESSAGE_ID_INVALID": "The specified reply-to message ID is invalid.",
@ -3830,6 +3845,7 @@
"TOPIC_TITLE_EMPTY": "The specified topic title is empty.", "TOPIC_TITLE_EMPTY": "The specified topic title is empty.",
"TOPICS_EMPTY": "You specified no topic IDs.", "TOPICS_EMPTY": "You specified no topic IDs.",
"TRANSCRIPTION_FAILED": "Audio transcription failed.", "TRANSCRIPTION_FAILED": "Audio transcription failed.",
"TRANSLATE_REQ_QUOTA_EXCEEDED": "Translation is currently unavailable due to a temporary server-side lack of resources.",
"TTL_DAYS_INVALID": "The provided TTL is invalid.", "TTL_DAYS_INVALID": "The provided TTL is invalid.",
"TTL_MEDIA_INVALID": "Invalid media Time To Live was provided.", "TTL_MEDIA_INVALID": "Invalid media Time To Live was provided.",
"TTL_PERIOD_INVALID": "The specified TTL period is invalid.", "TTL_PERIOD_INVALID": "The specified TTL period is invalid.",