mirror of
https://github.com/danog/rpc-db.git
synced 2024-12-02 09:27:55 +01:00
Compare commits
4 Commits
9d52bf3d72
...
05f4011d0b
Author | SHA1 | Date | |
---|---|---|---|
05f4011d0b | |||
0e69137e67 | |||
ad1d6ea956 | |||
7037f71b1b |
@ -129,9 +129,16 @@
|
||||
"auth.sendCode",
|
||||
"auth.signIn",
|
||||
"auth.signUp",
|
||||
"bots.addPreviewMedia",
|
||||
"bots.allowSendMessage",
|
||||
"bots.canSendMessage",
|
||||
"bots.deletePreviewMedia",
|
||||
"bots.editPreviewMedia",
|
||||
"bots.getPopularAppBots",
|
||||
"bots.getPreviewInfo",
|
||||
"bots.getPreviewMedias",
|
||||
"bots.invokeWebViewCustomMethod",
|
||||
"bots.reorderPreviewMedias",
|
||||
"bots.reorderUsernames",
|
||||
"bots.toggleUsername",
|
||||
"channels.checkUsername",
|
||||
@ -386,6 +393,7 @@
|
||||
"messages.reportSpam",
|
||||
"messages.requestAppWebView",
|
||||
"messages.requestEncryption",
|
||||
"messages.requestMainWebView",
|
||||
"messages.requestSimpleWebView",
|
||||
"messages.requestUrlAuth",
|
||||
"messages.requestWebView",
|
||||
@ -449,6 +457,7 @@
|
||||
"payments.getPaymentReceipt",
|
||||
"payments.getPremiumGiftCodeOptions",
|
||||
"payments.getSavedInfo",
|
||||
"payments.getStarsGiftOptions",
|
||||
"payments.getStarsRevenueAdsAccountUrl",
|
||||
"payments.getStarsRevenueStats",
|
||||
"payments.getStarsRevenueWithdrawalUrl",
|
||||
|
40
vdiff.json
40
vdiff.json
@ -134,6 +134,9 @@
|
||||
"stories.canSendStory",
|
||||
"stories.sendStory"
|
||||
],
|
||||
"BOT_ALREADY_DISABLED": [
|
||||
"account.disablePeerConnectedBot"
|
||||
],
|
||||
"BOT_APP_BOT_INVALID": [
|
||||
"messages.getBotApp"
|
||||
],
|
||||
@ -161,6 +164,9 @@
|
||||
"messages.editMessage",
|
||||
"messages.sendMessage"
|
||||
],
|
||||
"BOT_GAMES_DISABLED": [
|
||||
"messages.sendMedia"
|
||||
],
|
||||
"BOT_GROUPS_BLOCKED": [
|
||||
"channels.editAdmin",
|
||||
"channels.inviteToChannel",
|
||||
@ -172,16 +178,23 @@
|
||||
"BOT_INVALID": [
|
||||
"account.acceptAuthorization",
|
||||
"account.getAuthorizationForm",
|
||||
"bots.addPreviewMedia",
|
||||
"bots.allowSendMessage",
|
||||
"bots.canSendMessage",
|
||||
"bots.deletePreviewMedia",
|
||||
"bots.editPreviewMedia",
|
||||
"bots.getBotInfo",
|
||||
"bots.getPreviewInfo",
|
||||
"bots.getPreviewMedias",
|
||||
"bots.invokeWebViewCustomMethod",
|
||||
"bots.reorderPreviewMedias",
|
||||
"bots.reorderUsernames",
|
||||
"bots.toggleUsername",
|
||||
"messages.editMessage",
|
||||
"messages.getAttachMenuBot",
|
||||
"messages.getInlineBotResults",
|
||||
"messages.prolongWebView",
|
||||
"messages.requestMainWebView",
|
||||
"messages.requestSimpleWebView",
|
||||
"messages.requestWebView",
|
||||
"messages.sendMessage",
|
||||
@ -1005,9 +1018,6 @@
|
||||
"photos.uploadProfilePhoto",
|
||||
"upload.saveBigFilePart"
|
||||
],
|
||||
"FILE_REFERENCE_*": [
|
||||
"upload.getFile"
|
||||
],
|
||||
"FILE_REFERENCE_%d_EXPIRED": [
|
||||
"messages.sendMultiMedia"
|
||||
],
|
||||
@ -1199,9 +1209,6 @@
|
||||
"messages.checkHistoryImport",
|
||||
"messages.initHistoryImport"
|
||||
],
|
||||
"IMPORT_HISTORY_LOG_EMPTY": [
|
||||
"messages.initHistoryImport"
|
||||
],
|
||||
"IMPORT_ID_INVALID": [
|
||||
"messages.startHistoryImport",
|
||||
"messages.uploadImportedMedia"
|
||||
@ -1318,6 +1325,9 @@
|
||||
"langpack.getLanguages",
|
||||
"langpack.getStrings"
|
||||
],
|
||||
"LANGUAGE_INVALID": [
|
||||
"langpack.getLangPack"
|
||||
],
|
||||
"LASTNAME_INVALID": [
|
||||
"auth.signUp"
|
||||
],
|
||||
@ -3104,9 +3114,6 @@
|
||||
"phone.acceptCall",
|
||||
"phone.discardCall"
|
||||
],
|
||||
"CDN_SALTS_EMPTY": [
|
||||
"upload.getCdnFileHashes"
|
||||
],
|
||||
"CDN_UPLOAD_TIMEOUT": [
|
||||
"upload.reuploadCdnFile"
|
||||
],
|
||||
@ -3224,6 +3231,9 @@
|
||||
"PHONE_PASSWORD_FLOOD": [
|
||||
"auth.sendCode"
|
||||
],
|
||||
"PREMIUM_CURRENTLY_UNAVAILABLE": [
|
||||
"payments.canPurchasePremium"
|
||||
],
|
||||
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN": [
|
||||
"messages.initHistoryImport"
|
||||
],
|
||||
@ -3332,6 +3342,7 @@
|
||||
"BOOST_PEER_INVALID": "The specified `boost_peer` is invalid.",
|
||||
"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.",
|
||||
"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_INVALID": "The specified bot app 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_INVALID": "The specified command is 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_INLINE_DISABLED": "This bot can't be used in inline mode.",
|
||||
"BOT_INVALID": "This is not a valid bot.",
|
||||
"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_PAYMENTS_DISABLED": "Please enable bot payments in botfather before calling this method.",
|
||||
"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_TOO_BIG": "The uploaded file part is too big.",
|
||||
"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": "File reference expired, it must be refetched as described in [the documentation](https:\/\/core.telegram.org\/api\/file_reference).",
|
||||
"FILE_REFERENCE_%d_INVALID": "File reference invalid.",
|
||||
"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_INVALID": "The file reference of the media file at index %d in the passed media array is invalid.",
|
||||
"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_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_NOT_SUPPORTED": "The specified language code is not supported.",
|
||||
"LANG_PACK_INVALID": "The provided language pack is invalid.",
|
||||
"LANGUAGE_INVALID": "The specified lang_code is invalid.",
|
||||
"LASTNAME_INVALID": "The last name is invalid.",
|
||||
"LIMIT_INVALID": "The provided limit is invalid.",
|
||||
"LINK_NOT_MODIFIED": "Discussion link not modified.",
|
||||
@ -3683,6 +3696,7 @@
|
||||
"POLL_QUESTION_INVALID": "One of the poll questions is not acceptable.",
|
||||
"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_CURRENTLY_UNAVAILABLE": "You cannot currently purchase a Premium subscription.",
|
||||
"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.",
|
||||
"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).",
|
||||
"RECEIPT_EMPTY": "The specified receipt is 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_TOO_LONG": "The specified reply_markup is too long.",
|
||||
"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.",
|
||||
"TOPICS_EMPTY": "You specified no topic IDs.",
|
||||
"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_MEDIA_INVALID": "Invalid media Time To Live was provided.",
|
||||
"TTL_PERIOD_INVALID": "The specified TTL period is invalid.",
|
||||
|
Loading…
Reference in New Issue
Block a user