1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 20:14:40 +01:00
This commit is contained in:
Daniil Gentili 2023-03-23 19:55:16 +01:00
parent 4af770e2dc
commit f6ababf14f
7 changed files with 39 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,10 +20,13 @@
"account.getAuthorizationForm", "account.getAuthorizationForm",
"account.getAuthorizations", "account.getAuthorizations",
"account.getAutoDownloadSettings", "account.getAutoDownloadSettings",
"account.getAutoSaveSettings",
"account.getChatThemes", "account.getChatThemes",
"account.getContactSignUpNotification", "account.getContactSignUpNotification",
"account.getContentSettings", "account.getContentSettings",
"account.getDefaultEmojiStatuses", "account.getDefaultEmojiStatuses",
"account.getDefaultGroupPhotoEmojis",
"account.getDefaultProfilePhotoEmojis",
"account.getGlobalPrivacySettings", "account.getGlobalPrivacySettings",
"account.getMultiWallPapers", "account.getMultiWallPapers",
"account.getNotifyExceptions", "account.getNotifyExceptions",
@ -44,6 +47,7 @@
"account.installTheme", "account.installTheme",
"account.installWallPaper", "account.installWallPaper",
"account.registerDevice", "account.registerDevice",
"account.reorderUsernames",
"account.reportPeer", "account.reportPeer",
"account.reportProfilePhoto", "account.reportProfilePhoto",
"account.resendPasswordEmail", "account.resendPasswordEmail",
@ -68,6 +72,7 @@
"account.setContentSettings", "account.setContentSettings",
"account.setGlobalPrivacySettings", "account.setGlobalPrivacySettings",
"account.setPrivacy", "account.setPrivacy",
"account.toggleUsername",
"account.unregisterDevice", "account.unregisterDevice",
"account.updateDeviceLocked", "account.updateDeviceLocked",
"account.updateEmojiStatus", "account.updateEmojiStatus",
@ -88,6 +93,7 @@
"auth.checkRecoveryPassword", "auth.checkRecoveryPassword",
"auth.exportLoginToken", "auth.exportLoginToken",
"auth.importLoginToken", "auth.importLoginToken",
"auth.importWebTokenAuthorization",
"auth.recoverPassword", "auth.recoverPassword",
"auth.requestPasswordRecovery", "auth.requestPasswordRecovery",
"auth.resendCode", "auth.resendCode",

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

