1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 12:04:45 +01:00
This commit is contained in:
Daniil Gentili 2023-12-09 20:01:16 +01:00
parent 9367593528
commit 7684aead93
7 changed files with 67 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@
"account.getChatThemes", "account.getChatThemes",
"account.getContactSignUpNotification", "account.getContactSignUpNotification",
"account.getContentSettings", "account.getContentSettings",
"account.getDefaultBackgroundEmojis",
"account.getDefaultEmojiStatuses", "account.getDefaultEmojiStatuses",
"account.getDefaultGroupPhotoEmojis", "account.getDefaultGroupPhotoEmojis",
"account.getDefaultProfilePhotoEmojis", "account.getDefaultProfilePhotoEmojis",
@ -75,6 +76,7 @@
"account.setPrivacy", "account.setPrivacy",
"account.toggleUsername", "account.toggleUsername",
"account.unregisterDevice", "account.unregisterDevice",
"account.updateColor",
"account.updateDeviceLocked", "account.updateDeviceLocked",
"account.updateEmojiStatus", "account.updateEmojiStatus",
"account.updateNotifySettings", "account.updateNotifySettings",
@ -120,6 +122,7 @@
"channels.exportMessageLink", "channels.exportMessageLink",
"channels.getAdminedPublicChannels", "channels.getAdminedPublicChannels",
"channels.getAdminLog", "channels.getAdminLog",
"channels.getChannelRecommendations",
"channels.getForumTopics", "channels.getForumTopics",
"channels.getGroupsForDiscussion", "channels.getGroupsForDiscussion",
"channels.getInactiveChannels", "channels.getInactiveChannels",
@ -137,6 +140,8 @@
"channels.togglePreHistoryHidden", "channels.togglePreHistoryHidden",
"channels.toggleSignatures", "channels.toggleSignatures",
"channels.toggleSlowMode", "channels.toggleSlowMode",
"channels.toggleViewForumAsMessages",
"channels.updateColor",
"channels.updateUsername", "channels.updateUsername",
"channels.viewSponsoredMessage", "channels.viewSponsoredMessage",
"chatlists.exportChatlistInvite", "chatlists.exportChatlistInvite",
@ -175,6 +180,8 @@
"help.getInviteText", "help.getInviteText",
"help.getNearestDc", "help.getNearestDc",
"help.getPassportConfig", "help.getPassportConfig",
"help.getPeerColors",
"help.getPeerProfileColors",
"help.getPremiumPromo", "help.getPremiumPromo",
"help.getPromoData", "help.getPromoData",
"help.getProxyData", "help.getProxyData",
@ -306,6 +313,7 @@
"messages.saveGif", "messages.saveGif",
"messages.saveRecentSticker", "messages.saveRecentSticker",
"messages.search", "messages.search",
"messages.searchEmojiStickerSets",
"messages.searchGifs", "messages.searchGifs",
"messages.searchGlobal", "messages.searchGlobal",
"messages.searchSentMedia", "messages.searchSentMedia",
@ -339,14 +347,19 @@
"messages.uploadImportedMedia", "messages.uploadImportedMedia",
"msg_container", "msg_container",
"msgs_ack", "msgs_ack",
"payments.applyGiftCode",
"payments.assignAppStoreTransaction", "payments.assignAppStoreTransaction",
"payments.assignPlayMarketTransaction", "payments.assignPlayMarketTransaction",
"payments.canPurchasePremium", "payments.canPurchasePremium",
"payments.checkGiftCode",
"payments.clearSavedInfo", "payments.clearSavedInfo",
"payments.getBankCardData", "payments.getBankCardData",
"payments.getGiveawayInfo",
"payments.getPaymentForm", "payments.getPaymentForm",
"payments.getPaymentReceipt", "payments.getPaymentReceipt",
"payments.getPremiumGiftCodeOptions",
"payments.getSavedInfo", "payments.getSavedInfo",
"payments.launchPrepaidGiveaway",
"payments.requestRecurringPayment", "payments.requestRecurringPayment",
"payments.sendPaymentForm", "payments.sendPaymentForm",
"payments.validateRequestedInfo", "payments.validateRequestedInfo",
@ -382,10 +395,16 @@
"phone.toggleGroupCallSettings", "phone.toggleGroupCallSettings",
"phone.toggleGroupCallStartSubscription", "phone.toggleGroupCallStartSubscription",
"photos.deletePhotos", "photos.deletePhotos",
"premium.applyBoost",
"premium.getBoostsList",
"premium.getBoostsStatus",
"premium.getMyBoosts",
"stats.getBroadcastStats", "stats.getBroadcastStats",
"stats.getMegagroupStats", "stats.getMegagroupStats",
"stats.getMessagePublicForwards", "stats.getMessagePublicForwards",
"stats.getMessageStats", "stats.getMessageStats",
"stats.getStoryPublicForwards",
"stats.getStoryStats",
"stats.loadAsyncGraph", "stats.loadAsyncGraph",
"stickers.checkShortName", "stickers.checkShortName",
"stickers.suggestShortName", "stickers.suggestShortName",

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

