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
66ceca2ecb
commit
70d45fd844
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user