@ -46,6 +46,7 @@
"API_ID_INVALID": [ "API_ID_INVALID": [
"auth.exportLoginToken", "auth.exportLoginToken",
"auth.importBotAuthorization", "auth.importBotAuthorization",
"auth.importWebTokenAuthorization",
"auth.sendCode" "auth.sendCode"
], ],
"API_ID_PUBLISHED_FLOOD": [ "API_ID_PUBLISHED_FLOOD": [
@ -93,6 +94,9 @@
"BANNED_RIGHTS_INVALID": [ "BANNED_RIGHTS_INVALID": [
"messages.editChatDefaultBannedRights" "messages.editChatDefaultBannedRights"
], ],
"BOT_APP_INVALID": [
"messages.getBotApp"
],
"BOT_CHANNELS_NA": [ "BOT_CHANNELS_NA": [
"channels.editAdmin" "channels.editAdmin"
], ],
@ -123,6 +127,8 @@
], ],
"BOT_MISSING": [ "BOT_MISSING": [
"stickers.addStickerToSet", "stickers.addStickerToSet",
"stickers.changeSticker",
"stickers.deleteStickerSet",
"stickers.removeStickerFromSet" "stickers.removeStickerFromSet"
], ],
"BOT_ONESIDE_NOT_AVAIL": [ "BOT_ONESIDE_NOT_AVAIL": [
@ -217,6 +223,7 @@
"account.updateNotifySettings", "account.updateNotifySettings",
"channels.checkUsername", "channels.checkUsername",
"channels.convertToGigagroup", "channels.convertToGigagroup",
"channels.createForumTopic",
"channels.deleteChannel", "channels.deleteChannel",
"channels.deleteHistory", "channels.deleteHistory",
"channels.deleteMessages", "channels.deleteMessages",
@ -242,6 +249,7 @@
"channels.leaveChannel", "channels.leaveChannel",
"channels.readHistory", "channels.readHistory",
"channels.readMessageContents", "channels.readMessageContents",
"channels.reorderUsernames",
"channels.reportSpam", "channels.reportSpam",
"channels.setDiscussionGroup", "channels.setDiscussionGroup",
"channels.setStickers", "channels.setStickers",
@ -679,7 +687,8 @@
"messages.setChatTheme" "messages.setChatTheme"
], ],
"EMOTICON_EMPTY": [ "EMOTICON_EMPTY": [
"messages.getStickers" "messages.getStickers",
"messages.searchCustomEmoji"
], ],
"EMOTICON_INVALID": [ "EMOTICON_INVALID": [
"messages.sendMedia" "messages.sendMedia"
@ -908,6 +917,9 @@
"IMPORT_ID_INVALID": [ "IMPORT_ID_INVALID": [
"messages.startHistoryImport" "messages.startHistoryImport"
], ],
"IMPORT_TOKEN_INVALID": [
"contacts.importContactToken"
],
"INLINE_RESULT_EXPIRED": [ "INLINE_RESULT_EXPIRED": [
"messages.sendInlineBotResult" "messages.sendInlineBotResult"
], ],
@ -1226,6 +1238,9 @@
"OPTIONS_TOO_MUCH": [ "OPTIONS_TOO_MUCH": [
"messages.sendVote" "messages.sendVote"
], ],
"ORDER_INVALID": [
"account.reorderUsernames"
],
"PACK_SHORT_NAME_INVALID": [ "PACK_SHORT_NAME_INVALID": [
"stickers.createStickerSet" "stickers.createStickerSet"
], ],
@ -1288,6 +1303,7 @@
"account.getNotifySettings", "account.getNotifySettings",
"account.reportPeer", "account.reportPeer",
"account.reportProfilePhoto", "account.reportProfilePhoto",
"account.saveAutoSaveSettings",
"account.updateNotifySettings", "account.updateNotifySettings",
"bots.setBotCommands", "bots.setBotCommands",
"channels.editAdmin", "channels.editAdmin",
@ -1437,6 +1453,7 @@
"account.verifyPhone", "account.verifyPhone",
"auth.cancelCode", "auth.cancelCode",
"auth.checkPhone", "auth.checkPhone",
"auth.requestFirebaseSms",
"auth.resendCode", "auth.resendCode",
"auth.sendCode", "auth.sendCode",
"auth.signIn", "auth.signIn",
@ -1739,6 +1756,7 @@
"messages.saveRecentSticker" "messages.saveRecentSticker"
], ],
"STICKER_INVALID": [ "STICKER_INVALID": [
"stickers.changeSticker",
"stickers.changeStickerPosition", "stickers.changeStickerPosition",
"stickers.removeStickerFromSet" "stickers.removeStickerFromSet"
], ],
@ -1790,6 +1808,8 @@
"messages.installStickerSet", "messages.installStickerSet",
"messages.uninstallStickerSet", "messages.uninstallStickerSet",
"stickers.addStickerToSet", "stickers.addStickerToSet",
"stickers.deleteStickerSet",
"stickers.renameStickerSet",
"stickers.setStickerSetThumb" "stickers.setStickerSetThumb"
], ],
"SWITCH_PM_TEXT_EMPTY": [ "SWITCH_PM_TEXT_EMPTY": [
@ -1928,6 +1948,7 @@
"bots.getBotMenuButton", "bots.getBotMenuButton",
"bots.setBotCommands", "bots.setBotCommands",
"bots.setBotGroupDefaultAdminRights", "bots.setBotGroupDefaultAdminRights",
"bots.setBotInfo",
"messages.getGameHighScores", "messages.getGameHighScores",
"messages.getInlineGameHighScores", "messages.getInlineGameHighScores",
"messages.setBotCallbackAnswer", "messages.setBotCallbackAnswer",
@ -1964,6 +1985,7 @@
"messages.search", "messages.search",
"phone.requestCall", "phone.requestCall",
"photos.getUserPhotos", "photos.getUserPhotos",
"photos.uploadContactProfilePhoto",
"stickers.createStickerSet", "stickers.createStickerSet",
"users.getFullUser", "users.getFullUser",
"users.setSecureValueErrors" "users.setSecureValueErrors"
@ -2012,6 +2034,7 @@
], ],
"USERNAME_INVALID": [ "USERNAME_INVALID": [
"account.checkUsername", "account.checkUsername",
"account.toggleUsername",
"account.updateUsername", "account.updateUsername",
"channels.checkUsername", "channels.checkUsername",
"channels.updateUsername", "channels.updateUsername",
@ -2562,6 +2585,7 @@
"AUTOARCHIVE_NOT_AVAILABLE": "The autoarchive setting is not available at this time: please check the value of the [autoarchive_setting_available field in client config »](https:\/\/core.telegram.org\/api\/config#client-configuration) before calling this method.", "AUTOARCHIVE_NOT_AVAILABLE": "The autoarchive setting is not available at this time: please check the value of the [autoarchive_setting_available field in client config »](https:\/\/core.telegram.org\/api\/config#client-configuration) before calling this method.",
"BANK_CARD_NUMBER_INVALID": "The specified card number is invalid.", "BANK_CARD_NUMBER_INVALID": "The specified card number is invalid.",
"BANNED_RIGHTS_INVALID": "You provided some invalid flags in the banned rights.", "BANNED_RIGHTS_INVALID": "You provided some invalid flags in the banned rights.",
"BOT_APP_INVALID": "The specified bot app is invalid.",
"BOT_CHANNELS_NA": "Bots can't edit admin privileges.", "BOT_CHANNELS_NA": "Bots can't edit admin privileges.",
"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.",
@ -2728,6 +2752,7 @@
"IMPORT_FILE_INVALID": "The specified chat export file is invalid.", "IMPORT_FILE_INVALID": "The specified chat export file is invalid.",
"IMPORT_FORMAT_UNRECOGNIZED": "The specified chat export file was exported from an unsupported chat app.", "IMPORT_FORMAT_UNRECOGNIZED": "The specified chat export file was exported from an unsupported chat app.",
"IMPORT_ID_INVALID": "The specified import ID is invalid.", "IMPORT_ID_INVALID": "The specified import ID is invalid.",
"IMPORT_TOKEN_INVALID": "The specified token is invalid.",
"INLINE_BOT_REQUIRED": "Only the inline bot can edit message.", "INLINE_BOT_REQUIRED": "Only the inline bot can edit message.",
"INLINE_RESULT_EXPIRED": "The inline query expired.", "INLINE_RESULT_EXPIRED": "The inline query expired.",
"INPUT_FILTER_INVALID": "The specified filter is invalid.", "INPUT_FILTER_INVALID": "The specified filter is invalid.",
@ -2790,6 +2815,7 @@
"OFFSET_PEER_ID_INVALID": "The provided offset peer is invalid.", "OFFSET_PEER_ID_INVALID": "The provided offset peer is invalid.",
"OPTION_INVALID": "Invalid option selected.", "OPTION_INVALID": "Invalid option selected.",
"OPTIONS_TOO_MUCH": "Too many options provided.", "OPTIONS_TOO_MUCH": "Too many options provided.",
"ORDER_INVALID": "",
"PACK_SHORT_NAME_INVALID": "Short pack name invalid.", "PACK_SHORT_NAME_INVALID": "Short pack name invalid.",
"PACK_SHORT_NAME_OCCUPIED": "A stickerpack with this name already exists.", "PACK_SHORT_NAME_OCCUPIED": "A stickerpack with this name already exists.",
"PACK_TITLE_INVALID": "The stickerpack title is invalid.", "PACK_TITLE_INVALID": "The stickerpack title is invalid.",
@ -2916,7 +2942,7 @@
"STICKER_GIF_DIMENSIONS": "The specified video sticker has invalid dimensions.", "STICKER_GIF_DIMENSIONS": "The specified video sticker has invalid dimensions.",
"STICKER_ID_INVALID": "The provided sticker ID is invalid.", "STICKER_ID_INVALID": "The provided sticker ID is invalid.",
"STICKER_INVALID": "The provided sticker is invalid.", "STICKER_INVALID": "The provided sticker is invalid.",
"STICKER_MIME_INVALID": "", "STICKER_MIME_INVALID": "The specified sticker MIME type is invalid.",
"STICKER_PNG_DIMENSIONS": "Sticker png dimensions invalid.", "STICKER_PNG_DIMENSIONS": "Sticker png dimensions invalid.",
"STICKER_PNG_NOPNG": "One of the specified stickers is not a valid PNG file.", "STICKER_PNG_NOPNG": "One of the specified stickers is not a valid PNG file.",
"STICKER_TGS_NODOC": "You must send the animated sticker as a document.", "STICKER_TGS_NODOC": "You must send the animated sticker as a document.",