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
f5fdc3273b
commit
69d69df732
2
v1.json
2
v1.json
@ -3425,7 +3425,7 @@
|
||||
""
|
||||
],
|
||||
"PASSWORD_REQUIRED": [
|
||||
""
|
||||
"A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport"
|
||||
],
|
||||
"PASSWORD_TOO_FRESH_X": [
|
||||
"The password was modified less than 24 hours ago, try again in X seconds"
|
||||
|
2
v2.json
2
v2.json
@ -7111,7 +7111,7 @@
|
||||
{
|
||||
"error_code": 400,
|
||||
"error_message": "PASSWORD_REQUIRED",
|
||||
"error_description": ""
|
||||
"error_description": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport"
|
||||
}
|
||||
],
|
||||
"account.getNotifySettings": [
|
||||
|
2
v3.json
2
v3.json
@ -3169,7 +3169,7 @@
|
||||
"PASSWORD_MISSING": "You must enable 2FA in order to transfer ownership of a channel",
|
||||
"PASSWORD_RECOVERY_EXPIRED": "The recovery code has expired",
|
||||
"PASSWORD_RECOVERY_NA": "",
|
||||
"PASSWORD_REQUIRED": "",
|
||||
"PASSWORD_REQUIRED": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport",
|
||||
"PASSWORD_TOO_FRESH_X": "The password was modified less than 24 hours ago, try again in X seconds",
|
||||
"PAYMENT_PROVIDER_INVALID": "The specified payment provider is invalid",
|
||||
"PEER_FLOOD": "Too many requests",
|
||||
|
2
v4.json
2
v4.json
@ -2781,7 +2781,7 @@
|
||||
"PASSWORD_MISSING": "You must enable 2FA in order to transfer ownership of a channel",
|
||||
"PASSWORD_RECOVERY_EXPIRED": "The recovery code has expired",
|
||||
"PASSWORD_RECOVERY_NA": "",
|
||||
"PASSWORD_REQUIRED": "",
|
||||
"PASSWORD_REQUIRED": "A [2FA password](https:\/\/core.telegram.org\/api\/srp) must be configured to use Telegram Passport",
|
||||
"PASSWORD_TOO_FRESH_%d": "The password was modified less than 24 hours ago, try again in %d seconds",
|
||||
"PAYMENT_PROVIDER_INVALID": "The specified payment provider is invalid",
|
||||
"PEER_FLOOD": "Too many requests",
|
||||
|
Loading…
Reference in New Issue
Block a user