1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-30 04:29:16 +01:00
This commit is contained in:
Daniil Gentili 2023-03-20 10:56:45 +01:00
parent 3bbdcc97ed
commit 4af770e2dc
7 changed files with 13 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,7 @@
"account.createTheme", "account.createTheme",
"account.declinePasswordReset", "account.declinePasswordReset",
"account.deleteAccount", "account.deleteAccount",
"account.deleteAutoSaveExceptions",
"account.deleteSecureValue", "account.deleteSecureValue",
"account.finishTakeoutSession", "account.finishTakeoutSession",
"account.getAccountTTL", "account.getAccountTTL",

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

@ -187,6 +187,9 @@
"phone.confirmCall", "phone.confirmCall",
"phone.receivedCall" "phone.receivedCall"
], ],
"CALL_OCCUPY_FAILED": [
"phone.discardCall"
],
"CALL_PEER_INVALID": [ "CALL_PEER_INVALID": [
"phone.acceptCall", "phone.acceptCall",
"phone.confirmCall", "phone.confirmCall",
@ -977,6 +980,7 @@
"phone.saveDefaultGroupCallJoinAs" "phone.saveDefaultGroupCallJoinAs"
], ],
"LANG_CODE_INVALID": [ "LANG_CODE_INVALID": [
"bots.getBotInfo",
"bots.resetBotCommands", "bots.resetBotCommands",
"bots.setBotCommands" "bots.setBotCommands"
], ],
@ -1854,7 +1858,8 @@
"messages.transcribeAudio" "messages.transcribeAudio"
], ],
"TTL_DAYS_INVALID": [ "TTL_DAYS_INVALID": [
"account.setAccountTTL" "account.setAccountTTL",
"account.setAuthorizationTTL"
], ],
"TTL_MEDIA_INVALID": [ "TTL_MEDIA_INVALID": [
"messages.sendMedia" "messages.sendMedia"
@ -1919,6 +1924,7 @@
"messages.setInlineBotResults" "messages.setInlineBotResults"
], ],
"USER_BOT_REQUIRED": [ "USER_BOT_REQUIRED": [
"bots.getBotInfo",
"bots.getBotMenuButton", "bots.getBotMenuButton",
"bots.setBotCommands", "bots.setBotCommands",
"bots.setBotGroupDefaultAdminRights", "bots.setBotGroupDefaultAdminRights",