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 2023-10-06 19:07:28 +02:00
parent 688449652e
commit fde44c2474
5 changed files with 28 additions and 15 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

@ -94,6 +94,12 @@
"BANNED_RIGHTS_INVALID": [ "BANNED_RIGHTS_INVALID": [
"messages.editChatDefaultBannedRights" "messages.editChatDefaultBannedRights"
], ],
"BOOST_NOT_MODIFIED": [
"stories.applyBoost"
],
"BOOSTS_REQUIRED": [
"stories.canSendStory"
],
"BOT_APP_INVALID": [ "BOT_APP_INVALID": [
"messages.getBotApp" "messages.getBotApp"
], ],
@ -1679,6 +1685,7 @@
"messages.sendMedia" "messages.sendMedia"
], ],
"PREMIUM_ACCOUNT_REQUIRED": [ "PREMIUM_ACCOUNT_REQUIRED": [
"stories.canApplyBoost",
"stories.sendStory" "stories.sendStory"
], ],
"PRIVACY_KEY_INVALID": [ "PRIVACY_KEY_INVALID": [
@ -1966,6 +1973,9 @@
"stories.getStoriesByID", "stories.getStoriesByID",
"stories.sendReaction" "stories.sendReaction"
], ],
"STORY_NOT_MODIFIED": [
"stories.editStory"
],
"STORY_PERIOD_INVALID": [ "STORY_PERIOD_INVALID": [
"stories.sendStory" "stories.sendStory"
], ],
@ -2065,6 +2075,7 @@
], ],
"TTL_PERIOD_INVALID": [ "TTL_PERIOD_INVALID": [
"channels.createChannel", "channels.createChannel",
"messages.createChat",
"messages.setHistoryTTL" "messages.setHistoryTTL"
], ],
"TYPES_EMPTY": [ "TYPES_EMPTY": [
@ -2212,6 +2223,9 @@
"messages.editChatAdmin", "messages.editChatAdmin",
"updates.getDifference" "updates.getDifference"
], ],
"USER_PUBLIC_MISSING": [
"stories.exportStoryLink"
],
"USER_VOLUME_INVALID": [ "USER_VOLUME_INVALID": [
"phone.editGroupCallParticipant" "phone.editGroupCallParticipant"
], ],
@ -2263,6 +2277,9 @@
"messages.addChatUser", "messages.addChatUser",
"messages.importChatInvite" "messages.importChatInvite"
], ],
"VENUE_ID_INVALID": [
"stories.sendStory"
],
"VIDEO_CONTENT_TYPE_INVALID": [ "VIDEO_CONTENT_TYPE_INVALID": [
"messages.sendMedia" "messages.sendMedia"
], ],
@ -2592,20 +2609,12 @@
"CDN_UPLOAD_TIMEOUT": [ "CDN_UPLOAD_TIMEOUT": [
"upload.reuploadCdnFile" "upload.reuploadCdnFile"
], ],
"CHANNEL_ID_GENERATE_FAILED": [
"channels.createChannel",
"messages.migrateChat"
],
"CHAT_ID_GENERATE_FAILED": [ "CHAT_ID_GENERATE_FAILED": [
"messages.createChat" "messages.createChat"
], ],
"CHAT_MEMBERS_CHANNEL": [ "CHAT_MEMBERS_CHANNEL": [
"messages.checkChatInvite" "messages.checkChatInvite"
], ],
"FILE_WRITE_EMPTY": [
"messages.uploadMedia",
"photos.updateProfilePhoto"
],
"GROUPCALL_ADD_PARTICIPANTS_FAILED": [ "GROUPCALL_ADD_PARTICIPANTS_FAILED": [
"phone.joinGroupCall" "phone.joinGroupCall"
], ],
@ -2696,6 +2705,7 @@
"messages.importChatInvite" "messages.importChatInvite"
], ],
"PAYMENT_UNSUPPORTED": [ "PAYMENT_UNSUPPORTED": [
"messages.forwardMessages",
"messages.sendMessage" "messages.sendMessage"
], ],
"PHONE_NUMBER_INVALID": [ "PHONE_NUMBER_INVALID": [
@ -2800,6 +2810,8 @@
"AUTOARCHIVE_NOT_AVAILABLE": "The autoarchive setting is not available at this time: please check the value of the [autoarchive_setting_available field in client config »](https:\/\/core.telegram.org\/api\/config#client-configuration) before calling this method.", "AUTOARCHIVE_NOT_AVAILABLE": "The autoarchive setting is not available at this time: please check the value of the [autoarchive_setting_available field in client config »](https:\/\/core.telegram.org\/api\/config#client-configuration) before calling this method.",
"BANK_CARD_NUMBER_INVALID": "The specified card number is invalid.", "BANK_CARD_NUMBER_INVALID": "The specified card number is invalid.",
"BANNED_RIGHTS_INVALID": "You provided some invalid flags in the banned rights.", "BANNED_RIGHTS_INVALID": "You provided some invalid flags in the banned rights.",
"BOOST_NOT_MODIFIED": "You're already [boosting](https:\/\/core.telegram.org\/api\/stories#channel-stories) the specified channel.",
"BOOSTS_REQUIRED": "The specified channel must first be [boosted by its users](https:\/\/core.telegram.org\/api\/stories#channel-stories) in order to be able to post stories.",
"BOT_APP_INVALID": "The specified bot app is invalid.", "BOT_APP_INVALID": "The specified bot app is invalid.",
"BOT_CHANNELS_NA": "Bots can't edit admin privileges.", "BOT_CHANNELS_NA": "Bots can't edit admin privileges.",
"BOT_COMMAND_DESCRIPTION_INVALID": "The specified command description is invalid.", "BOT_COMMAND_DESCRIPTION_INVALID": "The specified command description is invalid.",
@ -2832,7 +2844,6 @@
"CDN_METHOD_INVALID": "You can't call this method in a CDN DC.", "CDN_METHOD_INVALID": "You can't call this method in a CDN DC.",
"CDN_UPLOAD_TIMEOUT": "A server-side timeout occurred while reuploading the file to the CDN DC.", "CDN_UPLOAD_TIMEOUT": "A server-side timeout occurred while reuploading the file to the CDN DC.",
"CHANNEL_FORUM_MISSING": "This supergroup is not a forum.", "CHANNEL_FORUM_MISSING": "This supergroup is not a forum.",
"CHANNEL_ID_GENERATE_FAILED": "",
"CHANNEL_ID_INVALID": "The specified supergroup ID is invalid.", "CHANNEL_ID_INVALID": "The specified supergroup ID is invalid.",
"CHANNEL_INVALID": "The provided channel is invalid.", "CHANNEL_INVALID": "The provided channel is invalid.",
"CHANNEL_PARICIPANT_MISSING": "The current user is not in the channel.", "CHANNEL_PARICIPANT_MISSING": "The current user is not in the channel.",
@ -2937,7 +2948,6 @@
"FILE_REFERENCE_INVALID": "The specified [file reference](https:\/\/core.telegram.org\/api\/file_reference) is invalid.", "FILE_REFERENCE_INVALID": "The specified [file reference](https:\/\/core.telegram.org\/api\/file_reference) is invalid.",
"FILE_TITLE_EMPTY": "An empty file title was specified.", "FILE_TITLE_EMPTY": "An empty file title was specified.",
"FILE_TOKEN_INVALID": "The specified file token is invalid.", "FILE_TOKEN_INVALID": "The specified file token is invalid.",
"FILE_WRITE_EMPTY": "",
"FILEREF_UPGRADE_NEEDED": "The client has to be updated in order to support [file references](https:\/\/core.telegram.org\/api\/file_reference).", "FILEREF_UPGRADE_NEEDED": "The client has to be updated in order to support [file references](https:\/\/core.telegram.org\/api\/file_reference).",
"FILTER_ID_INVALID": "The specified filter ID is invalid.", "FILTER_ID_INVALID": "The specified filter ID is invalid.",
"FILTER_INCLUDE_EMPTY": "The include_peers vector of the filter is empty.", "FILTER_INCLUDE_EMPTY": "The include_peers vector of the filter is empty.",
@ -2946,7 +2956,7 @@
"FIRSTNAME_INVALID": "The first name is invalid.", "FIRSTNAME_INVALID": "The first name is invalid.",
"FOLDER_ID_EMPTY": "An empty folder ID was specified.", "FOLDER_ID_EMPTY": "An empty folder ID was specified.",
"FOLDER_ID_INVALID": "Invalid folder ID.", "FOLDER_ID_INVALID": "Invalid folder ID.",
"FORUM_ENABLED": "", "FORUM_ENABLED": "You can't execute the specified action because the group is a [forum](https:\/\/core.telegram.org\/api\/forum), disable forum functionality to continue.",
"FRESH_CHANGE_ADMINS_FORBIDDEN": "You were just elected admin, you can't add or modify other admins yet.", "FRESH_CHANGE_ADMINS_FORBIDDEN": "You were just elected admin, you can't add or modify other admins yet.",
"FRESH_CHANGE_PHONE_FORBIDDEN": "You can't change phone number right after logging in, please wait at least 24 hours.", "FRESH_CHANGE_PHONE_FORBIDDEN": "You can't change phone number right after logging in, please wait at least 24 hours.",
"FRESH_RESET_AUTHORISATION_FORBIDDEN": "You can't logout other sessions if less than 24 hours have passed since you logged on the current session.", "FRESH_RESET_AUTHORISATION_FORBIDDEN": "You can't logout other sessions if less than 24 hours have passed since you logged on the current session.",
@ -3191,6 +3201,7 @@
"STICKERSET_OWNER_ANONYMOUS": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymization.", "STICKERSET_OWNER_ANONYMOUS": "Provided stickerset can't be installed as group stickerset to prevent admin deanonymization.",
"STORIES_NEVER_CREATED": "", "STORIES_NEVER_CREATED": "",
"STORY_ID_EMPTY": "You specified no story IDs.", "STORY_ID_EMPTY": "You specified no story IDs.",
"STORY_NOT_MODIFIED": "The new story information you passed is equal to the previous story information, thus it wasn't modified.",
"STORY_PERIOD_INVALID": "", "STORY_PERIOD_INVALID": "",
"SWITCH_PM_TEXT_EMPTY": "The switch_pm.text field was empty.", "SWITCH_PM_TEXT_EMPTY": "The switch_pm.text field was empty.",
"TAKEOUT_INIT_DELAY_%d": "Wait %d seconds before initializing takeout.", "TAKEOUT_INIT_DELAY_%d": "Wait %d seconds before initializing takeout.",
@ -3247,6 +3258,7 @@
"USER_NOT_MUTUAL_CONTACT": "The provided user is not a mutual contact.", "USER_NOT_MUTUAL_CONTACT": "The provided user is not a mutual contact.",
"USER_NOT_PARTICIPANT": "You're not a member of this supergroup\/channel.", "USER_NOT_PARTICIPANT": "You're not a member of this supergroup\/channel.",
"USER_PRIVACY_RESTRICTED": "The user's privacy settings do not allow you to do this.", "USER_PRIVACY_RESTRICTED": "The user's privacy settings do not allow you to do this.",
"USER_PUBLIC_MISSING": "",
"USER_RESTRICTED": "You're spamreported, you can't create channels or chats.", "USER_RESTRICTED": "You're spamreported, you can't create channels or chats.",
"USER_VOLUME_INVALID": "The specified user volume is invalid.", "USER_VOLUME_INVALID": "The specified user volume is invalid.",
"USERNAME_INVALID": "The provided username is not valid.", "USERNAME_INVALID": "The provided username is not valid.",
@ -3259,6 +3271,7 @@
"USERPIC_UPLOAD_REQUIRED": "You must have a profile picture to publish your geolocation.", "USERPIC_UPLOAD_REQUIRED": "You must have a profile picture to publish your geolocation.",
"USERS_TOO_FEW": "Not enough users (to create a chat, for example).", "USERS_TOO_FEW": "Not enough users (to create a chat, for example).",
"USERS_TOO_MUCH": "The maximum number of users has been exceeded (to create a chat, for example).", "USERS_TOO_MUCH": "The maximum number of users has been exceeded (to create a chat, for example).",
"VENUE_ID_INVALID": "",
"VIDEO_CONTENT_TYPE_INVALID": "The video's content type is invalid.", "VIDEO_CONTENT_TYPE_INVALID": "The video's content type is invalid.",
"VIDEO_FILE_INVALID": "The specified video file is invalid.", "VIDEO_FILE_INVALID": "The specified video file is invalid.",
"VIDEO_TITLE_EMPTY": "The specified video title is empty.", "VIDEO_TITLE_EMPTY": "The specified video title is empty.",