@ -39,9 +39,15 @@
"ADMIN_RANK_INVALID": [ "ADMIN_RANK_INVALID": [
"channels.editAdmin" "channels.editAdmin"
], ],
"ADMIN_RIGHTS_EMPTY": [
"messages.sendMessage"
],
"ADMINS_TOO_MUCH": [ "ADMINS_TOO_MUCH": [
"channels.editAdmin" "channels.editAdmin"
], ],
"AES_DECRYPT_FAILED": [
"upload.getCdnFileHashes"
],
"ALBUM_PHOTOS_TOO_MANY": [ "ALBUM_PHOTOS_TOO_MANY": [
"photos.updateProfilePhoto", "photos.updateProfilePhoto",
"photos.uploadProfilePhoto" "photos.uploadProfilePhoto"
@ -102,6 +108,7 @@
"stories.canApplyBoost" "stories.canApplyBoost"
], ],
"BOOSTS_REQUIRED": [ "BOOSTS_REQUIRED": [
"channels.updateColor",
"stories.canSendStory" "stories.canSendStory"
], ],
"BOT_APP_INVALID": [ "BOT_APP_INVALID": [
@ -261,6 +268,7 @@
"channels.exportInvite", "channels.exportInvite",
"channels.exportMessageLink", "channels.exportMessageLink",
"channels.getAdminLog", "channels.getAdminLog",
"channels.getChannelRecommendations",
"channels.getChannels", "channels.getChannels",
"channels.getForumTopics", "channels.getForumTopics",
"channels.getForumTopicsByID", "channels.getForumTopicsByID",
@ -284,6 +292,8 @@
"channels.togglePreHistoryHidden", "channels.togglePreHistoryHidden",
"channels.toggleSignatures", "channels.toggleSignatures",
"channels.toggleSlowMode", "channels.toggleSlowMode",
"channels.toggleViewForumAsMessages",
"channels.updateColor",
"channels.updatePinnedMessage", "channels.updatePinnedMessage",
"channels.updateUsername", "channels.updateUsername",
"channels.viewSponsoredMessage", "channels.viewSponsoredMessage",
@ -657,6 +667,9 @@
"CODE_INVALID": [ "CODE_INVALID": [
"account.confirmPasswordEmail" "account.confirmPasswordEmail"
], ],
"COLOR_INVALID": [
"account.updateColor"
],
"CONNECTION_API_ID_INVALID": [ "CONNECTION_API_ID_INVALID": [
"help.getConfig", "help.getConfig",
"invokeWithLayer" "invokeWithLayer"
@ -692,6 +705,9 @@
"messages.sendMedia", "messages.sendMedia",
"payments.exportInvoice" "payments.exportInvoice"
], ],
"CUSTOM_REACTIONS_TOO_MANY": [
"messages.sendReaction"
],
"DATA_INVALID": [ "DATA_INVALID": [
"help.getConfig", "help.getConfig",
"messages.getBotCallbackAnswer", "messages.getBotCallbackAnswer",
@ -943,6 +959,9 @@
"GIF_ID_INVALID": [ "GIF_ID_INVALID": [
"messages.saveGif" "messages.saveGif"
], ],
"GIFT_SLUG_INVALID": [
"payments.checkGiftCode"
],
"GRAPH_EXPIRED_RELOAD": [ "GRAPH_EXPIRED_RELOAD": [
"stats.loadAsyncGraph" "stats.loadAsyncGraph"
], ],
@ -1523,10 +1542,18 @@
"messages.translateText", "messages.translateText",
"messages.updatePinnedMessage", "messages.updatePinnedMessage",
"messages.uploadMedia", "messages.uploadMedia",
"payments.getGiveawayInfo",
"payments.launchPrepaidGiveaway",
"phone.createGroupCall", "phone.createGroupCall",
"phone.getGroupCallJoinAs", "phone.getGroupCallJoinAs",
"premium.applyBoost",
"premium.getBoostsList",
"premium.getBoostsStatus",
"premium.getUserBoosts",
"stats.getMessagePublicForwards", "stats.getMessagePublicForwards",
"stats.getMessageStats", "stats.getMessageStats",
"stats.getStoryPublicForwards",
"stats.getStoryStats",
"stickers.createStickerSet", "stickers.createStickerSet",
"stories.applyBoost", "stories.applyBoost",
"stories.canApplyBoost", "stories.canApplyBoost",
@ -2345,6 +2372,9 @@
"WALLPAPER_MIME_INVALID": [ "WALLPAPER_MIME_INVALID": [
"account.uploadWallPaper" "account.uploadWallPaper"
], ],
"WALLPAPER_NOT_FOUND": [
"messages.setChatWallPaper"
],
"WC_CONVERT_URL_INVALID": [ "WC_CONVERT_URL_INVALID": [
"messages.getWebPage", "messages.getWebPage",
"messages.sendMessage" "messages.sendMessage"
@ -2693,6 +2723,9 @@
] ]
}, },
"406": { "406": {
"BANNED_RIGHTS_INVALID": [
"channels.editBanned"
],
"CALL_PROTOCOL_COMPAT_LAYER_INVALID": [ "CALL_PROTOCOL_COMPAT_LAYER_INVALID": [
"phone.acceptCall" "phone.acceptCall"
], ],
@ -2743,6 +2776,9 @@
"account.setAuthorizationTTL", "account.setAuthorizationTTL",
"auth.resetAuthorizations" "auth.resetAuthorizations"
], ],
"GIFTCODE_NOT_ALLOWED": [
"payments.applyGiftCode"
],
"INVITE_HASH_EXPIRED": [ "INVITE_HASH_EXPIRED": [
"channels.joinChannel", "channels.joinChannel",
"invokeWithLayer", "invokeWithLayer",
@ -2838,7 +2874,9 @@
"ADMIN_ID_INVALID": "The specified admin ID is invalid.", "ADMIN_ID_INVALID": "The specified admin ID is invalid.",
"ADMIN_RANK_EMOJI_NOT_ALLOWED": "An admin rank cannot contain emojis.", "ADMIN_RANK_EMOJI_NOT_ALLOWED": "An admin rank cannot contain emojis.",
"ADMIN_RANK_INVALID": "The specified admin rank is invalid.", "ADMIN_RANK_INVALID": "The specified admin rank is invalid.",
"ADMIN_RIGHTS_EMPTY": "",
"ADMINS_TOO_MUCH": "There are too many admins.", "ADMINS_TOO_MUCH": "There are too many admins.",
"AES_DECRYPT_FAILED": "",
"ALBUM_PHOTOS_TOO_MANY": "You have uploaded too many profile photos, delete some before retrying.", "ALBUM_PHOTOS_TOO_MANY": "You have uploaded too many profile photos, delete some before retrying.",
"ANONYMOUS_REACTIONS_DISABLED": "", "ANONYMOUS_REACTIONS_DISABLED": "",
"API_ID_INVALID": "API ID invalid.", "API_ID_INVALID": "API ID invalid.",
@ -2936,6 +2974,7 @@
"CODE_EMPTY": "The provided code is empty.", "CODE_EMPTY": "The provided code is empty.",
"CODE_HASH_INVALID": "Code hash invalid.", "CODE_HASH_INVALID": "Code hash invalid.",
"CODE_INVALID": "Code invalid.", "CODE_INVALID": "Code invalid.",
"COLOR_INVALID": "",
"CONNECTION_API_ID_INVALID": "The provided API id is invalid.", "CONNECTION_API_ID_INVALID": "The provided API id is invalid.",
"CONNECTION_APP_VERSION_EMPTY": "App version is empty.", "CONNECTION_APP_VERSION_EMPTY": "App version is empty.",
"CONNECTION_LAYER_INVALID": "Layer invalid.", "CONNECTION_LAYER_INVALID": "Layer invalid.",
@ -2945,6 +2984,7 @@
"CONTACT_REQ_MISSING": "Missing contact request.", "CONTACT_REQ_MISSING": "Missing contact request.",
"CREATE_CALL_FAILED": "An error occurred while creating the call.", "CREATE_CALL_FAILED": "An error occurred while creating the call.",
"CURRENCY_TOTAL_AMOUNT_INVALID": "The total amount of all prices is invalid.", "CURRENCY_TOTAL_AMOUNT_INVALID": "The total amount of all prices is invalid.",
"CUSTOM_REACTIONS_TOO_MANY": "",
"DATA_INVALID": "Encrypted data invalid.", "DATA_INVALID": "Encrypted data invalid.",
"DATA_JSON_INVALID": "The provided JSON data is invalid.", "DATA_JSON_INVALID": "The provided JSON data is invalid.",
"DATA_TOO_LONG": "Data too long.", "DATA_TOO_LONG": "Data too long.",
@ -3012,6 +3052,8 @@
"GEO_POINT_INVALID": "Invalid geoposition provided.", "GEO_POINT_INVALID": "Invalid geoposition provided.",
"GIF_CONTENT_TYPE_INVALID": "GIF content-type invalid.", "GIF_CONTENT_TYPE_INVALID": "GIF content-type invalid.",
"GIF_ID_INVALID": "The provided GIF ID is invalid.", "GIF_ID_INVALID": "The provided GIF ID is invalid.",
"GIFT_SLUG_INVALID": "",
"GIFTCODE_NOT_ALLOWED": "",
"GRAPH_EXPIRED_RELOAD": "This graph has expired, please obtain a new graph token.", "GRAPH_EXPIRED_RELOAD": "This graph has expired, please obtain a new graph token.",
"GRAPH_INVALID_RELOAD": "Invalid graph token provided, please reload the stats and provide the updated token.", "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.", "GRAPH_OUTDATED_RELOAD": "The graph is outdated, please get a new async token using stats.getBroadcastStats.",
@ -3331,6 +3373,7 @@
"WALLPAPER_FILE_INVALID": "The specified wallpaper file is invalid.", "WALLPAPER_FILE_INVALID": "The specified wallpaper file is invalid.",
"WALLPAPER_INVALID": "The specified wallpaper is invalid.", "WALLPAPER_INVALID": "The specified wallpaper is invalid.",
"WALLPAPER_MIME_INVALID": "The specified wallpaper MIME type is invalid.", "WALLPAPER_MIME_INVALID": "The specified wallpaper MIME type is invalid.",
"WALLPAPER_NOT_FOUND": "",
"WC_CONVERT_URL_INVALID": "WC convert URL invalid.", "WC_CONVERT_URL_INVALID": "WC convert URL invalid.",
"WEBDOCUMENT_INVALID": "Invalid webdocument URL provided.", "WEBDOCUMENT_INVALID": "Invalid webdocument URL provided.",
"WEBDOCUMENT_MIME_INVALID": "Invalid webdocument mime type provided.", "WEBDOCUMENT_MIME_INVALID": "Invalid webdocument mime type provided.",