1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 20:14:40 +01:00
This commit is contained in:
Daniil Gentili 2024-08-02 18:46:42 +02:00
parent 7037f71b1b
commit ad1d6ea956
5 changed files with 5 additions and 7 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

@ -1205,9 +1205,6 @@
"messages.checkHistoryImport", "messages.checkHistoryImport",
"messages.initHistoryImport" "messages.initHistoryImport"
], ],
"IMPORT_HISTORY_LOG_EMPTY": [
"messages.initHistoryImport"
],
"IMPORT_ID_INVALID": [ "IMPORT_ID_INVALID": [
"messages.startHistoryImport", "messages.startHistoryImport",
"messages.uploadImportedMedia" "messages.uploadImportedMedia"
@ -3338,6 +3335,7 @@
"BOOST_PEER_INVALID": "The specified `boost_peer` is invalid.", "BOOST_PEER_INVALID": "The specified `boost_peer` is invalid.",
"BOOSTS_EMPTY": "No boost slots were specified.", "BOOSTS_EMPTY": "No boost slots were specified.",
"BOOSTS_REQUIRED": "The specified channel must first be [boosted by its users](https:\/\/core.telegram.org\/api\/boost) in order to perform this action.", "BOOSTS_REQUIRED": "The specified channel must first be [boosted by its users](https:\/\/core.telegram.org\/api\/boost) in order to perform this action.",
"BOT_ALREADY_DISABLED": "The connected business bot was already disabled for the specified peer.",
"BOT_APP_BOT_INVALID": "The bot_id passed in the inputBotAppShortName constructor is invalid.", "BOT_APP_BOT_INVALID": "The bot_id passed in the inputBotAppShortName constructor is invalid.",
"BOT_APP_INVALID": "The specified bot app is invalid.", "BOT_APP_INVALID": "The specified bot app is invalid.",
"BOT_APP_SHORTNAME_INVALID": "The specified bot app short name is invalid.", "BOT_APP_SHORTNAME_INVALID": "The specified bot app short name is invalid.",