mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 12:04:45 +01:00
Update
This commit is contained in:
parent
7ae36e5d63
commit
b2c1feb25b
@ -98,6 +98,7 @@
|
||||
"auth.requestPasswordRecovery",
|
||||
"auth.resendCode",
|
||||
"auth.resetAuthorizations",
|
||||
"auth.resetLoginEmail",
|
||||
"auth.sendCode",
|
||||
"auth.signIn",
|
||||
"auth.signUp",
|
||||
@ -131,6 +132,7 @@
|
||||
"channels.toggleSlowMode",
|
||||
"channels.updateUsername",
|
||||
"channels.viewSponsoredMessage",
|
||||
"chatlists.exportChatlistInvite",
|
||||
"contacts.acceptContact",
|
||||
"contacts.addContact",
|
||||
"contacts.block",
|
||||
|
12
vdiff.json
12
vdiff.json
@ -119,6 +119,8 @@
|
||||
"messages.getInlineBotResults"
|
||||
],
|
||||
"BOT_INVALID": [
|
||||
"bots.reorderUsernames",
|
||||
"bots.toggleUsername",
|
||||
"messages.editMessage",
|
||||
"messages.getAttachMenuBot",
|
||||
"messages.getInlineBotResults",
|
||||
@ -809,6 +811,9 @@
|
||||
"upload.reuploadCdnFile"
|
||||
],
|
||||
"FILTER_ID_INVALID": [
|
||||
"chatlists.deleteExportedInvite",
|
||||
"chatlists.editExportedInvite",
|
||||
"chatlists.exportChatlistInvite",
|
||||
"messages.updateDialogFilter"
|
||||
],
|
||||
"FILTER_INCLUDE_EMPTY": [
|
||||
@ -989,6 +994,10 @@
|
||||
"INVITE_REVOKED_MISSING": [
|
||||
"messages.deleteExportedChatInvite"
|
||||
],
|
||||
"INVITE_SLUG_EMPTY": [
|
||||
"chatlists.checkChatlistInvite",
|
||||
"chatlists.joinChatlistInvite"
|
||||
],
|
||||
"INVOICE_PAYLOAD_INVALID": [
|
||||
"payments.exportInvoice"
|
||||
],
|
||||
@ -1386,6 +1395,7 @@
|
||||
"messages.sendVote",
|
||||
"messages.setChatAvailableReactions",
|
||||
"messages.setChatTheme",
|
||||
"messages.setChatWallPaper",
|
||||
"messages.setGameScore",
|
||||
"messages.setTyping",
|
||||
"messages.startBot",
|
||||
@ -1462,6 +1472,7 @@
|
||||
"auth.checkPhone",
|
||||
"auth.requestFirebaseSms",
|
||||
"auth.resendCode",
|
||||
"auth.resetLoginEmail",
|
||||
"auth.sendCode",
|
||||
"auth.signIn",
|
||||
"auth.signUp"
|
||||
@ -2763,6 +2774,7 @@
|
||||
"INVITE_HASH_INVALID": "The invite hash is invalid.",
|
||||
"INVITE_REQUEST_SENT": "You have successfully requested to join this chat or channel.",
|
||||
"INVITE_REVOKED_MISSING": "The specified invite link was already revoked or is invalid.",
|
||||
"INVITE_SLUG_EMPTY": "The specified invite slug is empty.",
|
||||
"INVOICE_PAYLOAD_INVALID": "The specified invoice payload is invalid.",
|
||||
"JOIN_AS_PEER_INVALID": "The specified peer cannot be used to join a group call.",
|
||||
"LANG_CODE_INVALID": "The specified language code is invalid.",
|
||||
|
Loading…
Reference in New Issue
Block a user