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-04-27 17:56:14 +02:00
parent 66ceca2ecb
commit 70d45fd844
5 changed files with 10 additions and 4 deletions

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

@ -1002,6 +1002,9 @@
"chatlists.checkChatlistInvite", "chatlists.checkChatlistInvite",
"chatlists.joinChatlistInvite" "chatlists.joinChatlistInvite"
], ],
"INVITES_TOO_MUCH": [
"chatlists.exportChatlistInvite"
],
"INVOICE_PAYLOAD_INVALID": [ "INVOICE_PAYLOAD_INVALID": [
"payments.exportInvoice" "payments.exportInvoice"
], ],
@ -1433,6 +1436,7 @@
"account.changePhone", "account.changePhone",
"account.confirmPhone", "account.confirmPhone",
"account.verifyPhone", "account.verifyPhone",
"auth.resendCode",
"auth.signIn", "auth.signIn",
"auth.signUp" "auth.signUp"
], ],
@ -2302,6 +2306,7 @@
"messages.sendMedia" "messages.sendMedia"
], ],
"CHAT_SEND_VOICES_FORBIDDEN": [ "CHAT_SEND_VOICES_FORBIDDEN": [
"messages.forwardMessages",
"messages.sendInlineBotResult", "messages.sendInlineBotResult",
"messages.sendMedia" "messages.sendMedia"
], ],
@ -2786,6 +2791,7 @@
"INVITE_REQUEST_SENT": "You have successfully requested to join this chat or channel.", "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_REVOKED_MISSING": "The specified invite link was already revoked or is invalid.",
"INVITE_SLUG_EMPTY": "The specified invite slug is empty.", "INVITE_SLUG_EMPTY": "The specified invite slug is empty.",
"INVITES_TOO_MUCH": "The maximum number of per-folder invites specified by the `chatlist_invites_limit_default`\/`chatlist_invites_limit_premium` [client configuration parameters »](\/api\/config#chatlist-invites-limit-default) was reached.",
"INVOICE_PAYLOAD_INVALID": "The specified invoice payload is invalid.", "INVOICE_PAYLOAD_INVALID": "The specified invoice payload is invalid.",
"JOIN_AS_PEER_INVALID": "The specified peer cannot be used to join a group call.", "JOIN_AS_PEER_INVALID": "The specified peer cannot be used to join a group call.",
"LANG_CODE_INVALID": "The specified language code is invalid.", "LANG_CODE_INVALID": "The specified language code is invalid.",