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 2024-06-24 18:51:20 +02:00
parent 63ef2536eb
commit d97a8cb6a3
5 changed files with 16 additions and 5 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

@ -1333,6 +1333,7 @@
"messages.getInlineGameHighScores",
"messages.getMessageEditData",
"messages.getMessagesReadParticipants",
"messages.getOutboxReadDate",
"messages.getPollResults",
"messages.sendReaction",
"messages.sendScheduledMessages",
@ -1365,6 +1366,9 @@
"messages.setBotCallbackAnswer",
"messages.setInlineBotResults"
],
"MESSAGE_TOO_OLD": [
"messages.getOutboxReadDate"
],
"METHOD_INVALID": [
"bots.sendCustomRequest",
"messages.searchGifs"
@ -2212,6 +2216,7 @@
"messages.setInlineBotResults"
],
"TAKEOUT_INVALID": [
"contacts.getSaved",
"messages.getHistory"
],
"TAKEOUT_REQUIRED": [
@ -2877,6 +2882,7 @@
"channels.inviteToChannel",
"help.getConfig",
"messages.addChatUser",
"messages.getOutboxReadDate",
"phone.requestCall"
],
"USER_RESTRICTED": [
@ -2887,6 +2893,9 @@
"VOICE_MESSAGES_FORBIDDEN": [
"messages.forwardMessages"
],
"YOUR_PRIVACY_RESTRICTED": [
"messages.getOutboxReadDate"
],
"CHAT_FORBIDDEN": []
},
"500": {
@ -3384,6 +3393,7 @@
"MESSAGE_NOT_MODIFIED": "The provided message data is identical to the previous message data, the message wasn't modified.",
"MESSAGE_POLL_CLOSED": "Poll closed.",
"MESSAGE_TOO_LONG": "The provided message is too long.",
"MESSAGE_TOO_OLD": "The message is too old, the requested information is not available.",
"METHOD_INVALID": "The specified method is invalid.",
"MIN_DATE_INVALID": "The specified minimum date is invalid.",
"MSG_ID_INVALID": "Invalid message ID provided.",
@ -3672,6 +3682,7 @@
"WEBPUSH_AUTH_INVALID": "The specified web push authentication secret is invalid.",
"WEBPUSH_KEY_INVALID": "The specified web push elliptic curve Diffie-Hellman public key is invalid.",
"WEBPUSH_TOKEN_INVALID": "The specified web push token is invalid.",
"YOU_BLOCKED_USER": "You blocked this user."
"YOU_BLOCKED_USER": "You blocked this user.",
"YOUR_PRIVACY_RESTRICTED": "You cannot fetch the read date of this message because you have disallowed other users to do so for *your* messages; to fix, allow other users to see *your* exact last online date OR purchase a [Telegram Premium](https:\/\/core.telegram.org\/api\/premium) subscription."
}
}