mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 12:04:45 +01:00
Bump
This commit is contained in:
parent
ad1d6ea956
commit
0e69137e67
@ -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",
|
||||||
|
11
vdiff.json
11
vdiff.json
@ -178,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",
|
||||||
@ -3227,6 +3234,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"
|
||||||
],
|
],
|
||||||
@ -3690,6 +3700,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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user