2022-02-23 13:11:58 +01:00
{
"ok" : true ,
"result" : {
"420" : {
"2FA_CONFIRM_WAIT_%d" : [
"account.deleteAccount"
] ,
2024-06-16 16:56:41 +02:00
"ADDRESS_INVALID" : [
"channels.createChannel"
] ,
"FLOOD_PREMIUM_WAIT_%d" : [
"upload.getFile"
] ,
2024-01-20 19:28:53 +01:00
"PREMIUM_SUB_ACTIVE_UNTIL_%d" : [
"payments.applyGiftCode"
] ,
2022-02-23 13:11:58 +01:00
"SLOWMODE_WAIT_%d" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia"
] ,
"TAKEOUT_INIT_DELAY_%d" : [
"account.initTakeoutSession"
2024-06-16 16:56:41 +02:00
] ,
"FLOOD_WAIT_%d" : [ ]
2022-02-23 13:11:58 +01:00
} ,
"400" : {
"ABOUT_TOO_LONG" : [
"account.updateProfile"
] ,
"ACCESS_TOKEN_EXPIRED" : [
"auth.importBotAuthorization"
] ,
"ACCESS_TOKEN_INVALID" : [
"auth.importBotAuthorization"
] ,
2024-07-24 20:33:05 +02:00
"AD_EXPIRED" : [
"channels.reportSponsoredMessage"
] ,
2023-11-23 19:51:37 +01:00
"ADDRESS_INVALID" : [
"channels.createChannel"
] ,
2022-02-23 13:52:19 +01:00
"ADMIN_ID_INVALID" : [
2022-08-07 17:56:44 +02:00
"messages.deleteRevokedExportedChatInvites" ,
2022-02-23 13:52:19 +01:00
"messages.getExportedChatInvites"
] ,
2022-02-23 13:11:58 +01:00
"ADMIN_RANK_EMOJI_NOT_ALLOWED" : [
"channels.editAdmin"
] ,
"ADMIN_RANK_INVALID" : [
"channels.editAdmin"
] ,
2023-12-09 20:01:16 +01:00
"ADMIN_RIGHTS_EMPTY" : [
"messages.sendMessage"
] ,
2022-02-23 13:11:58 +01:00
"ADMINS_TOO_MUCH" : [
"channels.editAdmin"
] ,
"ALBUM_PHOTOS_TOO_MANY" : [
"photos.updateProfilePhoto" ,
"photos.uploadProfilePhoto"
] ,
"API_ID_INVALID" : [
"auth.exportLoginToken" ,
"auth.importBotAuthorization" ,
2023-03-23 19:55:16 +01:00
"auth.importWebTokenAuthorization" ,
2022-02-23 13:11:58 +01:00
"auth.sendCode"
] ,
"API_ID_PUBLISHED_FLOOD" : [
2023-03-15 20:44:23 +01:00
"auth.exportLoginToken" ,
2022-02-23 13:11:58 +01:00
"auth.importBotAuthorization" ,
"auth.sendCode"
] ,
"ARTICLE_TITLE_EMPTY" : [
"messages.setInlineBotResults"
] ,
"AUDIO_CONTENT_URL_EMPTY" : [
"messages.setInlineBotResults"
] ,
"AUDIO_TITLE_EMPTY" : [
"messages.setInlineBotResults"
] ,
"AUTH_BYTES_INVALID" : [
"auth.importAuthorization" ,
"invokeWithLayer"
] ,
"AUTH_TOKEN_ALREADY_ACCEPTED" : [
2022-08-07 17:56:44 +02:00
"auth.acceptLoginToken" ,
2022-02-23 13:11:58 +01:00
"auth.importLoginToken"
] ,
2022-08-15 19:37:54 +02:00
"AUTH_TOKEN_EXCEPTION" : [
"auth.acceptLoginToken"
] ,
2022-02-23 13:11:58 +01:00
"AUTH_TOKEN_EXPIRED" : [
2022-02-23 13:52:19 +01:00
"auth.acceptLoginToken" ,
2022-02-23 13:11:58 +01:00
"auth.importLoginToken"
] ,
"AUTH_TOKEN_INVALID" : [
"auth.importLoginToken"
] ,
"AUTH_TOKEN_INVALIDX" : [
"auth.acceptLoginToken" ,
"auth.importLoginToken"
] ,
"AUTOARCHIVE_NOT_AVAILABLE" : [
"account.setGlobalPrivacySettings"
] ,
2024-07-30 19:17:22 +02:00
"BALANCE_TOO_LOW" : [
"payments.sendStarsForm"
] ,
2022-02-23 13:11:58 +01:00
"BANK_CARD_NUMBER_INVALID" : [
"payments.getBankCardData"
] ,
"BANNED_RIGHTS_INVALID" : [
"messages.editChatDefaultBannedRights"
] ,
2024-07-24 20:33:05 +02:00
"BIRTHDAY_INVALID" : [
"account.updateBirthday"
] ,
2023-10-06 19:07:28 +02:00
"BOOST_NOT_MODIFIED" : [
2023-10-06 19:09:14 +02:00
"stories.applyBoost" ,
"stories.canApplyBoost"
2023-10-06 19:07:28 +02:00
] ,
2023-12-23 22:19:52 +01:00
"BOOST_PEER_INVALID" : [
"payments.getPaymentForm"
] ,
"BOOSTS_EMPTY" : [
"premium.applyBoost"
] ,
2023-10-06 19:07:28 +02:00
"BOOSTS_REQUIRED" : [
2023-12-09 20:01:16 +01:00
"channels.updateColor" ,
2024-06-16 16:56:41 +02:00
"stories.canSendStory" ,
"stories.sendStory"
] ,
2024-08-02 18:15:50 +02:00
"BOT_ALREADY_DISABLED" : [
"account.disablePeerConnectedBot"
] ,
2024-06-16 16:56:41 +02:00
"BOT_APP_BOT_INVALID" : [
"messages.getBotApp"
2023-10-06 19:07:28 +02:00
] ,
2023-03-23 19:55:16 +01:00
"BOT_APP_INVALID" : [
2024-01-17 23:03:36 +01:00
"messages.getBotApp" ,
"messages.requestAppWebView"
] ,
"BOT_APP_SHORTNAME_INVALID" : [
2024-06-16 16:56:41 +02:00
"messages.getBotApp" ,
2024-01-17 23:03:36 +01:00
"messages.requestAppWebView"
2023-03-23 19:55:16 +01:00
] ,
2024-07-24 20:33:05 +02:00
"BOT_BUSINESS_MISSING" : [
"account.updateConnectedBot"
] ,
2022-02-23 13:11:58 +01:00
"BOT_CHANNELS_NA" : [
"channels.editAdmin"
] ,
"BOT_COMMAND_DESCRIPTION_INVALID" : [
"bots.setBotCommands"
] ,
"BOT_COMMAND_INVALID" : [
"bots.setBotCommands"
] ,
"BOT_DOMAIN_INVALID" : [
2023-03-15 20:44:23 +01:00
"messages.editMessage" ,
2022-02-23 13:11:58 +01:00
"messages.sendMessage"
] ,
2024-08-02 18:15:50 +02:00
"BOT_GAMES_DISABLED" : [
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"BOT_GROUPS_BLOCKED" : [
"channels.editAdmin" ,
2023-03-15 20:44:23 +01:00
"channels.inviteToChannel" ,
"messages.addChatUser"
2022-02-23 13:11:58 +01:00
] ,
"BOT_INLINE_DISABLED" : [
"messages.getInlineBotResults"
] ,
"BOT_INVALID" : [
2024-07-24 20:33:05 +02:00
"account.acceptAuthorization" ,
"account.getAuthorizationForm" ,
2024-08-02 18:54:22 +02:00
"bots.addPreviewMedia" ,
2023-10-02 22:03:52 +02:00
"bots.allowSendMessage" ,
"bots.canSendMessage" ,
2024-08-02 18:54:22 +02:00
"bots.deletePreviewMedia" ,
"bots.editPreviewMedia" ,
2024-06-16 16:56:41 +02:00
"bots.getBotInfo" ,
2024-08-02 18:54:22 +02:00
"bots.getPreviewInfo" ,
"bots.getPreviewMedias" ,
2023-10-03 20:18:13 +02:00
"bots.invokeWebViewCustomMethod" ,
2024-08-02 18:54:22 +02:00
"bots.reorderPreviewMedias" ,
2023-04-25 21:29:47 +02:00
"bots.reorderUsernames" ,
"bots.toggleUsername" ,
2023-03-15 20:44:23 +01:00
"messages.editMessage" ,
2022-08-07 17:56:44 +02:00
"messages.getAttachMenuBot" ,
2022-02-23 13:11:58 +01:00
"messages.getInlineBotResults" ,
2024-07-24 20:33:05 +02:00
"messages.prolongWebView" ,
2024-08-02 18:54:22 +02:00
"messages.requestMainWebView" ,
2024-06-16 16:56:41 +02:00
"messages.requestSimpleWebView" ,
2023-12-23 22:19:52 +01:00
"messages.requestWebView" ,
2022-02-23 13:11:58 +01:00
"messages.sendMessage" ,
2024-07-24 20:33:05 +02:00
"messages.sendWebViewData" ,
2023-09-23 21:31:38 +02:00
"messages.startBot" ,
2024-06-16 16:56:41 +02:00
"messages.toggleBotInAttachMenu" ,
2023-09-23 21:31:38 +02:00
"photos.uploadProfilePhoto"
2022-02-23 13:11:58 +01:00
] ,
2024-07-24 20:33:05 +02:00
"BOT_NOT_CONNECTED_YET" : [
"account.disablePeerConnectedBot"
] ,
2022-02-23 13:11:58 +01:00
"BOT_ONESIDE_NOT_AVAIL" : [
"messages.updatePinnedMessage"
] ,
"BOT_PAYMENTS_DISABLED" : [
"messages.sendMedia"
] ,
"BOT_RESPONSE_TIMEOUT" : [
"messages.getBotCallbackAnswer" ,
"messages.getInlineBotResults"
] ,
"BOT_SCORE_NOT_MODIFIED" : [
"messages.setGameScore"
] ,
2024-01-17 23:03:36 +01:00
"BOT_WEBVIEW_DISABLED" : [
"messages.requestWebView"
] ,
2022-02-23 13:11:58 +01:00
"BOTS_TOO_MUCH" : [
"channels.editAdmin" ,
"channels.inviteToChannel"
] ,
"BROADCAST_ID_INVALID" : [
"channels.setDiscussionGroup"
] ,
"BROADCAST_PUBLIC_VOTERS_FORBIDDEN" : [
"messages.forwardMessages" ,
"messages.sendMedia"
] ,
"BROADCAST_REQUIRED" : [
"stats.getBroadcastStats"
] ,
2024-07-24 20:33:05 +02:00
"BUSINESS_PEER_INVALID" : [
"messages.sendMessage"
] ,
"BUSINESS_RECIPIENTS_EMPTY" : [
"account.updateConnectedBot"
] ,
"BUSINESS_WORK_HOURS_EMPTY" : [
"account.updateBusinessWorkHours"
] ,
"BUSINESS_WORK_HOURS_PERIOD_INVALID" : [
"account.updateBusinessWorkHours"
] ,
2022-02-23 13:11:58 +01:00
"BUTTON_DATA_INVALID" : [
2022-08-07 17:56:44 +02:00
"messages.editInlineBotMessage" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setInlineBotResults"
] ,
2024-08-01 18:33:51 +02:00
"BUTTON_POS_INVALID" : [
"messages.sendMedia"
] ,
2022-08-15 19:37:54 +02:00
"BUTTON_TEXT_INVALID" : [
"bots.setBotMenuButton"
] ,
2022-02-23 13:11:58 +01:00
"BUTTON_TYPE_INVALID" : [
"messages.editMessage" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setInlineBotResults"
] ,
"BUTTON_URL_INVALID" : [
2023-03-15 20:44:23 +01:00
"bots.setBotMenuButton" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
2023-10-03 20:18:13 +02:00
"messages.setInlineBotResults" ,
"test.test"
2022-02-23 13:11:58 +01:00
] ,
2024-02-08 20:55:57 +01:00
"BUTTON_USER_INVALID" : [
"messages.sendMessage"
] ,
2022-08-07 17:56:44 +02:00
"BUTTON_USER_PRIVACY_RESTRICTED" : [
"messages.sendMessage"
] ,
2022-02-23 13:11:58 +01:00
"CALL_ALREADY_ACCEPTED" : [
"phone.acceptCall" ,
"phone.discardCall"
] ,
"CALL_ALREADY_DECLINED" : [
"phone.acceptCall" ,
"phone.confirmCall" ,
"phone.receivedCall"
] ,
2023-03-20 10:56:45 +01:00
"CALL_OCCUPY_FAILED" : [
"phone.discardCall"
] ,
2022-02-23 13:11:58 +01:00
"CALL_PEER_INVALID" : [
"phone.acceptCall" ,
"phone.confirmCall" ,
"phone.discardCall" ,
"phone.receivedCall" ,
"phone.saveCallDebug" ,
2024-07-24 20:33:05 +02:00
"phone.saveCallLog" ,
"phone.sendSignalingData" ,
2022-02-23 13:11:58 +01:00
"phone.setCallRating"
] ,
"CALL_PROTOCOL_FLAGS_INVALID" : [
"phone.acceptCall" ,
"phone.requestCall"
] ,
"CDN_METHOD_INVALID" : [
"invokeWithLayer" ,
"updates.getDifference" ,
2023-09-23 21:31:38 +02:00
"upload.getCdnFileHashes" ,
2023-11-23 19:51:37 +01:00
"upload.getFile" ,
"upload.reuploadCdnFile"
2022-02-23 13:11:58 +01:00
] ,
2023-03-15 20:44:23 +01:00
"CHANNEL_FORUM_MISSING" : [
2023-09-23 21:31:38 +02:00
"channels.createForumTopic" ,
"channels.editForumTopic" ,
2023-07-08 17:50:25 +02:00
"channels.getForumTopics" ,
"channels.getForumTopicsByID"
2023-03-15 20:44:23 +01:00
] ,
2022-08-07 17:56:44 +02:00
"CHANNEL_ID_INVALID" : [
"channels.convertToGigagroup"
] ,
2022-02-23 13:11:58 +01:00
"CHANNEL_INVALID" : [
"account.updateNotifySettings" ,
"channels.checkUsername" ,
2023-10-02 22:03:52 +02:00
"channels.clickSponsoredMessage" ,
2022-08-07 17:56:44 +02:00
"channels.convertToGigagroup" ,
2023-03-23 19:55:16 +01:00
"channels.createForumTopic" ,
2024-07-24 20:33:05 +02:00
"channels.deactivateAllUsernames" ,
2022-02-23 13:11:58 +01:00
"channels.deleteChannel" ,
"channels.deleteHistory" ,
"channels.deleteMessages" ,
2022-08-07 17:56:44 +02:00
"channels.deleteParticipantHistory" ,
2023-07-08 17:50:25 +02:00
"channels.deleteTopicHistory" ,
2022-02-23 13:11:58 +01:00
"channels.deleteUserHistory" ,
"channels.editAbout" ,
"channels.editAdmin" ,
"channels.editBanned" ,
2024-02-01 19:34:49 +01:00
"channels.editForumTopic" ,
2024-07-24 20:33:05 +02:00
"channels.editLocation" ,
2022-02-23 13:11:58 +01:00
"channels.editPhoto" ,
"channels.editTitle" ,
"channels.exportInvite" ,
"channels.exportMessageLink" ,
"channels.getAdminLog" ,
2023-12-09 20:01:16 +01:00
"channels.getChannelRecommendations" ,
2022-02-23 13:11:58 +01:00
"channels.getChannels" ,
2023-03-15 20:44:23 +01:00
"channels.getForumTopics" ,
2023-07-08 17:50:25 +02:00
"channels.getForumTopicsByID" ,
2022-02-23 13:11:58 +01:00
"channels.getFullChannel" ,
"channels.getMessages" ,
"channels.getParticipant" ,
"channels.getParticipants" ,
2024-06-16 16:56:41 +02:00
"channels.getSendAs" ,
2022-08-07 17:56:44 +02:00
"channels.getSponsoredMessages" ,
2022-02-23 13:11:58 +01:00
"channels.inviteToChannel" ,
"channels.joinChannel" ,
"channels.leaveChannel" ,
"channels.readHistory" ,
"channels.readMessageContents" ,
2024-07-24 20:33:05 +02:00
"channels.reorderPinnedForumTopics" ,
2023-03-23 19:55:16 +01:00
"channels.reorderUsernames" ,
2024-07-24 20:33:05 +02:00
"channels.reportAntiSpamFalsePositive" ,
2022-02-23 13:11:58 +01:00
"channels.reportSpam" ,
2024-06-26 20:39:03 +02:00
"channels.reportSponsoredMessage" ,
"channels.restrictSponsoredMessages" ,
"channels.setBoostsToUnblockRestrictions" ,
2022-02-23 13:11:58 +01:00
"channels.setDiscussionGroup" ,
2024-06-26 20:39:03 +02:00
"channels.setEmojiStickers" ,
2022-02-23 13:11:58 +01:00
"channels.setStickers" ,
2024-07-24 20:33:05 +02:00
"channels.toggleAntiSpam" ,
"channels.toggleForum" ,
2022-02-23 13:11:58 +01:00
"channels.toggleInvites" ,
2023-03-15 20:44:23 +01:00
"channels.toggleJoinRequest" ,
"channels.toggleJoinToSend" ,
2024-07-24 20:33:05 +02:00
"channels.toggleParticipantsHidden" ,
2022-02-23 13:11:58 +01:00
"channels.togglePreHistoryHidden" ,
"channels.toggleSignatures" ,
2023-03-15 20:44:23 +01:00
"channels.toggleSlowMode" ,
2024-07-24 20:33:05 +02:00
"channels.toggleUsername" ,
2023-12-09 20:01:16 +01:00
"channels.toggleViewForumAsMessages" ,
"channels.updateColor" ,
2024-01-17 23:03:36 +01:00
"channels.updateEmojiStatus" ,
2024-07-24 20:33:05 +02:00
"channels.updatePinnedForumTopic" ,
2022-02-23 13:11:58 +01:00
"channels.updatePinnedMessage" ,
"channels.updateUsername" ,
2022-02-23 13:52:19 +01:00
"channels.viewSponsoredMessage" ,
2024-07-24 20:33:05 +02:00
"chatlists.editExportedInvite" ,
2022-02-23 13:11:58 +01:00
"messages.editChatAbout" ,
"messages.editMessage" ,
2022-09-28 18:04:34 +02:00
"messages.exportChatInvite" ,
2022-02-23 13:11:58 +01:00
"messages.forwardMessages" ,
"messages.getBotCallbackAnswer" ,
2023-07-08 17:50:25 +02:00
"messages.getChatInviteImporters" ,
2022-02-28 10:31:35 +01:00
"messages.getDiscussionMessage" ,
2023-03-15 20:44:23 +01:00
"messages.getExportedChatInvites" ,
2022-02-23 13:11:58 +01:00
"messages.getHistory" ,
"messages.getInlineBotResults" ,
2024-06-16 16:56:41 +02:00
"messages.getMessagesReactions" ,
2022-02-23 13:11:58 +01:00
"messages.getMessagesViews" ,
"messages.getPeerDialogs" ,
"messages.getPeerSettings" ,
2022-08-07 17:56:44 +02:00
"messages.getReplies" ,
2022-02-23 13:11:58 +01:00
"messages.getUnreadMentions" ,
2023-10-02 22:03:52 +02:00
"messages.hideAllChatJoinRequests" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite" ,
"messages.readMentions" ,
2023-07-08 17:50:25 +02:00
"messages.report" ,
2022-02-23 13:11:58 +01:00
"messages.search" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
2024-06-16 16:56:41 +02:00
"messages.sendMultiMedia" ,
2022-08-07 17:56:44 +02:00
"messages.sendReaction" ,
2022-02-23 13:11:58 +01:00
"messages.sendVote" ,
"messages.setTyping" ,
2022-08-07 17:56:44 +02:00
"messages.uploadMedia" ,
2024-06-26 20:39:03 +02:00
"stats.getBroadcastRevenueStats" ,
"stats.getBroadcastRevenueTransactions" ,
2022-02-23 13:11:58 +01:00
"stats.getBroadcastStats" ,
"stats.getMegagroupStats" ,
"stats.getMessagePublicForwards" ,
"stats.getMessageStats" ,
2023-09-23 21:31:38 +02:00
"stories.getBoostersList" ,
2023-12-06 17:33:37 +01:00
"stories.getPeerStories" ,
2023-10-11 22:25:50 +02:00
"stories.getStoriesByID" ,
2023-11-23 19:51:37 +01:00
"stories.getStoriesViews" ,
2022-02-23 13:11:58 +01:00
"updates.getChannelDifference" ,
2022-02-23 13:52:19 +01:00
"updates.getDifference" ,
2022-02-23 13:11:58 +01:00
"upload.getFile" ,
2024-01-17 23:03:36 +01:00
"users.getFullUser" ,
2022-02-23 13:11:58 +01:00
"users.getUsers"
] ,
2022-08-07 17:56:44 +02:00
"CHANNEL_PARICIPANT_MISSING" : [
"channels.deleteHistory"
] ,
2022-02-23 13:11:58 +01:00
"CHANNEL_PRIVATE" : [
"account.reportPeer" ,
"account.updateNotifySettings" ,
2022-08-24 20:39:59 +02:00
"channels.checkUsername" ,
2022-02-23 13:11:58 +01:00
"channels.deleteChannel" ,
"channels.deleteHistory" ,
"channels.deleteMessages" ,
2022-08-07 17:56:44 +02:00
"channels.deleteParticipantHistory" ,
2022-02-23 13:11:58 +01:00
"channels.deleteUserHistory" ,
"channels.editAdmin" ,
"channels.editBanned" ,
"channels.editCreator" ,
"channels.editPhoto" ,
"channels.editTitle" ,
"channels.exportMessageLink" ,
"channels.getAdminLog" ,
2024-06-16 16:56:41 +02:00
"channels.getChannelRecommendations" ,
2022-02-23 13:11:58 +01:00
"channels.getChannels" ,
2023-09-23 21:31:38 +02:00
"channels.getForumTopics" ,
2022-02-23 13:11:58 +01:00
"channels.getFullChannel" ,
"channels.getMessages" ,
"channels.getParticipant" ,
"channels.getParticipants" ,
2022-08-07 17:56:44 +02:00
"channels.getSendAs" ,
2022-02-28 10:31:35 +01:00
"channels.getSponsoredMessages" ,
2022-02-23 13:11:58 +01:00
"channels.inviteToChannel" ,
"channels.joinChannel" ,
"channels.leaveChannel" ,
"channels.readHistory" ,
"channels.readMessageContents" ,
"channels.togglePreHistoryHidden" ,
2023-07-08 17:50:25 +02:00
"channels.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"channels.updateUsername" ,
2023-07-08 17:50:25 +02:00
"channels.viewSponsoredMessage" ,
2022-02-23 13:11:58 +01:00
"contacts.addContact" ,
2023-09-23 21:31:38 +02:00
"contacts.block" ,
2022-02-23 13:11:58 +01:00
"contacts.unblock" ,
2023-07-08 17:50:25 +02:00
"folders.editPeerFolders" ,
2022-02-23 13:11:58 +01:00
"messages.deleteHistory" ,
"messages.editChatAbout" ,
2024-02-08 20:55:57 +01:00
"messages.editChatDefaultBannedRights" ,
2023-07-08 17:50:25 +02:00
"messages.editExportedChatInvite" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.exportChatInvite" ,
"messages.forwardMessages" ,
"messages.getBotCallbackAnswer" ,
2022-02-23 13:52:19 +01:00
"messages.getChatInviteImporters" ,
2022-09-22 10:54:29 +02:00
"messages.getDiscussionMessage" ,
2023-03-15 20:44:23 +01:00
"messages.getExportedChatInvite" ,
2022-09-03 18:03:14 +02:00
"messages.getExportedChatInvites" ,
2022-02-23 13:11:58 +01:00
"messages.getHistory" ,
"messages.getInlineBotResults" ,
2023-03-15 20:44:23 +01:00
"messages.getMessagesReactions" ,
2022-02-23 13:11:58 +01:00
"messages.getMessagesViews" ,
"messages.getOnlines" ,
"messages.getPeerDialogs" ,
2022-08-07 17:56:44 +02:00
"messages.getPeerSettings" ,
"messages.getReplies" ,
2022-02-23 13:11:58 +01:00
"messages.getUnreadMentions" ,
2022-08-07 17:56:44 +02:00
"messages.hideAllChatJoinRequests" ,
2023-07-08 17:50:25 +02:00
"messages.hideChatJoinRequest" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite" ,
"messages.readHistory" ,
"messages.readMentions" ,
"messages.report" ,
"messages.reportSpam" ,
"messages.search" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia" ,
2022-02-23 13:52:19 +01:00
"messages.sendReaction" ,
2022-02-23 13:11:58 +01:00
"messages.sendVote" ,
"messages.setTyping" ,
"messages.toggleDialogPin" ,
"messages.updatePinnedMessage" ,
"messages.uploadMedia" ,
2022-08-07 17:56:44 +02:00
"phone.createGroupCall" ,
2022-02-23 13:11:58 +01:00
"stats.getBroadcastStats" ,
2023-11-23 19:51:37 +01:00
"stories.getPeerStories" ,
2024-06-16 16:56:41 +02:00
"stories.getStoriesByID" ,
2023-11-23 19:51:37 +01:00
"stories.getStoriesViews" ,
2022-02-23 13:11:58 +01:00
"updates.getChannelDifference" ,
2022-09-05 19:34:17 +02:00
"updates.getDifference" ,
2022-02-23 13:11:58 +01:00
"upload.getFile" ,
"users.getFullUser" ,
"users.getUsers"
] ,
2023-03-15 20:55:35 +01:00
"CHANNEL_TOO_BIG" : [
"channels.deleteHistory"
] ,
2022-02-23 13:11:58 +01:00
"CHANNEL_TOO_LARGE" : [
"channels.deleteChannel"
] ,
"CHANNELS_ADMIN_LOCATED_TOO_MUCH" : [
2022-02-23 18:40:18 +01:00
"channels.createChannel" ,
"channels.getAdminedPublicChannels"
2022-02-23 13:11:58 +01:00
] ,
"CHANNELS_ADMIN_PUBLIC_TOO_MUCH" : [
"channels.checkUsername" ,
2022-08-07 17:56:44 +02:00
"channels.editCreator" ,
2022-02-23 18:40:18 +01:00
"channels.getAdminedPublicChannels" ,
2022-02-23 13:11:58 +01:00
"channels.updateUsername"
] ,
"CHANNELS_TOO_MUCH" : [
"channels.createChannel" ,
"channels.joinChannel" ,
2023-07-08 17:50:25 +02:00
"messages.hideAllChatJoinRequests" ,
"messages.hideChatJoinRequest" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite" ,
"messages.migrateChat"
] ,
2024-07-24 20:33:05 +02:00
"CHARGE_ALREADY_REFUNDED" : [
"payments.refundStarsCharge"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_ABOUT_NOT_MODIFIED" : [
"channels.editAbout" ,
"messages.editChatAbout"
] ,
"CHAT_ABOUT_TOO_LONG" : [
"channels.createChannel" ,
"channels.editAbout" ,
"messages.editChatAbout"
] ,
"CHAT_ADMIN_REQUIRED" : [
2022-02-23 13:52:19 +01:00
"channels.convertToGigagroup" ,
2022-02-23 13:11:58 +01:00
"channels.deleteChannel" ,
2022-08-07 17:56:44 +02:00
"channels.deleteHistory" ,
2022-02-23 13:52:19 +01:00
"channels.deleteParticipantHistory" ,
2022-02-23 13:11:58 +01:00
"channels.deleteUserHistory" ,
"channels.editAbout" ,
"channels.editAdmin" ,
"channels.editBanned" ,
"channels.editCreator" ,
2022-03-09 15:22:47 +01:00
"channels.editLocation" ,
2022-02-23 13:11:58 +01:00
"channels.editPhoto" ,
"channels.editTitle" ,
"channels.exportInvite" ,
"channels.getAdminLog" ,
"channels.getParticipant" ,
"channels.getParticipants" ,
"channels.inviteToChannel" ,
"channels.reportSpam" ,
"channels.setDiscussionGroup" ,
"channels.toggleInvites" ,
2024-01-20 18:52:29 +01:00
"channels.toggleJoinRequest" ,
2022-08-15 19:37:54 +02:00
"channels.toggleJoinToSend" ,
2022-02-23 13:11:58 +01:00
"channels.togglePreHistoryHidden" ,
"channels.toggleSignatures" ,
"channels.toggleSlowMode" ,
2023-07-08 17:50:25 +02:00
"channels.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"channels.updatePinnedMessage" ,
"channels.updateUsername" ,
"messages.addChatUser" ,
2023-03-15 20:44:23 +01:00
"messages.checkHistoryImportPeer" ,
2022-02-23 13:52:19 +01:00
"messages.deleteChat" ,
2022-02-23 13:11:58 +01:00
"messages.deleteChatUser" ,
2022-08-07 17:56:44 +02:00
"messages.deleteHistory" ,
2022-02-23 13:11:58 +01:00
"messages.editChatAbout" ,
"messages.editChatDefaultBannedRights" ,
2024-06-16 16:56:41 +02:00
"messages.editChatTitle" ,
2023-03-15 20:44:23 +01:00
"messages.editExportedChatInvite" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.exportChatInvite" ,
"messages.forwardMessages" ,
2022-02-23 13:52:19 +01:00
"messages.getAdminsWithInvites" ,
"messages.getChatInviteImporters" ,
"messages.getExportedChatInvite" ,
"messages.getExportedChatInvites" ,
2022-02-23 13:11:58 +01:00
"messages.getMessageEditData" ,
"messages.getScheduledHistory" ,
"messages.getScheduledMessages" ,
2022-08-07 17:56:44 +02:00
"messages.hideAllChatJoinRequests" ,
2023-03-15 20:44:23 +01:00
"messages.hideChatJoinRequest" ,
2024-06-16 16:56:41 +02:00
"messages.initHistoryImport" ,
2022-02-23 13:11:58 +01:00
"messages.migrateChat" ,
"messages.search" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia" ,
2022-08-07 17:56:44 +02:00
"messages.setChatAvailableReactions" ,
2022-02-23 13:11:58 +01:00
"messages.setTyping" ,
"messages.startBot" ,
2023-10-02 22:03:52 +02:00
"messages.toggleNoForwards" ,
2022-08-07 17:56:44 +02:00
"messages.unpinAllMessages" ,
2022-02-23 13:11:58 +01:00
"messages.updatePinnedMessage" ,
2023-07-08 17:50:25 +02:00
"messages.uploadImportedMedia" ,
2022-02-23 13:11:58 +01:00
"messages.uploadMedia" ,
2024-08-05 21:26:23 +02:00
"payments.getStarsTransactions" ,
2022-02-23 13:11:58 +01:00
"phone.createGroupCall" ,
2022-08-07 17:56:44 +02:00
"phone.getGroupCallStreamRtmpUrl" ,
2023-12-23 22:19:52 +01:00
"premium.getBoostsList" ,
2024-07-24 20:33:05 +02:00
"stats.getBroadcastRevenueStats" ,
2022-02-23 13:11:58 +01:00
"stats.getBroadcastStats" ,
"stats.getMegagroupStats" ,
"stats.getMessagePublicForwards" ,
2023-10-02 22:03:52 +02:00
"stats.getMessageStats" ,
2023-10-06 20:48:20 +02:00
"stories.canSendStory" ,
2023-11-23 19:51:37 +01:00
"stories.getBoostersList" ,
"stories.getStoriesArchive"
2022-02-23 13:11:58 +01:00
] ,
2023-03-15 20:55:35 +01:00
"CHAT_DISCUSSION_UNALLOWED" : [
"channels.toggleForum"
] ,
2022-02-23 13:52:19 +01:00
"CHAT_FORWARDS_RESTRICTED" : [
2022-08-07 17:56:44 +02:00
"messages.editMessage" ,
2022-02-23 13:52:19 +01:00
"messages.forwardMessages" ,
2022-03-09 15:22:47 +01:00
"messages.sendMedia" ,
"messages.sendMultiMedia"
2022-02-23 13:52:19 +01:00
] ,
2022-02-23 13:11:58 +01:00
"CHAT_ID_EMPTY" : [
"messages.discardEncryption"
] ,
"CHAT_ID_INVALID" : [
"channels.checkUsername" ,
2022-08-24 20:39:59 +02:00
"channels.getSendAs" ,
2024-01-17 23:03:36 +01:00
"channels.setStickers" ,
2023-03-15 20:44:23 +01:00
"channels.toggleJoinRequest" ,
"channels.toggleJoinToSend" ,
2024-01-17 23:03:36 +01:00
"channels.toggleParticipantsHidden" ,
2022-02-23 13:11:58 +01:00
"channels.togglePreHistoryHidden" ,
"channels.toggleSignatures" ,
2024-01-17 23:03:36 +01:00
"channels.toggleSlowMode" ,
2022-02-23 13:11:58 +01:00
"channels.updatePinnedMessage" ,
2022-02-23 13:52:19 +01:00
"folders.editPeerFolders" ,
2022-02-23 13:11:58 +01:00
"messages.acceptEncryption" ,
"messages.addChatUser" ,
2022-02-23 13:52:19 +01:00
"messages.deleteChat" ,
2022-02-23 13:11:58 +01:00
"messages.deleteChatUser" ,
"messages.deleteHistory" ,
"messages.editChatAbout" ,
"messages.editChatAdmin" ,
2023-07-08 17:50:25 +02:00
"messages.editChatDefaultBannedRights" ,
2022-02-23 13:11:58 +01:00
"messages.editChatPhoto" ,
"messages.editChatTitle" ,
"messages.exportChatInvite" ,
"messages.forwardMessage" ,
"messages.forwardMessages" ,
"messages.getChats" ,
"messages.getFullChat" ,
"messages.getHistory" ,
"messages.getMessagesViews" ,
2022-02-23 13:52:19 +01:00
"messages.getOnlines" ,
2022-02-23 13:11:58 +01:00
"messages.migrateChat" ,
2023-09-23 21:31:38 +02:00
"messages.readDiscussion" ,
2024-07-24 20:33:05 +02:00
"messages.readEncryptedHistory" ,
2022-02-23 13:11:58 +01:00
"messages.readHistory" ,
"messages.reportEncryptedSpam" ,
2022-08-07 17:56:44 +02:00
"messages.search" ,
2022-02-23 13:11:58 +01:00
"messages.sendEncrypted" ,
2023-09-23 21:31:38 +02:00
"messages.sendEncryptedFile" ,
"messages.sendEncryptedService" ,
2022-02-23 13:11:58 +01:00
"messages.sendMessage" ,
"messages.setEncryptedTyping" ,
"messages.setTyping" ,
2022-08-07 17:56:44 +02:00
"messages.toggleChatAdmins" ,
"messages.updateDialogFilter" ,
2024-07-24 20:33:05 +02:00
"messages.uploadEncryptedFile" ,
2022-08-07 17:56:44 +02:00
"messages.uploadMedia"
2022-02-23 13:11:58 +01:00
] ,
"CHAT_INVALID" : [
"channels.inviteToChannel" ,
"channels.joinChannel" ,
2023-09-23 21:31:38 +02:00
"channels.leaveChannel" ,
2022-02-23 13:11:58 +01:00
"messages.createChat" ,
"messages.importChatInvite"
] ,
2022-08-07 17:56:44 +02:00
"CHAT_INVITE_PERMANENT" : [
"messages.editExportedChatInvite"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_LINK_EXISTS" : [
"channels.togglePreHistoryHidden"
] ,
"CHAT_NOT_MODIFIED" : [
"channels.deleteChannel" ,
2023-07-08 17:50:25 +02:00
"channels.editCreator" ,
2022-03-09 15:22:47 +01:00
"channels.editLocation" ,
2022-02-23 13:11:58 +01:00
"channels.editPhoto" ,
"channels.editTitle" ,
"channels.getFullChannel" ,
2024-07-24 20:33:05 +02:00
"channels.reorderUsernames" ,
2023-09-23 21:31:38 +02:00
"channels.toggleAntiSpam" ,
"channels.toggleForum" ,
2022-02-23 13:11:58 +01:00
"channels.toggleInvites" ,
2023-04-13 20:34:06 +02:00
"channels.toggleJoinRequest" ,
2023-10-02 22:03:52 +02:00
"channels.toggleJoinToSend" ,
2023-09-23 21:31:38 +02:00
"channels.toggleParticipantsHidden" ,
2022-02-23 13:11:58 +01:00
"channels.togglePreHistoryHidden" ,
2022-08-07 17:56:44 +02:00
"channels.toggleSignatures" ,
2022-02-23 13:11:58 +01:00
"channels.toggleSlowMode" ,
2024-07-24 20:33:05 +02:00
"channels.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"channels.updatePinnedMessage" ,
"channels.updateUsername" ,
"messages.editChatAbout" ,
"messages.editChatDefaultBannedRights" ,
"messages.editChatPhoto" ,
"messages.editChatTitle" ,
2022-08-07 17:56:44 +02:00
"messages.setChatAvailableReactions" ,
2022-02-23 13:11:58 +01:00
"messages.setHistoryTTL" ,
"messages.toggleChatAdmins" ,
2023-03-15 20:44:23 +01:00
"messages.toggleNoForwards" ,
2022-08-07 17:56:44 +02:00
"messages.unpinAllMessages" ,
2022-02-23 13:11:58 +01:00
"messages.updatePinnedMessage"
] ,
2023-03-15 20:44:23 +01:00
"CHAT_PUBLIC_REQUIRED" : [
"channels.toggleJoinRequest"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_RESTRICTED" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.uploadMedia"
] ,
2022-09-28 18:04:34 +02:00
"CHAT_REVOKE_DATE_UNSUPPORTED" : [
"messages.deleteHistory"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_SEND_INLINE_FORBIDDEN" : [
"messages.sendInlineBotResult"
] ,
"CHAT_TITLE_EMPTY" : [
"channels.createChannel" ,
"channels.editTitle" ,
"messages.createChat" ,
"messages.editChatTitle"
] ,
"CHAT_TOO_BIG" : [
2022-02-23 14:09:34 +01:00
"messages.getMessageReadParticipants" ,
"messages.getMessagesReadParticipants"
2022-02-23 13:11:58 +01:00
] ,
2024-06-16 16:56:41 +02:00
"CHATLINK_SLUG_EMPTY" : [
"account.deleteBusinessChatLink" ,
"account.editBusinessChatLink" ,
"account.resolveBusinessChatLink"
] ,
2024-07-24 20:33:05 +02:00
"CHATLINK_SLUG_EXPIRED" : [
"account.deleteBusinessChatLink" ,
"account.resolveBusinessChatLink"
] ,
"CHATLINKS_TOO_MUCH" : [
"account.createBusinessChatLink"
] ,
2023-07-08 17:50:25 +02:00
"CHATLIST_EXCLUDE_INVALID" : [
"messages.updateDialogFilter"
] ,
2022-02-23 13:11:58 +01:00
"CODE_EMPTY" : [
2024-07-24 20:33:05 +02:00
"auth.checkRecoveryPassword" ,
2022-02-23 13:11:58 +01:00
"auth.recoverPassword"
] ,
"CODE_HASH_INVALID" : [
"account.confirmPhone"
] ,
"CODE_INVALID" : [
"account.confirmPasswordEmail"
] ,
2024-06-16 16:56:41 +02:00
"COLLECTIBLE_INVALID" : [
"fragment.getCollectibleInfo"
] ,
"COLLECTIBLE_NOT_FOUND" : [
"fragment.getCollectibleInfo"
] ,
2023-12-09 20:01:16 +01:00
"COLOR_INVALID" : [
"account.updateColor"
] ,
2022-02-23 13:11:58 +01:00
"CONNECTION_API_ID_INVALID" : [
"help.getConfig" ,
"invokeWithLayer"
] ,
"CONNECTION_APP_VERSION_EMPTY" : [
"help.getConfig"
] ,
2024-06-16 16:56:41 +02:00
"CONNECTION_ID_INVALID" : [
"account.getBotBusinessConnection"
] ,
2022-02-23 13:11:58 +01:00
"CONNECTION_LAYER_INVALID" : [
"contacts.resolveUsername" ,
"help.getConfig" ,
"initConnection"
] ,
"CONTACT_ADD_MISSING" : [
"contacts.acceptContact"
] ,
"CONTACT_ID_INVALID" : [
"contacts.acceptContact" ,
"contacts.addContact" ,
"contacts.block" ,
"contacts.deleteContact" ,
"contacts.unblock"
] ,
2024-02-01 19:34:49 +01:00
"CONTACT_MISSING" : [
"photos.uploadContactProfilePhoto"
] ,
2022-02-23 13:11:58 +01:00
"CONTACT_NAME_EMPTY" : [
"contacts.addContact"
] ,
"CONTACT_REQ_MISSING" : [
"contacts.acceptContact"
] ,
2022-08-07 17:56:44 +02:00
"CREATE_CALL_FAILED" : [
"phone.createGroupCall"
] ,
2022-02-23 13:11:58 +01:00
"CURRENCY_TOTAL_AMOUNT_INVALID" : [
2022-09-03 18:03:14 +02:00
"messages.sendMedia" ,
"payments.exportInvoice"
2022-02-23 13:11:58 +01:00
] ,
2023-12-09 20:01:16 +01:00
"CUSTOM_REACTIONS_TOO_MANY" : [
"messages.sendReaction"
] ,
2022-02-23 13:11:58 +01:00
"DATA_INVALID" : [
"help.getConfig" ,
"messages.getBotCallbackAnswer" ,
"messages.sendEncrypted" ,
"messages.sendEncryptedService"
] ,
"DATA_JSON_INVALID" : [
2022-08-09 19:52:29 +02:00
"bots.answerWebhookJSONQuery" ,
2024-07-24 20:33:05 +02:00
"bots.invokeWebViewCustomMethod" ,
2022-08-09 19:52:29 +02:00
"bots.sendCustomRequest" ,
2023-03-15 20:44:23 +01:00
"help.acceptTermsOfService" ,
2024-07-24 20:33:05 +02:00
"payments.assignPlayMarketTransaction" ,
2022-08-07 17:56:44 +02:00
"phone.joinGroupCall" ,
2022-02-23 13:11:58 +01:00
"phone.saveCallDebug"
] ,
"DATA_TOO_LONG" : [
2022-02-23 13:52:19 +01:00
"messages.sendEncrypted" ,
2022-02-23 13:11:58 +01:00
"messages.sendEncryptedFile"
] ,
"DATE_EMPTY" : [
"updates.getDifference"
] ,
"DC_ID_INVALID" : [
"auth.exportAuthorization"
] ,
"DH_G_A_INVALID" : [
"messages.requestEncryption"
] ,
"DOCUMENT_INVALID" : [
2023-09-23 21:31:38 +02:00
"account.updateEmojiStatus" ,
"channels.editForumTopic" ,
2023-03-15 20:44:23 +01:00
"messages.editMessage" ,
2022-08-07 17:56:44 +02:00
"messages.sendMedia" ,
2023-07-08 17:50:25 +02:00
"messages.sendMessage" ,
2024-01-17 23:03:36 +01:00
"messages.sendReaction" ,
2022-08-24 20:39:59 +02:00
"messages.setInlineBotResults" ,
"upload.getWebFile"
2022-02-23 13:11:58 +01:00
] ,
"EMAIL_HASH_EXPIRED" : [
2022-08-07 17:56:44 +02:00
"account.cancelPasswordEmail" ,
"account.confirmPasswordEmail" ,
"account.resendPasswordEmail"
2022-02-23 13:11:58 +01:00
] ,
"EMAIL_INVALID" : [
"account.sendVerifyEmailCode" ,
2022-03-13 17:02:57 +01:00
"account.updatePasswordSettings" ,
2022-02-23 13:11:58 +01:00
"account.verifyEmail"
] ,
2024-07-30 18:50:41 +02:00
"EMAIL_NOT_ALLOWED" : [
"account.sendVerifyEmailCode" ,
"account.verifyEmail"
] ,
2023-04-26 18:02:43 +02:00
"EMAIL_NOT_SETUP" : [
"account.sendVerifyEmailCode"
] ,
2022-02-23 13:11:58 +01:00
"EMAIL_UNCONFIRMED" : [
"account.updatePasswordSettings"
] ,
"EMAIL_UNCONFIRMED_%d" : [
"account.updatePasswordSettings"
] ,
"EMAIL_VERIFY_EXPIRED" : [
"account.verifyEmail"
] ,
"EMOJI_INVALID" : [
"messages.setChatTheme"
] ,
2023-04-13 20:34:06 +02:00
"EMOJI_MARKUP_INVALID" : [
"photos.uploadProfilePhoto"
] ,
2022-02-23 13:11:58 +01:00
"EMOJI_NOT_MODIFIED" : [
"messages.setChatTheme"
] ,
"EMOTICON_EMPTY" : [
2023-03-23 19:55:16 +01:00
"messages.getStickers" ,
"messages.searchCustomEmoji"
2022-02-23 13:11:58 +01:00
] ,
"EMOTICON_INVALID" : [
"messages.sendMedia"
] ,
2022-08-08 10:01:00 +02:00
"EMOTICON_STICKERPACK_MISSING" : [
"messages.getStickerSet"
] ,
2022-02-23 13:11:58 +01:00
"ENCRYPTED_MESSAGE_INVALID" : [
2024-01-20 19:43:12 +01:00
"auth.bindTempAuthKey"
2022-02-23 13:11:58 +01:00
] ,
"ENCRYPTION_ALREADY_ACCEPTED" : [
2023-09-23 21:31:38 +02:00
"messages.acceptEncryption" ,
"messages.discardEncryption"
2022-02-23 13:11:58 +01:00
] ,
"ENCRYPTION_ALREADY_DECLINED" : [
"messages.acceptEncryption" ,
"messages.discardEncryption"
] ,
"ENCRYPTION_DECLINED" : [
"messages.sendEncrypted" ,
"messages.sendEncryptedFile" ,
"messages.sendEncryptedService" ,
"messages.sendMessage"
] ,
"ENCRYPTION_ID_INVALID" : [
"messages.discardEncryption" ,
"messages.sendEncryptedService"
] ,
"ENTITIES_TOO_LONG" : [
"messages.editMessage" ,
"messages.sendMessage"
] ,
2022-08-07 17:56:44 +02:00
"ENTITY_BOUNDS_INVALID" : [
2022-08-08 10:01:00 +02:00
"help.editUserInfo" ,
"messages.editInlineBotMessage" ,
2022-08-07 17:56:44 +02:00
"messages.editMessage" ,
2022-08-08 10:01:00 +02:00
"messages.getWebPagePreview" ,
"messages.saveDraft" ,
"messages.sendInlineBotResult" ,
2022-08-07 17:56:44 +02:00
"messages.sendMedia" ,
2022-08-08 10:01:00 +02:00
"messages.sendMessage" ,
"messages.sendMultiMedia"
2022-08-07 17:56:44 +02:00
] ,
2022-02-23 13:11:58 +01:00
"ENTITY_MENTION_USER_INVALID" : [
"messages.sendMessage"
] ,
"ERROR_TEXT_EMPTY" : [
"messages.setBotPrecheckoutResults"
] ,
"EXPIRE_DATE_INVALID" : [
"messages.exportChatInvite"
] ,
"EXPORT_CARD_INVALID" : [
"contacts.importCard"
] ,
"EXTERNAL_URL_INVALID" : [
"messages.sendMedia"
] ,
"FILE_CONTENT_TYPE_INVALID" : [
"messages.setInlineBotResults"
] ,
"FILE_EMTPY" : [
"messages.sendEncryptedFile"
] ,
"FILE_ID_INVALID" : [
"upload.getFile"
] ,
"FILE_PART_EMPTY" : [
"upload.saveBigFilePart" ,
"upload.saveFilePart"
] ,
"FILE_PART_INVALID" : [
"upload.saveBigFilePart" ,
"upload.saveFilePart"
] ,
"FILE_PART_LENGTH_INVALID" : [
2023-09-23 21:31:38 +02:00
"messages.sendMedia" ,
"messages.uploadMedia"
2022-02-23 13:11:58 +01:00
] ,
"FILE_PART_SIZE_CHANGED" : [
"upload.saveBigFilePart"
] ,
"FILE_PART_SIZE_INVALID" : [
"upload.saveBigFilePart"
] ,
"FILE_PART_TOO_BIG" : [
"upload.saveBigFilePart"
] ,
"FILE_PARTS_INVALID" : [
2023-03-15 20:44:23 +01:00
"channels.editPhoto" ,
2023-09-23 21:31:38 +02:00
"messages.editMessage" ,
2022-02-23 13:11:58 +01:00
"messages.sendMedia" ,
"messages.uploadMedia" ,
"photos.updateProfilePhoto" ,
"photos.uploadProfilePhoto" ,
"upload.saveBigFilePart"
] ,
2024-07-24 20:33:05 +02:00
"FILE_REFERENCE_%d_EXPIRED" : [
"messages.sendMultiMedia"
] ,
2024-07-30 18:40:08 +02:00
"FILE_REFERENCE_%d_INVALID" : [
"messages.sendMultiMedia"
] ,
2022-02-23 13:11:58 +01:00
"FILE_REFERENCE_EMPTY" : [
"messages.sendMedia"
] ,
"FILE_REFERENCE_EXPIRED" : [
"messages.sendMedia" ,
"upload.getFile"
] ,
"FILE_REFERENCE_INVALID" : [
"channels.editPhoto"
] ,
"FILE_TITLE_EMPTY" : [
"messages.setInlineBotResults"
] ,
2023-03-15 20:44:23 +01:00
"FILE_TOKEN_INVALID" : [
2024-06-16 16:56:41 +02:00
"upload.getCdnFile" ,
2023-12-03 22:34:48 +01:00
"upload.getCdnFileHashes" ,
2023-03-15 20:44:23 +01:00
"upload.reuploadCdnFile"
] ,
2022-02-23 13:11:58 +01:00
"FILTER_ID_INVALID" : [
2023-04-25 21:29:47 +02:00
"chatlists.deleteExportedInvite" ,
"chatlists.editExportedInvite" ,
"chatlists.exportChatlistInvite" ,
2023-09-23 21:31:38 +02:00
"chatlists.getChatlistUpdates" ,
2024-07-24 20:33:05 +02:00
"chatlists.getExportedInvites" ,
2024-02-01 19:34:49 +01:00
"chatlists.getLeaveChatlistSuggestions" ,
"chatlists.hideChatlistUpdates" ,
"chatlists.joinChatlistUpdates" ,
2024-07-24 20:33:05 +02:00
"chatlists.leaveChatlist" ,
2022-02-23 13:11:58 +01:00
"messages.updateDialogFilter"
] ,
"FILTER_INCLUDE_EMPTY" : [
2023-10-02 22:03:52 +02:00
"chatlists.joinChatlistInvite" ,
2024-02-01 19:34:49 +01:00
"chatlists.joinChatlistUpdates" ,
2022-02-23 13:11:58 +01:00
"messages.updateDialogFilter"
] ,
2022-02-23 14:09:34 +01:00
"FILTER_NOT_SUPPORTED" : [
2024-02-01 19:34:49 +01:00
"chatlists.deleteExportedInvite" ,
"chatlists.editExportedInvite" ,
2023-04-26 18:28:39 +02:00
"chatlists.exportChatlistInvite" ,
2024-02-01 19:34:49 +01:00
"chatlists.getChatlistUpdates" ,
"chatlists.getLeaveChatlistSuggestions" ,
"chatlists.hideChatlistUpdates" ,
2023-03-15 20:44:23 +01:00
"messages.getSearchResultsCalendar" ,
"messages.searchSentMedia"
2022-02-23 14:09:34 +01:00
] ,
2022-02-23 13:11:58 +01:00
"FILTER_TITLE_EMPTY" : [
"messages.updateDialogFilter"
] ,
"FIRSTNAME_INVALID" : [
"account.updateProfile" ,
"auth.signUp"
] ,
"FOLDER_ID_EMPTY" : [
"folders.deleteFolder"
] ,
"FOLDER_ID_INVALID" : [
2022-02-23 13:52:19 +01:00
"folders.deleteFolder" ,
2022-02-23 13:11:58 +01:00
"folders.editPeerFolders" ,
"messages.getDialogs" ,
"messages.getPinnedDialogs" ,
"messages.searchGlobal"
] ,
2024-07-30 19:17:22 +02:00
"FORM_EXPIRED" : [
"payments.sendStarsForm"
] ,
2023-09-23 21:31:38 +02:00
"FORUM_ENABLED" : [
"channels.convertToGigagroup" ,
"channels.togglePreHistoryHidden"
] ,
2022-02-23 13:11:58 +01:00
"FRESH_CHANGE_ADMINS_FORBIDDEN" : [
"channels.editAdmin"
] ,
"FROM_MESSAGE_BOT_DISABLED" : [
"messages.sendMessage" ,
2022-08-07 17:56:44 +02:00
"updates.getChannelDifference" ,
"users.getUsers"
2022-02-23 13:11:58 +01:00
] ,
"FROM_PEER_INVALID" : [
"messages.search"
] ,
"GAME_BOT_INVALID" : [
"messages.sendMedia"
] ,
2023-09-23 21:31:38 +02:00
"GENERAL_MODIFY_ICON_FORBIDDEN" : [
"channels.editForumTopic"
] ,
2022-02-23 13:11:58 +01:00
"GEO_POINT_INVALID" : [
"contacts.getLocated"
] ,
"GIF_CONTENT_TYPE_INVALID" : [
"messages.setInlineBotResults"
] ,
"GIF_ID_INVALID" : [
"messages.saveGif"
] ,
2024-01-20 19:28:53 +01:00
"GIFT_SLUG_EXPIRED" : [
2024-06-16 16:56:41 +02:00
"payments.applyGiftCode" ,
"payments.checkGiftCode"
2024-01-20 19:28:53 +01:00
] ,
2023-12-09 20:01:16 +01:00
"GIFT_SLUG_INVALID" : [
2024-01-20 19:28:53 +01:00
"payments.applyGiftCode" ,
2023-12-09 20:01:16 +01:00
"payments.checkGiftCode"
] ,
2022-02-23 13:11:58 +01:00
"GRAPH_EXPIRED_RELOAD" : [
"stats.loadAsyncGraph"
] ,
"GRAPH_INVALID_RELOAD" : [
"stats.loadAsyncGraph"
] ,
"GRAPH_OUTDATED_RELOAD" : [
"stats.loadAsyncGraph"
] ,
"GROUPCALL_ALREADY_DISCARDED" : [
2022-08-07 17:56:44 +02:00
"phone.discardGroupCall" ,
2022-02-23 13:11:58 +01:00
"phone.discardGroupCallRequest"
] ,
2023-03-15 20:44:23 +01:00
"GROUPCALL_FORBIDDEN" : [
"phone.editGroupCallParticipant"
] ,
2022-02-23 13:52:19 +01:00
"GROUPCALL_INVALID" : [
2024-07-24 20:33:05 +02:00
"phone.checkGroupCall" ,
2023-03-15 20:44:23 +01:00
"phone.discardGroupCall" ,
2024-07-24 20:33:05 +02:00
"phone.editGroupCallParticipant" ,
2024-06-16 16:56:41 +02:00
"phone.editGroupCallTitle" ,
2024-07-24 20:33:05 +02:00
"phone.exportGroupCallInvite" ,
2022-03-09 19:49:53 +01:00
"phone.getGroupCall" ,
2022-08-07 17:56:44 +02:00
"phone.getGroupCallStreamChannels" ,
2024-07-24 20:33:05 +02:00
"phone.getGroupParticipants" ,
2022-08-07 17:56:44 +02:00
"phone.inviteToGroupCall" ,
2024-06-16 16:56:41 +02:00
"phone.joinGroupCall" ,
2024-07-24 20:33:05 +02:00
"phone.joinGroupCallPresentation" ,
"phone.leaveGroupCall" ,
"phone.leaveGroupCallPresentation" ,
"phone.startScheduledGroupCall" ,
"phone.toggleGroupCallRecord" ,
"phone.toggleGroupCallSettings" ,
"phone.toggleGroupCallStartSubscription"
2022-02-23 13:52:19 +01:00
] ,
2022-03-13 19:28:35 +01:00
"GROUPCALL_JOIN_MISSING" : [
2022-08-07 17:56:44 +02:00
"phone.checkGroupCall" ,
2022-03-13 19:28:35 +01:00
"phone.getGroupCallStreamChannels"
] ,
2022-02-23 13:11:58 +01:00
"GROUPCALL_NOT_MODIFIED" : [
2022-08-07 17:56:44 +02:00
"phone.toggleGroupCallRecord" ,
2022-02-23 13:11:58 +01:00
"phone.toggleGroupCallSettings"
] ,
"GROUPCALL_SSRC_DUPLICATE_MUCH" : [
"phone.joinGroupCall"
] ,
"GROUPED_MEDIA_INVALID" : [
"messages.forwardMessages"
] ,
"HASH_INVALID" : [
2022-02-23 13:52:19 +01:00
"account.changeAuthorizationSettings" ,
2022-02-23 13:11:58 +01:00
"account.resetAuthorization" ,
"account.resetWebAuthorization" ,
"account.sendConfirmPhoneCode"
] ,
2024-07-24 20:33:05 +02:00
"HASHTAG_INVALID" : [
"stories.searchPosts"
] ,
2022-08-07 17:56:44 +02:00
"HIDE_REQUESTER_MISSING" : [
2023-03-15 20:44:23 +01:00
"messages.hideAllChatJoinRequests" ,
"messages.hideChatJoinRequest"
2022-08-07 17:56:44 +02:00
] ,
2022-02-23 13:11:58 +01:00
"IMAGE_PROCESS_FAILED" : [
2024-01-20 18:52:29 +01:00
"channels.editPhoto" ,
2023-09-23 21:31:38 +02:00
"messages.editChatPhoto" ,
2023-07-08 17:50:25 +02:00
"messages.editMessage" ,
2022-02-23 13:11:58 +01:00
"messages.sendMedia" ,
"messages.uploadMedia" ,
"photos.updateProfilePhoto" ,
2023-09-23 21:31:38 +02:00
"photos.uploadProfilePhoto" ,
"stories.sendStory"
2022-02-23 13:11:58 +01:00
] ,
"IMPORT_FILE_INVALID" : [
"messages.initHistoryImport"
] ,
2024-06-16 16:56:41 +02:00
"IMPORT_FORMAT_DATE_INVALID" : [
"messages.initHistoryImport"
] ,
2022-02-23 13:11:58 +01:00
"IMPORT_FORMAT_UNRECOGNIZED" : [
2022-08-07 17:56:44 +02:00
"messages.checkHistoryImport" ,
2022-02-23 13:11:58 +01:00
"messages.initHistoryImport"
] ,
"IMPORT_ID_INVALID" : [
2024-07-24 20:33:05 +02:00
"messages.startHistoryImport" ,
"messages.uploadImportedMedia"
2022-02-23 13:11:58 +01:00
] ,
2023-03-23 19:55:16 +01:00
"IMPORT_TOKEN_INVALID" : [
"contacts.importContactToken"
] ,
2022-02-23 13:11:58 +01:00
"INLINE_RESULT_EXPIRED" : [
"messages.sendInlineBotResult"
] ,
2023-07-08 17:50:25 +02:00
"INPUT_CHATLIST_INVALID" : [
"chatlists.getChatlistUpdates"
] ,
2024-08-05 21:26:23 +02:00
"INPUT_FILE_INVALID" : [
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"INPUT_FILTER_INVALID" : [
2024-06-16 16:56:41 +02:00
"messages.search" ,
"messages.searchGlobal"
2022-02-23 13:11:58 +01:00
] ,
2022-09-13 17:44:55 +02:00
"INPUT_TEXT_EMPTY" : [
"messages.translateText"
] ,
2024-01-17 23:03:36 +01:00
"INPUT_TEXT_TOO_LONG" : [
"messages.translateText"
] ,
2022-02-23 13:11:58 +01:00
"INPUT_USER_DEACTIVATED" : [
"channels.editAdmin" ,
"channels.editBanned" ,
"channels.inviteToChannel" ,
"channels.reportSpam" ,
"contacts.block" ,
"messages.addChatUser" ,
"messages.createChat" ,
"messages.editMessage" ,
"messages.forwardMessages" ,
"messages.getInlineBotResults" ,
2023-03-15 20:44:23 +01:00
"messages.hideChatJoinRequest" ,
"messages.requestEncryption" ,
2024-02-01 19:34:49 +01:00
"messages.requestWebView" ,
2022-02-23 13:11:58 +01:00
"messages.search" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
2022-08-07 17:56:44 +02:00
"messages.sendScreenshotNotification" ,
2022-02-23 13:11:58 +01:00
"messages.setTyping" ,
"messages.startBot" ,
2022-02-23 13:52:19 +01:00
"messages.uploadMedia" ,
"phone.requestCall"
2022-02-23 13:11:58 +01:00
] ,
2022-02-23 14:09:34 +01:00
"INVITE_FORBIDDEN_WITH_JOINAS" : [
"phone.inviteToGroupCall"
] ,
2022-02-23 13:11:58 +01:00
"INVITE_HASH_EMPTY" : [
"channels.joinChannel" ,
"messages.checkChatInvite" ,
"messages.importChatInvite"
] ,
"INVITE_HASH_EXPIRED" : [
"channels.exportInvite" ,
"channels.joinChannel" ,
"invokeWithLayer" ,
"messages.checkChatInvite" ,
2022-08-07 17:56:44 +02:00
"messages.deleteExportedChatInvite" ,
2023-03-15 20:44:23 +01:00
"messages.editExportedChatInvite" ,
2022-02-23 13:52:19 +01:00
"messages.getChatInviteImporters" ,
"messages.getExportedChatInvite" ,
2023-04-13 20:34:06 +02:00
"messages.hideAllChatJoinRequests" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite"
] ,
"INVITE_HASH_INVALID" : [
"channels.joinChannel" ,
"messages.checkChatInvite" ,
"messages.importChatInvite"
] ,
2022-02-23 13:52:19 +01:00
"INVITE_REQUEST_SENT" : [
"channels.joinChannel" ,
"messages.importChatInvite"
] ,
"INVITE_REVOKED_MISSING" : [
"messages.deleteExportedChatInvite"
] ,
2023-04-25 21:29:47 +02:00
"INVITE_SLUG_EMPTY" : [
"chatlists.checkChatlistInvite" ,
2024-07-24 20:33:05 +02:00
"chatlists.editExportedInvite" ,
2023-04-25 21:29:47 +02:00
"chatlists.joinChatlistInvite"
] ,
2023-09-23 21:31:38 +02:00
"INVITE_SLUG_EXPIRED" : [
2023-10-02 22:03:52 +02:00
"chatlists.checkChatlistInvite" ,
2024-07-24 20:33:05 +02:00
"chatlists.editExportedInvite" ,
2023-10-02 22:03:52 +02:00
"chatlists.joinChatlistInvite"
2023-09-23 21:31:38 +02:00
] ,
2023-04-27 17:56:14 +02:00
"INVITES_TOO_MUCH" : [
"chatlists.exportChatlistInvite"
] ,
2022-09-03 18:03:14 +02:00
"INVOICE_PAYLOAD_INVALID" : [
"payments.exportInvoice"
] ,
2022-08-07 17:56:44 +02:00
"JOIN_AS_PEER_INVALID" : [
"phone.joinGroupCall" ,
"phone.saveDefaultGroupCallJoinAs"
] ,
2022-02-23 13:11:58 +01:00
"LANG_CODE_INVALID" : [
2023-03-20 10:56:45 +01:00
"bots.getBotInfo" ,
2022-09-13 17:44:55 +02:00
"bots.resetBotCommands" ,
2022-02-23 13:11:58 +01:00
"bots.setBotCommands"
] ,
2022-08-07 17:56:44 +02:00
"LANG_CODE_NOT_SUPPORTED" : [
"langpack.getLangPack" ,
"langpack.getLanguage" ,
"langpack.getStrings"
] ,
2022-02-23 13:11:58 +01:00
"LANG_PACK_INVALID" : [
"langpack.getDifference" ,
"langpack.getLangPack" ,
2022-08-07 17:56:44 +02:00
"langpack.getLanguage" ,
2022-02-23 13:11:58 +01:00
"langpack.getLanguages" ,
"langpack.getStrings"
] ,
2024-08-02 18:15:50 +02:00
"LANGUAGE_INVALID" : [
"langpack.getLangPack"
] ,
2022-02-23 18:40:18 +01:00
"LASTNAME_INVALID" : [
"auth.signUp"
] ,
2022-02-23 13:11:58 +01:00
"LIMIT_INVALID" : [
"upload.getFile"
] ,
"LINK_NOT_MODIFIED" : [
"channels.setDiscussionGroup"
] ,
"LOCATION_INVALID" : [
"photos.updateProfilePhoto" ,
"upload.getFile" ,
"upload.getFileHashes" ,
2024-06-16 16:56:41 +02:00
"upload.getWebFile" ,
"upload.reuploadCdnFile"
2022-02-23 13:11:58 +01:00
] ,
2022-03-13 19:28:35 +01:00
"MAX_DATE_INVALID" : [
2024-01-26 19:08:52 +01:00
"messages.deleteHistory" ,
"messages.readEncryptedHistory"
2022-03-13 19:28:35 +01:00
] ,
2022-02-23 13:11:58 +01:00
"MAX_ID_INVALID" : [
2023-09-23 21:31:38 +02:00
"photos.getUserPhotos" ,
"stories.readStories"
2022-02-23 13:11:58 +01:00
] ,
"MAX_QTS_INVALID" : [
"messages.receivedQueue"
] ,
"MD5_CHECKSUM_INVALID" : [
"messages.sendEncryptedFile" ,
"messages.sendMedia"
] ,
"MEDIA_CAPTION_TOO_LONG" : [
"messages.editMessage" ,
"messages.sendMedia" ,
"messages.sendMultiMedia"
] ,
"MEDIA_EMPTY" : [
2023-03-15 20:44:23 +01:00
"messages.editMessage" ,
2022-02-23 13:11:58 +01:00
"messages.forwardMessages" ,
2024-07-24 20:33:05 +02:00
"messages.getAttachedStickers" ,
2022-02-23 13:11:58 +01:00
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
2023-09-23 21:31:38 +02:00
"messages.sendMultiMedia" ,
"stories.sendStory"
] ,
"MEDIA_FILE_INVALID" : [
"stories.sendStory"
2022-02-23 13:11:58 +01:00
] ,
"MEDIA_GROUPED_INVALID" : [
"messages.editMessage"
] ,
"MEDIA_INVALID" : [
2023-09-23 21:31:38 +02:00
"messages.editMessage" ,
2022-02-23 13:11:58 +01:00
"messages.sendMedia" ,
"messages.sendMultiMedia" ,
2022-08-09 19:52:29 +02:00
"messages.uploadMedia" ,
"payments.exportInvoice"
2022-02-23 13:11:58 +01:00
] ,
"MEDIA_NEW_INVALID" : [
"messages.editMessage"
] ,
"MEDIA_PREV_INVALID" : [
"messages.editMessage"
] ,
2023-07-08 17:50:25 +02:00
"MEDIA_TTL_INVALID" : [
"messages.editMessage"
] ,
2023-07-23 13:03:06 +02:00
"MEDIA_TYPE_INVALID" : [
"stories.sendStory"
] ,
2024-02-01 19:34:49 +01:00
"MEDIA_VIDEO_STORY_MISSING" : [
"stories.sendStory"
] ,
2023-11-23 19:51:37 +01:00
"MEGAGROUP_GEO_REQUIRED" : [
"channels.editLocation"
] ,
2022-02-23 13:11:58 +01:00
"MEGAGROUP_ID_INVALID" : [
"channels.setDiscussionGroup"
] ,
"MEGAGROUP_PREHISTORY_HIDDEN" : [
"channels.setDiscussionGroup"
] ,
"MEGAGROUP_REQUIRED" : [
"channels.editLocation" ,
"stats.getMegagroupStats"
] ,
"MESSAGE_EDIT_TIME_EXPIRED" : [
"messages.editMessage"
] ,
"MESSAGE_EMPTY" : [
"auth.sendInvites" ,
"messages.editMessage" ,
"messages.getWebPagePreview" ,
2023-12-23 22:19:52 +01:00
"messages.sendMedia" ,
2022-02-23 13:11:58 +01:00
"messages.sendMessage" ,
"messages.setInlineBotResults"
] ,
"MESSAGE_ID_INVALID" : [
"channels.exportMessageLink" ,
"messages.deleteHistory" ,
2022-02-23 13:52:19 +01:00
"messages.deleteMessages" ,
2022-02-23 13:11:58 +01:00
"messages.editInlineBotMessage" ,
"messages.editMessage" ,
"messages.forwardMessage" ,
"messages.forwardMessages" ,
"messages.getBotCallbackAnswer" ,
"messages.getGameHighScores" ,
"messages.getInlineGameHighScores" ,
"messages.getMessageEditData" ,
2022-02-23 14:09:34 +01:00
"messages.getMessagesReadParticipants" ,
2024-06-24 18:51:20 +02:00
"messages.getOutboxReadDate" ,
2022-02-23 13:11:58 +01:00
"messages.getPollResults" ,
"messages.sendReaction" ,
"messages.sendScheduledMessages" ,
"messages.sendVote" ,
"messages.setGameScore" ,
"messages.setInlineGameScore" ,
"messages.updatePinnedMessage" ,
"payments.getPaymentForm" ,
"payments.getPaymentReceipt" ,
"payments.sendPaymentForm" ,
"payments.validateRequestedInfo" ,
2022-02-23 13:52:19 +01:00
"stats.getMessagePublicForwards" ,
"stats.getMessageStats"
2022-02-23 13:11:58 +01:00
] ,
"MESSAGE_IDS_EMPTY" : [
"channels.getMessages" ,
"messages.forwardMessages"
] ,
"MESSAGE_NOT_MODIFIED" : [
"messages.editInlineBotMessage" ,
2022-03-03 18:25:40 +01:00
"messages.editMessage" ,
"messages.sendReaction"
2022-02-23 13:11:58 +01:00
] ,
2024-07-30 19:17:22 +02:00
"MESSAGE_NOT_READ_YET" : [
"messages.getOutboxReadDate"
] ,
2022-02-23 13:11:58 +01:00
"MESSAGE_POLL_CLOSED" : [
"messages.sendVote"
] ,
"MESSAGE_TOO_LONG" : [
"messages.editMessage" ,
"messages.sendMessage" ,
"messages.setBotCallbackAnswer" ,
"messages.setInlineBotResults"
] ,
2024-06-24 18:51:20 +02:00
"MESSAGE_TOO_OLD" : [
"messages.getOutboxReadDate"
] ,
2022-02-23 13:11:58 +01:00
"METHOD_INVALID" : [
"bots.sendCustomRequest" ,
"messages.searchGifs"
] ,
2022-09-03 18:03:14 +02:00
"MIN_DATE_INVALID" : [
"messages.deleteHistory"
] ,
2022-02-23 13:11:58 +01:00
"MSG_ID_INVALID" : [
"account.updateNotifySettings" ,
2024-02-01 19:34:49 +01:00
"channels.checkUsername" ,
2022-02-23 13:11:58 +01:00
"channels.deleteMessages" ,
2022-02-23 13:52:19 +01:00
"channels.deleteParticipantHistory" ,
2022-02-23 13:11:58 +01:00
"channels.deleteUserHistory" ,
"channels.editBanned" ,
"channels.exportMessageLink" ,
"channels.getAdminLog" ,
"channels.getChannels" ,
"channels.getFullChannel" ,
"channels.getMessages" ,
"channels.getParticipant" ,
2023-09-23 21:31:38 +02:00
"channels.getParticipants" ,
2022-08-07 17:56:44 +02:00
"channels.getSponsoredMessages" ,
2022-02-23 13:11:58 +01:00
"channels.inviteToChannel" ,
"channels.joinChannel" ,
"channels.leaveChannel" ,
"channels.readHistory" ,
"channels.readMessageContents" ,
2023-09-23 21:31:38 +02:00
"channels.reportSpam" ,
2022-02-23 13:11:58 +01:00
"contacts.acceptContact" ,
"contacts.addContact" ,
"contacts.block" ,
2024-01-26 19:08:52 +01:00
"contacts.blockFromReplies" ,
2022-02-23 13:11:58 +01:00
"contacts.unblock" ,
"help.getConfig" ,
2022-08-07 17:56:44 +02:00
"messages.addChatUser" ,
2022-02-23 13:11:58 +01:00
"messages.deleteHistory" ,
"messages.editMessage" ,
2023-09-23 21:31:38 +02:00
"messages.exportChatInvite" ,
2022-02-23 13:11:58 +01:00
"messages.forwardMessages" ,
"messages.getCommonChats" ,
"messages.getDiscussionMessage" ,
"messages.getHistory" ,
"messages.getInlineBotResults" ,
2022-08-07 17:56:44 +02:00
"messages.getMessageReactionsList" ,
"messages.getMessageReadParticipants" ,
2022-02-23 13:11:58 +01:00
"messages.getMessagesViews" ,
"messages.getPeerDialogs" ,
2023-03-15 20:44:23 +01:00
"messages.getPeerSettings" ,
2022-02-23 13:11:58 +01:00
"messages.getPollVotes" ,
"messages.getReplies" ,
"messages.getUnreadMentions" ,
2023-07-08 17:50:25 +02:00
"messages.hideChatJoinRequest" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite" ,
2022-02-23 13:52:19 +01:00
"messages.readDiscussion" ,
2022-02-23 13:11:58 +01:00
"messages.readHistory" ,
"messages.readMentions" ,
2023-07-08 17:50:25 +02:00
"messages.reportReaction" ,
2022-02-23 13:11:58 +01:00
"messages.reportSpam" ,
2024-06-16 16:56:41 +02:00
"messages.requestWebView" ,
2022-02-23 13:11:58 +01:00
"messages.saveDraft" ,
"messages.search" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
2022-08-07 17:56:44 +02:00
"messages.sendReaction" ,
2023-04-24 11:17:54 +02:00
"messages.sendVote" ,
2022-02-23 13:11:58 +01:00
"messages.setTyping" ,
"messages.startBot" ,
2022-08-07 17:56:44 +02:00
"messages.translateText" ,
2024-06-16 16:56:41 +02:00
"messages.updateDialogFilter" ,
2022-02-23 13:11:58 +01:00
"messages.uploadMedia" ,
"photos.getUserPhotos" ,
2023-12-03 22:34:48 +01:00
"stories.getPeerStories" ,
2022-02-23 13:11:58 +01:00
"updates.getChannelDifference" ,
"updates.getDifference" ,
"upload.getFile" ,
2022-08-07 17:56:44 +02:00
"upload.saveFilePart" ,
2022-02-23 13:11:58 +01:00
"users.getFullUser" ,
"users.getUsers"
] ,
2022-09-22 10:54:29 +02:00
"MSG_TOO_OLD" : [
"messages.getMessageReadParticipants"
] ,
2022-02-23 13:11:58 +01:00
"MSG_WAIT_FAILED" : [
"messages.readEncryptedHistory" ,
"messages.receivedQueue" ,
"messages.sendEncrypted" ,
"messages.sendEncryptedFile" ,
"messages.sendEncryptedService"
] ,
"MULTI_MEDIA_TOO_LONG" : [
"messages.sendMultiMedia"
] ,
"NEW_SALT_INVALID" : [
"account.updatePasswordSettings"
] ,
2022-08-07 17:56:44 +02:00
"NEW_SETTINGS_EMPTY" : [
"account.updatePasswordSettings"
] ,
2022-02-23 13:11:58 +01:00
"NEW_SETTINGS_INVALID" : [
"account.updatePasswordSettings" ,
"auth.recoverPassword"
] ,
"NEXT_OFFSET_INVALID" : [
"messages.setInlineBotResults"
] ,
2024-06-16 16:56:41 +02:00
"NOT_ELIGIBLE" : [
"smsjobs.join"
] ,
"NOT_JOINED" : [
"smsjobs.getStatus" ,
"smsjobs.leave" ,
"smsjobs.updateSettings"
] ,
2022-02-23 13:11:58 +01:00
"OFFSET_INVALID" : [
"upload.getFile"
] ,
"OFFSET_PEER_ID_INVALID" : [
"messages.getDialogs"
] ,
"OPTION_INVALID" : [
"messages.sendVote"
] ,
"OPTIONS_TOO_MUCH" : [
"messages.sendVote"
] ,
2023-03-23 19:55:16 +01:00
"ORDER_INVALID" : [
"account.reorderUsernames"
] ,
2022-02-23 13:11:58 +01:00
"PACK_SHORT_NAME_INVALID" : [
"stickers.createStickerSet"
] ,
"PACK_SHORT_NAME_OCCUPIED" : [
"stickers.createStickerSet"
] ,
"PACK_TITLE_INVALID" : [
"stickers.createStickerSet"
] ,
"PARTICIPANT_ID_INVALID" : [
2022-02-23 13:52:19 +01:00
"channels.deleteParticipantHistory" ,
2022-02-23 13:11:58 +01:00
"channels.editBanned" ,
"channels.getParticipant"
] ,
2022-08-07 17:56:44 +02:00
"PARTICIPANT_JOIN_MISSING" : [
2023-03-15 20:55:35 +01:00
"phone.editGroupCallParticipant" ,
"phone.joinGroupCallPresentation"
2022-08-07 17:56:44 +02:00
] ,
2022-02-23 13:11:58 +01:00
"PARTICIPANT_VERSION_OUTDATED" : [
"phone.requestCall"
] ,
"PARTICIPANTS_TOO_FEW" : [
"channels.convertToGigagroup" ,
2023-04-15 15:29:00 +02:00
"channels.setStickers" ,
"channels.toggleParticipantsHidden"
2022-02-23 13:11:58 +01:00
] ,
"PASSWORD_EMPTY" : [
2022-09-13 17:44:55 +02:00
"account.resetPassword" ,
2022-02-23 13:11:58 +01:00
"auth.requestPasswordRecovery"
] ,
"PASSWORD_HASH_INVALID" : [
"account.getPasswordSettings" ,
"account.getTmpPassword" ,
"account.updatePasswordSettings" ,
"auth.checkPassword" ,
2024-06-26 20:39:03 +02:00
"channels.editCreator" ,
2024-07-24 20:33:05 +02:00
"payments.getStarsRevenueWithdrawalUrl" ,
2024-06-26 20:39:03 +02:00
"stats.getBroadcastRevenueWithdrawalUrl"
2022-02-23 13:11:58 +01:00
] ,
"PASSWORD_MISSING" : [
2024-07-24 20:33:05 +02:00
"channels.editCreator" ,
"messages.getBotCallbackAnswer" ,
"payments.getStarsRevenueWithdrawalUrl" ,
"stats.getBroadcastRevenueWithdrawalUrl"
2022-02-23 13:11:58 +01:00
] ,
"PASSWORD_RECOVERY_EXPIRED" : [
"auth.checkRecoveryPassword"
] ,
"PASSWORD_RECOVERY_NA" : [
"auth.requestPasswordRecovery"
] ,
"PASSWORD_REQUIRED" : [
"account.saveSecureValue"
] ,
"PASSWORD_TOO_FRESH_%d" : [
2024-07-24 20:33:05 +02:00
"channels.editCreator" ,
"payments.getStarsRevenueWithdrawalUrl" ,
"stats.getBroadcastRevenueWithdrawalUrl"
2022-02-23 13:11:58 +01:00
] ,
"PAYMENT_PROVIDER_INVALID" : [
2022-09-03 18:03:14 +02:00
"messages.sendMedia" ,
"payments.exportInvoice"
2022-02-23 13:11:58 +01:00
] ,
2023-03-15 20:55:35 +01:00
"PEER_HISTORY_EMPTY" : [
"messages.toggleDialogPin"
] ,
2022-02-23 13:11:58 +01:00
"PEER_ID_INVALID" : [
2024-06-26 20:39:03 +02:00
"account.disablePeerConnectedBot" ,
2022-02-23 13:11:58 +01:00
"account.getNotifySettings" ,
"account.reportPeer" ,
2022-08-07 17:56:44 +02:00
"account.reportProfilePhoto" ,
2023-03-23 19:55:16 +01:00
"account.saveAutoSaveSettings" ,
2024-06-26 20:39:03 +02:00
"account.toggleConnectedBotPaused" ,
2022-02-23 13:11:58 +01:00
"account.updateNotifySettings" ,
2023-03-15 20:44:23 +01:00
"bots.setBotCommands" ,
2024-02-01 19:34:49 +01:00
"channels.checkUsername" ,
2022-02-23 13:11:58 +01:00
"channels.editAdmin" ,
"channels.editBanned" ,
2022-02-23 13:52:19 +01:00
"channels.getSendAs" ,
2022-02-23 13:11:58 +01:00
"channels.joinChannel" ,
"contacts.block" ,
"contacts.resetTopPeerRating" ,
"contacts.unblock" ,
"messages.addChatUser" ,
2022-02-23 13:52:19 +01:00
"messages.checkHistoryImportPeer" ,
2022-02-23 13:11:58 +01:00
"messages.deleteChat" ,
"messages.deleteChatUser" ,
2022-08-07 17:56:44 +02:00
"messages.deleteExportedChatInvite" ,
2024-06-26 20:39:03 +02:00
"messages.deleteFactCheck" ,
2022-02-23 13:11:58 +01:00
"messages.deleteHistory" ,
2022-08-07 17:56:44 +02:00
"messages.deleteRevokedExportedChatInvites" ,
2024-01-17 23:03:36 +01:00
"messages.deleteSavedHistory" ,
2024-01-26 19:08:52 +01:00
"messages.deleteScheduledMessages" ,
2022-02-23 13:11:58 +01:00
"messages.editChatAbout" ,
"messages.editChatAdmin" ,
"messages.editChatDefaultBannedRights" ,
"messages.editChatPhoto" ,
"messages.editChatTitle" ,
"messages.editExportedChatInvite" ,
2024-06-26 20:39:03 +02:00
"messages.editFactCheck" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.exportChatInvite" ,
"messages.forwardMessage" ,
"messages.forwardMessages" ,
2022-02-23 13:52:19 +01:00
"messages.getAdminsWithInvites" ,
2022-02-23 13:11:58 +01:00
"messages.getBotCallbackAnswer" ,
2022-02-23 13:52:19 +01:00
"messages.getChatInviteImporters" ,
2022-02-23 13:11:58 +01:00
"messages.getChats" ,
"messages.getDiscussionMessage" ,
2022-02-23 13:52:19 +01:00
"messages.getExportedChatInvite" ,
"messages.getExportedChatInvites" ,
2024-06-26 20:39:03 +02:00
"messages.getFactCheck" ,
2022-02-23 13:11:58 +01:00
"messages.getFullChat" ,
"messages.getGameHighScores" ,
"messages.getHistory" ,
"messages.getMessageEditData" ,
2022-08-07 17:56:44 +02:00
"messages.getMessageReadParticipants" ,
2022-02-23 13:11:58 +01:00
"messages.getMessagesViews" ,
"messages.getOnlines" ,
2024-01-21 13:11:25 +01:00
"messages.getOutboxReadDate" ,
2022-02-23 13:11:58 +01:00
"messages.getPeerDialogs" ,
"messages.getPeerSettings" ,
2022-02-23 13:52:19 +01:00
"messages.getPollResults" ,
2022-02-23 13:11:58 +01:00
"messages.getReplies" ,
2024-01-17 23:03:36 +01:00
"messages.getSavedHistory" ,
2022-02-23 13:11:58 +01:00
"messages.getScheduledHistory" ,
"messages.getScheduledMessages" ,
"messages.getSearchCounters" ,
2024-07-24 20:33:05 +02:00
"messages.getSearchResultsCalendar" ,
"messages.getSearchResultsPositions" ,
2022-02-23 13:11:58 +01:00
"messages.getStatsURL" ,
"messages.getUnreadMentions" ,
2024-06-16 16:56:41 +02:00
"messages.getUnreadReactions" ,
2022-08-24 20:39:59 +02:00
"messages.hideAllChatJoinRequests" ,
2022-02-24 19:59:44 +01:00
"messages.hideChatJoinRequest" ,
2024-07-24 20:33:05 +02:00
"messages.hidePeerSettingsBar" ,
2022-02-23 13:11:58 +01:00
"messages.hideReportSpam" ,
"messages.importChatInvite" ,
2024-06-16 16:56:41 +02:00
"messages.initHistoryImport" ,
2022-02-23 13:52:19 +01:00
"messages.markDialogUnread" ,
2022-02-23 13:11:58 +01:00
"messages.migrateChat" ,
"messages.readDiscussion" ,
"messages.readHistory" ,
"messages.readMentions" ,
2022-08-24 20:39:59 +02:00
"messages.readReactions" ,
2022-02-23 13:11:58 +01:00
"messages.reorderPinnedDialogs" ,
"messages.report" ,
2024-07-24 20:33:05 +02:00
"messages.reportReaction" ,
2022-02-23 13:11:58 +01:00
"messages.reportSpam" ,
2023-12-23 22:19:52 +01:00
"messages.requestWebView" ,
2022-02-23 13:52:19 +01:00
"messages.saveDefaultSendAs" ,
2022-02-23 13:11:58 +01:00
"messages.saveDraft" ,
"messages.search" ,
2024-07-24 20:33:05 +02:00
"messages.sendBotRequestedPeer" ,
2022-02-23 13:11:58 +01:00
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia" ,
2024-06-26 20:39:03 +02:00
"messages.sendQuickReplyMessages" ,
2022-02-23 13:52:19 +01:00
"messages.sendReaction" ,
2022-02-23 13:11:58 +01:00
"messages.sendScheduledMessages" ,
"messages.sendScreenshotNotification" ,
"messages.sendVote" ,
2022-08-07 17:56:44 +02:00
"messages.setChatAvailableReactions" ,
2022-02-23 14:09:34 +01:00
"messages.setChatTheme" ,
2023-04-25 21:29:47 +02:00
"messages.setChatWallPaper" ,
2022-02-23 13:11:58 +01:00
"messages.setGameScore" ,
2024-07-24 20:33:05 +02:00
"messages.setHistoryTTL" ,
2022-02-23 13:11:58 +01:00
"messages.setTyping" ,
"messages.startBot" ,
"messages.toggleDialogPin" ,
2023-03-15 20:44:23 +01:00
"messages.toggleNoForwards" ,
2024-07-24 20:33:05 +02:00
"messages.togglePeerTranslations" ,
2024-01-17 23:03:36 +01:00
"messages.toggleSavedDialogPin" ,
2023-12-03 22:34:48 +01:00
"messages.transcribeAudio" ,
2022-08-07 17:56:44 +02:00
"messages.translateText" ,
2024-06-16 16:56:41 +02:00
"messages.unpinAllMessages" ,
"messages.updateDialogFilter" ,
2022-02-23 13:11:58 +01:00
"messages.updatePinnedMessage" ,
"messages.uploadMedia" ,
2023-12-09 20:01:16 +01:00
"payments.getGiveawayInfo" ,
2024-07-24 20:33:05 +02:00
"payments.getPaymentForm" ,
"payments.getStarsRevenueAdsAccountUrl" ,
"payments.getStarsRevenueStats" ,
2024-06-26 20:39:03 +02:00
"payments.getStarsStatus" ,
"payments.getStarsTransactions" ,
2024-07-24 20:33:05 +02:00
"payments.getStarsTransactionsByID" ,
2023-12-09 20:01:16 +01:00
"payments.launchPrepaidGiveaway" ,
2024-07-24 20:33:05 +02:00
"payments.sendPaymentForm" ,
2024-06-26 20:39:03 +02:00
"payments.sendStarsForm" ,
2024-07-24 20:33:05 +02:00
"payments.validateRequestedInfo" ,
2022-02-23 13:52:19 +01:00
"phone.createGroupCall" ,
2022-08-07 17:56:44 +02:00
"phone.getGroupCallJoinAs" ,
2024-06-16 16:56:41 +02:00
"phone.getGroupCallStreamRtmpUrl" ,
"phone.saveDefaultGroupCallJoinAs" ,
2023-12-09 20:01:16 +01:00
"premium.applyBoost" ,
"premium.getBoostsList" ,
"premium.getBoostsStatus" ,
"premium.getUserBoosts" ,
2022-09-13 17:44:55 +02:00
"stats.getMessagePublicForwards" ,
2022-08-07 17:56:44 +02:00
"stats.getMessageStats" ,
2023-12-09 20:01:16 +01:00
"stats.getStoryPublicForwards" ,
"stats.getStoryStats" ,
2022-02-23 13:11:58 +01:00
"stickers.createStickerSet" ,
2023-10-03 20:18:13 +02:00
"stories.applyBoost" ,
"stories.canApplyBoost" ,
2023-10-02 22:03:52 +02:00
"stories.canSendStory" ,
2023-10-03 20:18:13 +02:00
"stories.deleteStories" ,
"stories.editStory" ,
"stories.exportStoryLink" ,
2023-10-02 22:03:52 +02:00
"stories.getBoostersList" ,
2023-10-03 20:18:13 +02:00
"stories.getBoostsStatus" ,
2023-10-02 22:03:52 +02:00
"stories.getPeerStories" ,
2023-10-03 20:18:13 +02:00
"stories.getPinnedStories" ,
2023-10-02 22:03:52 +02:00
"stories.getStoriesArchive" ,
"stories.getStoriesByID" ,
2023-10-03 20:18:13 +02:00
"stories.getStoriesViews" ,
2024-01-17 23:03:36 +01:00
"stories.getStoryReactionsList" ,
2023-10-03 20:18:13 +02:00
"stories.getStoryViewsList" ,
"stories.incrementStoryViews" ,
"stories.readStories" ,
"stories.report" ,
"stories.sendReaction" ,
2023-10-02 22:03:52 +02:00
"stories.sendStory" ,
2023-10-03 20:18:13 +02:00
"stories.togglePeerStoriesHidden" ,
"stories.togglePinned" ,
2024-06-26 20:39:03 +02:00
"stories.togglePinnedToTop" ,
2024-06-16 16:56:41 +02:00
"upload.getFile" ,
"users.getUsers"
2022-02-23 13:11:58 +01:00
] ,
"PEER_ID_NOT_SUPPORTED" : [
"messages.search"
] ,
2023-04-26 18:28:39 +02:00
"PEERS_LIST_EMPTY" : [
2024-07-24 20:33:05 +02:00
"chatlists.editExportedInvite" ,
2023-04-26 18:28:39 +02:00
"chatlists.exportChatlistInvite"
] ,
2022-02-23 13:11:58 +01:00
"PERSISTENT_TIMESTAMP_EMPTY" : [
"updates.getChannelDifference" ,
"updates.getDifference"
] ,
"PERSISTENT_TIMESTAMP_INVALID" : [
"updates.getChannelDifference" ,
"updates.getDifference"
] ,
"PHONE_CODE_EMPTY" : [
"account.changePhone" ,
"account.confirmPhone" ,
"account.verifyPhone" ,
2024-06-16 16:56:41 +02:00
"auth.requestFirebaseSms" ,
2023-04-27 17:56:14 +02:00
"auth.resendCode" ,
2022-02-23 13:11:58 +01:00
"auth.signIn" ,
"auth.signUp"
] ,
"PHONE_CODE_EXPIRED" : [
2022-02-23 13:52:19 +01:00
"account.changePhone" ,
2022-02-23 13:11:58 +01:00
"account.verifyPhone" ,
"auth.cancelCode" ,
"auth.resendCode" ,
"auth.signIn" ,
"auth.signUp"
] ,
"PHONE_CODE_HASH_EMPTY" : [
"auth.resendCode"
] ,
"PHONE_CODE_INVALID" : [
"auth.signIn" ,
"auth.signUp"
] ,
2022-09-28 18:04:34 +02:00
"PHONE_HASH_EXPIRED" : [
"account.sendVerifyEmailCode"
] ,
2022-08-24 20:39:59 +02:00
"PHONE_NOT_OCCUPIED" : [
"contacts.resolvePhone"
] ,
2022-02-23 13:11:58 +01:00
"PHONE_NUMBER_APP_SIGNUP_FORBIDDEN" : [
"auth.sendCode"
] ,
"PHONE_NUMBER_BANNED" : [
"account.sendChangePhoneCode" ,
"auth.checkPhone" ,
"auth.sendCode"
] ,
"PHONE_NUMBER_FLOOD" : [
"auth.sendCode" ,
"auth.signUp"
] ,
"PHONE_NUMBER_INVALID" : [
"account.changePhone" ,
"account.sendChangePhoneCode" ,
2022-09-28 18:04:34 +02:00
"account.sendVerifyEmailCode" ,
2022-02-23 13:11:58 +01:00
"account.sendVerifyPhoneCode" ,
2024-07-24 20:33:05 +02:00
"account.verifyEmail" ,
2022-02-23 13:11:58 +01:00
"account.verifyPhone" ,
"auth.cancelCode" ,
"auth.checkPhone" ,
2024-06-26 20:39:03 +02:00
"auth.reportMissingCode" ,
2023-03-23 19:55:16 +01:00
"auth.requestFirebaseSms" ,
2022-02-23 13:11:58 +01:00
"auth.resendCode" ,
2023-04-25 21:29:47 +02:00
"auth.resetLoginEmail" ,
2022-02-23 13:11:58 +01:00
"auth.sendCode" ,
"auth.signIn" ,
"auth.signUp"
] ,
"PHONE_NUMBER_OCCUPIED" : [
"account.changePhone" ,
"account.sendChangePhoneCode" ,
"auth.signUp"
] ,
"PHONE_NUMBER_UNOCCUPIED" : [
"auth.signIn"
] ,
"PHONE_PASSWORD_PROTECTED" : [
"auth.sendCode"
] ,
"PHOTO_CONTENT_TYPE_INVALID" : [
"messages.setInlineBotResults"
] ,
"PHOTO_CONTENT_URL_EMPTY" : [
"messages.setInlineBotResults"
] ,
"PHOTO_CROP_FILE_MISSING" : [
"photos.uploadProfilePhoto"
] ,
"PHOTO_CROP_SIZE_SMALL" : [
"channels.editPhoto" ,
"messages.editChatPhoto" ,
"photos.updateProfilePhoto" ,
"photos.uploadProfilePhoto"
] ,
"PHOTO_EXT_INVALID" : [
"channels.editPhoto" ,
"messages.editChatPhoto" ,
"messages.sendMedia" ,
"messages.uploadMedia" ,
"photos.updateProfilePhoto" ,
"photos.uploadProfilePhoto"
] ,
"PHOTO_FILE_MISSING" : [
"photos.uploadProfilePhoto"
] ,
"PHOTO_ID_INVALID" : [
"photos.updateProfilePhoto"
] ,
"PHOTO_INVALID" : [
"channels.editPhoto" ,
"messages.editChatPhoto" ,
2022-08-07 17:56:44 +02:00
"messages.setInlineBotResults" ,
"photos.uploadProfilePhoto"
2022-02-23 13:11:58 +01:00
] ,
"PHOTO_INVALID_DIMENSIONS" : [
"messages.sendMedia" ,
"messages.uploadMedia"
] ,
"PHOTO_SAVE_FILE_INVALID" : [
"messages.sendMedia" ,
"messages.uploadMedia"
] ,
"PHOTO_THUMB_URL_EMPTY" : [
"messages.setInlineBotResults"
] ,
"PIN_RESTRICTED" : [
"messages.updatePinnedMessage"
] ,
"PINNED_DIALOGS_TOO_MUCH" : [
"messages.sendMessage" ,
"messages.toggleDialogPin" ,
"updates.getChannelDifference"
] ,
"POLL_ANSWER_INVALID" : [
"messages.sendMedia"
] ,
"POLL_ANSWERS_INVALID" : [
"messages.sendMedia"
] ,
"POLL_OPTION_DUPLICATE" : [
"messages.sendMedia"
] ,
"POLL_OPTION_INVALID" : [
"messages.sendMedia" ,
"messages.sendMessage"
] ,
"POLL_QUESTION_INVALID" : [
"messages.sendMedia"
] ,
2023-09-23 21:31:38 +02:00
"PREMIUM_ACCOUNT_REQUIRED" : [
2024-07-24 20:33:05 +02:00
"channels.reportSponsoredMessage" ,
"stories.activateStealthMode" ,
2023-10-06 19:09:46 +02:00
"stories.applyBoost" ,
2023-10-06 19:07:28 +02:00
"stories.canApplyBoost" ,
2023-10-06 21:22:55 +02:00
"stories.canSendStory" ,
2023-09-23 21:31:38 +02:00
"stories.sendStory"
] ,
2022-02-23 13:11:58 +01:00
"PRIVACY_KEY_INVALID" : [
"account.getPrivacy" ,
"account.setPrivacy"
] ,
"PRIVACY_TOO_LONG" : [
"account.setPrivacy"
] ,
"PRIVACY_VALUE_INVALID" : [
"account.setPrivacy"
] ,
"PUBLIC_KEY_REQUIRED" : [
2024-02-01 19:34:49 +01:00
"account.acceptAuthorization" ,
2022-02-23 13:11:58 +01:00
"account.getAuthorizationForm"
] ,
"QUERY_ID_EMPTY" : [
"messages.sendInlineBotResult"
] ,
"QUERY_ID_INVALID" : [
"bots.answerWebhookJSONQuery" ,
2022-08-09 19:52:29 +02:00
"messages.sendWebViewResultMessage" ,
2022-02-23 13:11:58 +01:00
"messages.setBotCallbackAnswer" ,
"messages.setBotShippingResults" ,
"messages.setInlineBotResults"
] ,
"QUERY_TOO_SHORT" : [
"contacts.search"
] ,
2024-07-24 20:33:05 +02:00
"QUICK_REPLIES_TOO_MUCH" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia"
] ,
2022-02-23 14:09:34 +01:00
"QUIZ_ANSWER_MISSING" : [
"messages.forwardMessages"
] ,
2022-02-23 13:11:58 +01:00
"QUIZ_CORRECT_ANSWER_INVALID" : [
"messages.sendMedia"
] ,
"QUIZ_CORRECT_ANSWERS_EMPTY" : [
"messages.sendMedia"
] ,
"QUIZ_CORRECT_ANSWERS_TOO_MUCH" : [
"messages.sendMedia"
] ,
"QUIZ_MULTIPLE_INVALID" : [
"messages.sendMedia"
] ,
2024-06-16 16:56:41 +02:00
"QUOTE_TEXT_INVALID" : [
"messages.sendMessage"
] ,
"RAISE_HAND_FORBIDDEN" : [
"phone.editGroupCallParticipant"
] ,
2022-02-23 13:11:58 +01:00
"RANDOM_ID_EMPTY" : [
"messages.sendMultiMedia"
] ,
"RANDOM_ID_INVALID" : [
"messages.forwardMessages"
] ,
"RANDOM_LENGTH_INVALID" : [
"messages.getDhConfig"
] ,
"RANGES_INVALID" : [
"updates.getChannelDifference"
] ,
"REACTION_EMPTY" : [
"messages.sendReaction"
] ,
2022-02-23 13:52:19 +01:00
"REACTION_INVALID" : [
2022-09-28 18:04:34 +02:00
"messages.sendReaction" ,
2023-09-23 21:31:38 +02:00
"messages.setDefaultReaction" ,
2024-01-17 23:03:36 +01:00
"messages.updateSavedReactionTag" ,
2023-09-23 21:31:38 +02:00
"stories.sendReaction"
2022-02-23 13:52:19 +01:00
] ,
2022-08-24 20:39:59 +02:00
"REACTIONS_TOO_MANY" : [
"messages.sendReaction"
] ,
2024-07-24 20:33:05 +02:00
"RECEIPT_EMPTY" : [
"payments.assignAppStoreTransaction"
] ,
2022-02-23 13:11:58 +01:00
"REPLY_MARKUP_BUY_EMPTY" : [
"messages.sendMedia"
] ,
2024-06-16 16:56:41 +02:00
"REPLY_MARKUP_GAME_EMPTY" : [
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"REPLY_MARKUP_INVALID" : [
"messages.editMessage" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setInlineBotResults"
] ,
"REPLY_MARKUP_TOO_LONG" : [
2024-01-17 23:03:36 +01:00
"messages.editMessage" ,
2022-08-07 17:56:44 +02:00
"messages.sendMedia" ,
2022-02-23 13:11:58 +01:00
"messages.sendMessage"
] ,
2024-01-20 18:52:29 +01:00
"REPLY_MESSAGE_ID_INVALID" : [
2024-06-16 16:56:41 +02:00
"messages.sendMessage" ,
2024-01-20 18:52:29 +01:00
"messages.sendScreenshotNotification"
] ,
2024-07-24 20:33:05 +02:00
"REPLY_MESSAGES_TOO_MUCH" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia"
] ,
2023-09-23 21:31:38 +02:00
"REPLY_TO_INVALID" : [
"messages.sendMessage"
] ,
2023-11-23 19:51:37 +01:00
"REPLY_TO_USER_INVALID" : [
"messages.sendMessage"
] ,
2024-06-16 16:56:41 +02:00
"REQUEST_TOKEN_INVALID" : [
"upload.reuploadCdnFile"
] ,
2022-02-23 13:11:58 +01:00
"RESET_REQUEST_MISSING" : [
"account.declinePasswordReset"
] ,
"RESULT_ID_DUPLICATE" : [
"messages.setInlineBotResults"
] ,
"RESULT_ID_EMPTY" : [
"messages.sendInlineBotResult"
] ,
2022-08-07 17:56:44 +02:00
"RESULT_ID_INVALID" : [
2023-09-23 21:31:38 +02:00
"messages.sendInlineBotResult" ,
2022-08-07 17:56:44 +02:00
"messages.setInlineBotResults"
] ,
2022-02-23 13:11:58 +01:00
"RESULT_TYPE_INVALID" : [
"messages.setInlineBotResults"
] ,
"RESULTS_TOO_MUCH" : [
"messages.setInlineBotResults"
] ,
"REVOTE_NOT_ALLOWED" : [
"messages.sendVote"
] ,
2022-08-09 19:52:29 +02:00
"RIGHTS_NOT_MODIFIED" : [
"bots.setBotBroadcastDefaultAdminRights" ,
"bots.setBotGroupDefaultAdminRights"
] ,
2024-07-24 20:33:05 +02:00
"RINGTONE_INVALID" : [
"account.saveRingtone"
] ,
"RINGTONE_MIME_INVALID" : [
"account.uploadRingtone"
] ,
2022-02-23 13:11:58 +01:00
"RSA_DECRYPT_FAILED" : [
"upload.getCdnFileHashes" ,
"upload.reuploadCdnFile"
] ,
"SCHEDULE_BOT_NOT_ALLOWED" : [
2024-01-17 23:03:36 +01:00
"messages.forwardMessages" ,
2022-02-23 13:11:58 +01:00
"messages.sendMedia" ,
"messages.sendMessage"
] ,
"SCHEDULE_DATE_INVALID" : [
"messages.editMessage" ,
"phone.createGroupCall"
] ,
"SCHEDULE_DATE_TOO_LATE" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia"
] ,
"SCHEDULE_STATUS_PRIVATE" : [
"messages.sendMessage"
] ,
"SCHEDULE_TOO_MUCH" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia"
] ,
2022-02-23 14:09:34 +01:00
"SCORE_INVALID" : [
"messages.setGameScore"
] ,
2022-02-23 13:11:58 +01:00
"SEARCH_QUERY_EMPTY" : [
"contacts.search" ,
"messages.search" ,
"messages.searchGifs" ,
"messages.searchGlobal"
] ,
2022-03-09 15:22:47 +01:00
"SEARCH_WITH_LINK_NOT_SUPPORTED" : [
2022-02-23 13:52:19 +01:00
"messages.getChatInviteImporters"
] ,
2022-02-23 13:11:58 +01:00
"SECONDS_INVALID" : [
"channels.toggleSlowMode"
] ,
2024-07-24 20:33:05 +02:00
"SECURE_SECRET_REQUIRED" : [
"account.saveSecureValue"
] ,
2022-02-23 13:52:19 +01:00
"SEND_AS_PEER_INVALID" : [
"messages.forwardMessages" ,
2024-06-16 16:56:41 +02:00
"messages.requestWebView" ,
2022-08-07 17:56:44 +02:00
"messages.saveDefaultSendAs" ,
2022-02-23 13:52:19 +01:00
"messages.sendMedia" ,
2022-08-07 17:56:44 +02:00
"messages.sendMessage" ,
"messages.sendMultiMedia"
2022-02-23 13:52:19 +01:00
] ,
2022-02-23 13:11:58 +01:00
"SEND_MESSAGE_MEDIA_INVALID" : [
"messages.setInlineBotResults"
] ,
"SEND_MESSAGE_TYPE_INVALID" : [
"messages.setInlineBotResults"
] ,
"SESSION_TOO_FRESH_%d" : [
"channels.editCreator"
] ,
"SETTINGS_INVALID" : [
"account.updateNotifySettings"
] ,
"SHA256_HASH_INVALID" : [
"messages.getDocumentByHash"
] ,
"SHORT_NAME_INVALID" : [
"stickers.checkShortName"
] ,
"SHORT_NAME_OCCUPIED" : [
"stickers.checkShortName"
] ,
2024-06-16 16:56:41 +02:00
"SHORTCUT_INVALID" : [
"messages.deleteQuickReplyMessages" ,
"messages.deleteQuickReplyShortcut" ,
"messages.editQuickReplyShortcut" ,
"messages.getQuickReplyMessages"
] ,
2023-12-23 22:19:52 +01:00
"SLOTS_EMPTY" : [
"premium.applyBoost"
] ,
2022-02-23 13:11:58 +01:00
"SLOWMODE_MULTI_MSGS_DISABLED" : [
"messages.forwardMessages"
] ,
2023-12-23 22:19:52 +01:00
"SLUG_INVALID" : [
"payments.getPaymentForm"
] ,
2022-02-23 13:11:58 +01:00
"SMS_CODE_CREATE_FAILED" : [
"auth.sendCode"
] ,
2024-06-16 16:56:41 +02:00
"SMSJOB_ID_INVALID" : [
"smsjobs.finishJob" ,
"smsjobs.getSmsJob"
] ,
2022-02-23 13:11:58 +01:00
"SRP_ID_INVALID" : [
"account.updatePasswordSettings" ,
"auth.checkPassword" ,
"channels.editCreator"
] ,
"SRP_PASSWORD_CHANGED" : [
"account.updatePasswordSettings" ,
"auth.checkPassword"
] ,
"START_PARAM_EMPTY" : [
2022-09-03 18:03:14 +02:00
"messages.setInlineBotResults" ,
2022-02-23 13:11:58 +01:00
"messages.startBot"
] ,
"START_PARAM_INVALID" : [
"messages.setInlineBotResults" ,
"messages.startBot"
] ,
"START_PARAM_TOO_LONG" : [
"messages.startBot"
] ,
"STICKER_DOCUMENT_INVALID" : [
"messages.setInlineBotResults"
] ,
"STICKER_EMOJI_INVALID" : [
"stickers.createStickerSet"
] ,
"STICKER_FILE_INVALID" : [
"stickers.createStickerSet"
] ,
2022-02-23 14:09:34 +01:00
"STICKER_GIF_DIMENSIONS" : [
"stickers.createStickerSet"
] ,
2022-02-23 13:11:58 +01:00
"STICKER_ID_INVALID" : [
"messages.faveSticker" ,
"messages.saveRecentSticker"
] ,
"STICKER_INVALID" : [
2023-03-23 19:55:16 +01:00
"stickers.changeSticker" ,
2022-02-23 13:11:58 +01:00
"stickers.changeStickerPosition" ,
2024-06-26 20:39:03 +02:00
"stickers.removeStickerFromSet" ,
"stickers.replaceSticker"
2022-02-23 13:11:58 +01:00
] ,
2023-03-15 20:44:23 +01:00
"STICKER_MIME_INVALID" : [
2023-07-08 17:50:25 +02:00
"channels.editPhoto" ,
2023-03-15 20:44:23 +01:00
"photos.uploadProfilePhoto"
] ,
2022-02-23 13:11:58 +01:00
"STICKER_PNG_DIMENSIONS" : [
"stickers.createStickerSet"
] ,
"STICKER_PNG_NOPNG" : [
"stickers.addStickerToSet" ,
"stickers.createStickerSet"
] ,
"STICKER_TGS_NODOC" : [
"stickers.createStickerSet"
] ,
"STICKER_TGS_NOTGS" : [
"stickers.addStickerToSet" ,
"stickers.createStickerSet"
] ,
"STICKER_THUMB_PNG_NOPNG" : [
"stickers.createStickerSet" ,
"stickers.setStickerSetThumb"
] ,
"STICKER_THUMB_TGS_NOTGS" : [
"stickers.createStickerSet" ,
"stickers.setStickerSetThumb"
] ,
2022-02-23 14:09:34 +01:00
"STICKER_VIDEO_BIG" : [
"stickers.createStickerSet"
] ,
2022-08-07 17:56:44 +02:00
"STICKER_VIDEO_NODOC" : [
"stickers.createStickerSet"
] ,
2022-02-23 14:09:34 +01:00
"STICKER_VIDEO_NOWEBM" : [
"stickers.createStickerSet"
] ,
"STICKERPACK_STICKERS_TOO_MUCH" : [
"stickers.addStickerToSet"
] ,
2022-02-23 13:11:58 +01:00
"STICKERS_EMPTY" : [
"stickers.createStickerSet"
] ,
2022-02-23 14:09:34 +01:00
"STICKERS_TOO_MUCH" : [
"stickers.addStickerToSet"
] ,
2022-02-23 13:11:58 +01:00
"STICKERSET_INVALID" : [
"messages.getStickerSet" ,
"messages.installStickerSet" ,
"messages.uninstallStickerSet" ,
"stickers.addStickerToSet" ,
2023-03-23 19:55:16 +01:00
"stickers.deleteStickerSet" ,
"stickers.renameStickerSet" ,
2022-02-23 13:11:58 +01:00
"stickers.setStickerSetThumb"
] ,
2023-09-23 21:31:38 +02:00
"STORIES_NEVER_CREATED" : [
2023-12-23 22:19:52 +01:00
"stories.getStoriesByID" ,
"stories.readStories"
2023-09-23 21:31:38 +02:00
] ,
2023-10-06 21:22:55 +02:00
"STORIES_TOO_MUCH" : [
2023-10-11 22:25:50 +02:00
"stories.canSendStory" ,
"stories.sendStory"
2023-10-06 21:22:55 +02:00
] ,
2023-09-23 21:31:38 +02:00
"STORY_ID_EMPTY" : [
2024-06-16 16:56:41 +02:00
"stories.deleteStories" ,
2024-01-26 19:08:52 +01:00
"stories.exportStoryLink" ,
2023-09-23 21:31:38 +02:00
"stories.getStoriesByID" ,
2023-12-03 22:34:48 +01:00
"stories.getStoriesViews" ,
2023-11-23 19:51:37 +01:00
"stories.incrementStoryViews" ,
2023-09-23 21:31:38 +02:00
"stories.sendReaction"
] ,
2023-11-23 19:51:37 +01:00
"STORY_ID_INVALID" : [
2024-06-16 16:56:41 +02:00
"messages.sendMedia" ,
2023-11-23 19:51:37 +01:00
"messages.sendMessage" ,
2023-12-23 22:19:52 +01:00
"messages.sendScreenshotNotification" ,
2024-06-16 16:56:41 +02:00
"stories.getStoryViewsList" ,
2024-07-24 20:33:05 +02:00
"stories.sendReaction" ,
"stories.togglePinnedToTop"
2023-11-23 19:51:37 +01:00
] ,
2023-10-06 19:07:28 +02:00
"STORY_NOT_MODIFIED" : [
"stories.editStory"
] ,
2023-09-23 21:31:38 +02:00
"STORY_PERIOD_INVALID" : [
"stories.sendStory"
] ,
2023-10-06 21:22:55 +02:00
"STORY_SEND_FLOOD_MONTHLY_%d" : [
"stories.canSendStory"
] ,
"STORY_SEND_FLOOD_WEEKLY_%d" : [
"stories.canSendStory"
] ,
2022-09-22 10:54:29 +02:00
"SWITCH_PM_TEXT_EMPTY" : [
"messages.setInlineBotResults"
] ,
2024-06-16 16:56:41 +02:00
"SWITCH_WEBVIEW_URL_INVALID" : [
"messages.setInlineBotResults"
] ,
2024-01-20 18:52:29 +01:00
"TAKEOUT_INVALID" : [
2024-06-24 18:51:20 +02:00
"contacts.getSaved" ,
2024-01-20 18:52:29 +01:00
"messages.getHistory"
] ,
2022-02-23 13:11:58 +01:00
"TAKEOUT_REQUIRED" : [
"contacts.getSaved"
] ,
2023-04-26 18:07:18 +02:00
"TASK_ALREADY_EXISTS" : [
"auth.resetLoginEmail"
] ,
2022-02-23 18:40:18 +01:00
"TEMP_AUTH_KEY_ALREADY_BOUND" : [
"auth.bindTempAuthKey"
] ,
2022-02-23 13:11:58 +01:00
"TEMP_AUTH_KEY_EMPTY" : [
"auth.bindTempAuthKey"
] ,
"THEME_FILE_INVALID" : [
"account.uploadTheme"
] ,
"THEME_FORMAT_INVALID" : [
"account.getTheme"
] ,
"THEME_INVALID" : [
"account.getTheme" ,
2024-07-24 20:33:05 +02:00
"account.saveTheme" ,
2022-02-23 13:11:58 +01:00
"account.updateTheme"
] ,
"THEME_MIME_INVALID" : [
2024-07-24 20:33:05 +02:00
"account.createTheme" ,
"account.uploadTheme"
2022-02-23 13:11:58 +01:00
] ,
2022-08-07 17:56:44 +02:00
"THEME_TITLE_INVALID" : [
"account.createTheme"
] ,
2024-06-26 20:39:03 +02:00
"TIMEZONE_INVALID" : [
"account.updateBusinessWorkHours"
] ,
2022-02-23 13:11:58 +01:00
"TITLE_INVALID" : [
"stickers.suggestShortName"
] ,
"TMP_PASSWORD_DISABLED" : [
"account.getTmpPassword"
] ,
2022-08-07 17:56:44 +02:00
"TO_LANG_INVALID" : [
"messages.translateText"
] ,
2023-03-15 20:44:23 +01:00
"TOKEN_EMPTY" : [
"account.registerDevice"
] ,
2022-02-23 13:11:58 +01:00
"TOKEN_INVALID" : [
"account.registerDevice" ,
"account.unregisterDevice"
] ,
2023-03-15 20:44:23 +01:00
"TOKEN_TYPE_INVALID" : [
"account.registerDevice"
] ,
2023-10-03 20:18:13 +02:00
"TOPIC_CLOSE_SEPARATELY" : [
"channels.editForumTopic"
] ,
2023-03-15 20:44:23 +01:00
"TOPIC_CLOSED" : [
"messages.forwardMessages" ,
"messages.sendMedia" ,
2023-09-23 21:31:38 +02:00
"messages.sendMessage" ,
"messages.sendMultiMedia"
2023-03-15 20:44:23 +01:00
] ,
2023-03-15 20:55:35 +01:00
"TOPIC_DELETED" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia"
] ,
2023-10-03 20:46:11 +02:00
"TOPIC_HIDE_SEPARATELY" : [
"channels.editForumTopic"
] ,
2023-03-15 20:44:23 +01:00
"TOPIC_ID_INVALID" : [
2023-07-08 17:50:25 +02:00
"channels.deleteTopicHistory" ,
2023-03-25 16:23:50 +01:00
"channels.editForumTopic" ,
2024-02-01 19:34:49 +01:00
"channels.updatePinnedForumTopic" ,
2023-07-08 17:50:25 +02:00
"messages.getDiscussionMessage" ,
"messages.getReplies"
2023-03-15 20:44:23 +01:00
] ,
2023-03-25 16:23:50 +01:00
"TOPIC_NOT_MODIFIED" : [
"channels.editForumTopic"
] ,
2023-10-03 20:18:13 +02:00
"TOPIC_TITLE_EMPTY" : [
"channels.createForumTopic"
] ,
2023-07-08 17:50:25 +02:00
"TOPICS_EMPTY" : [
"channels.getForumTopicsByID"
] ,
2023-03-15 20:44:23 +01:00
"TRANSCRIPTION_FAILED" : [
"messages.transcribeAudio"
] ,
2024-06-16 16:56:41 +02:00
"TRANSLATE_REQ_QUOTA_EXCEEDED" : [
"messages.translateText"
] ,
2022-02-23 13:11:58 +01:00
"TTL_DAYS_INVALID" : [
2023-03-20 10:56:45 +01:00
"account.setAccountTTL" ,
"account.setAuthorizationTTL"
2022-02-23 13:11:58 +01:00
] ,
"TTL_MEDIA_INVALID" : [
"messages.sendMedia"
] ,
"TTL_PERIOD_INVALID" : [
2023-07-08 17:50:25 +02:00
"channels.createChannel" ,
2023-10-06 19:07:28 +02:00
"messages.createChat" ,
2024-02-01 19:34:49 +01:00
"messages.setDefaultHistoryTTL" ,
2022-02-23 13:11:58 +01:00
"messages.setHistoryTTL"
] ,
"TYPES_EMPTY" : [
"contacts.getTopPeers"
] ,
"UNTIL_DATE_INVALID" : [
2023-12-23 22:19:52 +01:00
"messages.editChatDefaultBannedRights" ,
"payments.getPaymentForm"
2022-02-23 13:11:58 +01:00
] ,
"URL_INVALID" : [
2024-06-16 16:56:41 +02:00
"messages.requestSimpleWebView" ,
2022-02-23 13:52:19 +01:00
"messages.setBotCallbackAnswer" ,
"messages.setInlineBotResults"
2022-02-23 13:11:58 +01:00
] ,
"USAGE_LIMIT_INVALID" : [
2024-01-17 23:03:36 +01:00
"messages.editExportedChatInvite" ,
2022-02-23 13:11:58 +01:00
"messages.exportChatInvite"
] ,
"USER_ADMIN_INVALID" : [
"channels.editBanned"
] ,
2022-02-23 14:09:34 +01:00
"USER_ALREADY_INVITED" : [
"phone.inviteToGroupCall"
] ,
2022-02-23 13:11:58 +01:00
"USER_ALREADY_PARTICIPANT" : [
"channels.joinChannel" ,
"messages.addChatUser" ,
2023-03-15 20:44:23 +01:00
"messages.hideChatJoinRequest" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite"
] ,
"USER_BANNED_IN_CHANNEL" : [
2022-02-23 13:52:19 +01:00
"channels.getChannels" ,
"channels.getMessages" ,
2022-02-23 13:11:58 +01:00
"channels.inviteToChannel" ,
2022-02-23 13:52:19 +01:00
"channels.leaveChannel" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
2023-03-15 20:44:23 +01:00
"messages.sendMultiMedia" ,
2022-08-07 17:56:44 +02:00
"messages.sendReaction" ,
2022-02-23 13:11:58 +01:00
"messages.setTyping" ,
"messages.updatePinnedMessage" ,
"messages.uploadMedia" ,
2022-02-23 13:52:19 +01:00
"updates.getChannelDifference" ,
"users.getUsers"
2022-02-23 13:11:58 +01:00
] ,
"USER_BLOCKED" : [
"channels.editAdmin" ,
"channels.inviteToChannel"
] ,
"USER_BOT" : [
"channels.inviteToChannel"
] ,
"USER_BOT_INVALID" : [
"bots.answerWebhookJSONQuery" ,
2022-08-07 17:56:44 +02:00
"bots.getBotCommands" ,
2023-04-13 20:34:06 +02:00
"bots.getBotInfo" ,
2022-02-23 13:11:58 +01:00
"bots.sendCustomRequest" ,
2023-04-25 21:39:40 +02:00
"bots.setBotInfo" ,
2022-02-23 13:11:58 +01:00
"messages.setInlineBotResults"
] ,
"USER_BOT_REQUIRED" : [
2024-07-24 20:33:05 +02:00
"bots.answerWebhookJSONQuery" ,
"bots.getBotCommands" ,
2022-08-07 17:56:44 +02:00
"bots.getBotMenuButton" ,
2024-07-24 20:33:05 +02:00
"bots.resetBotCommands" ,
"bots.sendCustomRequest" ,
"bots.setBotBroadcastDefaultAdminRights" ,
2022-09-13 17:44:55 +02:00
"bots.setBotCommands" ,
2023-03-15 20:44:23 +01:00
"bots.setBotGroupDefaultAdminRights" ,
2024-07-24 20:33:05 +02:00
"bots.setBotMenuButton" ,
"help.setBotUpdatesStatus" ,
2022-02-23 13:11:58 +01:00
"messages.getGameHighScores" ,
"messages.getInlineGameHighScores" ,
2024-07-24 20:33:05 +02:00
"messages.sendWebViewResultMessage" ,
2023-03-15 20:44:23 +01:00
"messages.setBotCallbackAnswer" ,
2024-07-24 20:33:05 +02:00
"messages.setBotPrecheckoutResults" ,
"messages.setBotShippingResults" ,
2022-02-23 13:11:58 +01:00
"messages.setGameScore" ,
2024-07-24 20:33:05 +02:00
"messages.setInlineBotResults" ,
2022-08-24 20:39:59 +02:00
"messages.setInlineGameScore" ,
2024-06-26 20:39:03 +02:00
"payments.refundStarsCharge" ,
2022-08-24 20:39:59 +02:00
"users.setSecureValueErrors"
2022-02-23 13:11:58 +01:00
] ,
"USER_CHANNELS_TOO_MUCH" : [
"channels.inviteToChannel" ,
"channels.joinChannel" ,
2022-08-07 17:56:44 +02:00
"messages.hideAllChatJoinRequests" ,
2022-02-23 13:11:58 +01:00
"messages.importChatInvite"
] ,
"USER_CREATOR" : [
"channels.editAdmin" ,
"channels.leaveChannel"
] ,
"USER_ID_INVALID" : [
"auth.importAuthorization" ,
2023-03-15 20:44:23 +01:00
"bots.setBotCommands" ,
2022-02-23 13:11:58 +01:00
"channels.deleteUserHistory" ,
"channels.editAdmin" ,
"channels.editBanned" ,
"channels.editCreator" ,
"channels.getParticipant" ,
"channels.inviteToChannel" ,
"channels.reportSpam" ,
"messages.addChatUser" ,
"messages.deleteChatUser" ,
"messages.editChatAdmin" ,
"messages.getCommonChats" ,
2022-08-24 20:39:59 +02:00
"messages.hideChatJoinRequest" ,
2023-07-08 17:50:25 +02:00
"messages.reportReaction" ,
2022-02-23 13:11:58 +01:00
"messages.requestEncryption" ,
"messages.search" ,
2024-06-26 20:39:03 +02:00
"payments.refundStarsCharge" ,
2022-02-23 13:11:58 +01:00
"phone.requestCall" ,
"photos.getUserPhotos" ,
2023-03-23 19:55:16 +01:00
"photos.uploadContactProfilePhoto" ,
2022-02-23 13:11:58 +01:00
"stickers.createStickerSet" ,
2023-10-02 22:03:52 +02:00
"stories.getPinnedStories" ,
2023-07-23 13:03:06 +02:00
"stories.getUserStories" ,
2022-02-23 13:11:58 +01:00
"users.getFullUser" ,
"users.setSecureValueErrors"
] ,
"USER_INVALID" : [
"help.editUserInfo" ,
"help.getSupportName" ,
"help.getUserInfo"
] ,
"USER_IS_BLOCKED" : [
"messages.addChatUser" ,
"messages.forwardMessages" ,
"messages.sendEncryptedService" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setTyping" ,
"phone.requestCall"
] ,
"USER_IS_BOT" : [
"messages.forwardMessages" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setTyping"
] ,
"USER_KICKED" : [
"channels.inviteToChannel"
] ,
"USER_NOT_MUTUAL_CONTACT" : [
"channels.editAdmin" ,
"channels.inviteToChannel" ,
"messages.addChatUser" ,
"messages.checkHistoryImportPeer"
] ,
"USER_NOT_PARTICIPANT" : [
"channels.getParticipant" ,
"channels.leaveChannel" ,
"messages.deleteChatUser" ,
2023-03-15 20:44:23 +01:00
"messages.editChatAdmin" ,
"updates.getDifference"
2022-02-23 13:11:58 +01:00
] ,
2023-10-06 19:07:28 +02:00
"USER_PUBLIC_MISSING" : [
"stories.exportStoryLink"
] ,
2022-02-23 13:11:58 +01:00
"USER_VOLUME_INVALID" : [
"phone.editGroupCallParticipant"
] ,
"USERNAME_INVALID" : [
"account.checkUsername" ,
2023-03-23 19:55:16 +01:00
"account.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"account.updateUsername" ,
"channels.checkUsername" ,
2023-04-13 20:34:06 +02:00
"channels.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"channels.updateUsername" ,
"contacts.resolveUsername" ,
2022-09-03 18:03:14 +02:00
"help.getConfig" ,
"updates.getDifference"
2022-02-23 13:11:58 +01:00
] ,
"USERNAME_NOT_MODIFIED" : [
2024-07-24 20:33:05 +02:00
"account.reorderUsernames" ,
"account.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"account.updateUsername" ,
2024-07-24 20:33:05 +02:00
"bots.reorderUsernames" ,
"bots.toggleUsername" ,
"channels.toggleUsername" ,
2022-02-23 13:11:58 +01:00
"channels.updateUsername"
] ,
"USERNAME_NOT_OCCUPIED" : [
"contacts.resolveUsername"
] ,
"USERNAME_OCCUPIED" : [
2023-03-15 20:44:23 +01:00
"account.checkUsername" ,
"account.updateUsername" ,
"channels.checkUsername" ,
2023-07-08 17:50:25 +02:00
"channels.updateUsername" ,
"users.getFullUser"
2023-03-15 20:44:23 +01:00
] ,
"USERNAME_PURCHASE_AVAILABLE" : [
"account.checkUsername" ,
2022-02-23 13:11:58 +01:00
"account.updateUsername" ,
2023-03-15 20:44:23 +01:00
"channels.checkUsername" ,
2022-02-23 13:11:58 +01:00
"channels.updateUsername"
] ,
2023-04-18 22:06:15 +02:00
"USERNAMES_ACTIVE_TOO_MUCH" : [
"account.toggleUsername" ,
"channels.toggleUsername"
] ,
2022-02-23 13:11:58 +01:00
"USERPIC_UPLOAD_REQUIRED" : [
"contacts.getLocated"
] ,
"USERS_TOO_FEW" : [
"messages.createChat"
] ,
"USERS_TOO_MUCH" : [
"channels.editAdmin" ,
"channels.inviteToChannel" ,
"channels.joinChannel" ,
"messages.addChatUser" ,
"messages.importChatInvite"
] ,
2023-10-06 19:07:28 +02:00
"VENUE_ID_INVALID" : [
"stories.sendStory"
] ,
2022-02-23 13:11:58 +01:00
"VIDEO_CONTENT_TYPE_INVALID" : [
"messages.sendMedia"
] ,
"VIDEO_FILE_INVALID" : [
"photos.uploadProfilePhoto"
] ,
2024-06-16 16:56:41 +02:00
"VIDEO_PAUSE_FORBIDDEN" : [
"phone.editGroupCallParticipant"
] ,
"VIDEO_STOP_FORBIDDEN" : [
"phone.editGroupCallParticipant"
] ,
2022-02-23 13:11:58 +01:00
"VIDEO_TITLE_EMPTY" : [
"messages.setInlineBotResults"
] ,
2022-08-15 19:37:54 +02:00
"VOICE_MESSAGES_FORBIDDEN" : [
2023-03-15 20:44:23 +01:00
"messages.sendInlineBotResult" ,
"messages.sendMedia"
2022-08-15 19:37:54 +02:00
] ,
2022-02-23 13:11:58 +01:00
"WALLPAPER_FILE_INVALID" : [
"account.uploadWallPaper"
] ,
"WALLPAPER_INVALID" : [
2023-03-15 20:44:23 +01:00
"account.getMultiWallPapers" ,
2022-02-23 13:11:58 +01:00
"account.getWallPaper" ,
"account.installWallPaper" ,
2023-04-26 16:19:53 +02:00
"account.saveWallPaper" ,
"messages.setChatWallPaper"
2022-02-23 13:11:58 +01:00
] ,
"WALLPAPER_MIME_INVALID" : [
"account.uploadWallPaper"
] ,
2023-12-09 20:01:16 +01:00
"WALLPAPER_NOT_FOUND" : [
"messages.setChatWallPaper"
] ,
2022-02-23 13:11:58 +01:00
"WC_CONVERT_URL_INVALID" : [
2022-08-07 17:56:44 +02:00
"messages.getWebPage" ,
"messages.sendMessage"
2022-02-23 13:11:58 +01:00
] ,
"WEBDOCUMENT_INVALID" : [
"messages.setInlineBotResults"
] ,
"WEBDOCUMENT_MIME_INVALID" : [
2022-08-07 17:56:44 +02:00
"messages.sendMedia" ,
2022-02-23 13:11:58 +01:00
"messages.setInlineBotResults"
] ,
"WEBDOCUMENT_SIZE_TOO_BIG" : [
"messages.setInlineBotResults"
] ,
"WEBDOCUMENT_URL_INVALID" : [
"messages.setInlineBotResults"
] ,
"WEBPAGE_CURL_FAILED" : [
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.uploadMedia"
] ,
"WEBPAGE_MEDIA_EMPTY" : [
"messages.sendInlineBotResult" ,
"messages.sendMedia"
] ,
2023-12-23 22:19:52 +01:00
"WEBPAGE_NOT_FOUND" : [
2024-06-16 16:56:41 +02:00
"messages.editMessage" ,
2023-12-23 22:19:52 +01:00
"messages.sendMedia"
] ,
"WEBPAGE_URL_INVALID" : [
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"WEBPUSH_AUTH_INVALID" : [
"account.registerDevice"
] ,
"WEBPUSH_KEY_INVALID" : [
"account.registerDevice"
] ,
"WEBPUSH_TOKEN_INVALID" : [
"account.registerDevice"
] ,
"YOU_BLOCKED_USER" : [
"messages.addChatUser" ,
"messages.forwardMessage" ,
"messages.forwardMessages" ,
2024-01-17 23:03:36 +01:00
"messages.requestWebView" ,
2022-02-23 13:11:58 +01:00
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendScreenshotNotification"
2024-06-16 16:56:41 +02:00
] ,
"BOT_METHOD_INVALID" : [ ] ,
"CONNECTION_DEVICE_MODEL_EMPTY" : [ ] ,
"CONNECTION_LANG_PACK_INVALID" : [ ] ,
"CONNECTION_NOT_INITED" : [ ] ,
"CONNECTION_SYSTEM_EMPTY" : [ ] ,
"CONNECTION_SYSTEM_LANG_CODE_EMPTY" : [ ] ,
"FILE_MIGRATE_%d" : [ ] ,
"FILE_PART_%d_MISSING" : [ ] ,
"INPUT_CONSTRUCTOR_INVALID" : [ ] ,
"INPUT_FETCH_ERROR" : [ ] ,
"INPUT_FETCH_FAIL" : [ ] ,
"INPUT_LAYER_INVALID" : [ ] ,
"INPUT_METHOD_INVALID" : [ ] ,
"INPUT_REQUEST_TOO_LONG" : [ ] ,
"PEER_FLOOD" : [ ] ,
"STICKERSET_NOT_MODIFIED" : [ ] ,
"TMP_PASSWORD_INVALID" : [ ] ,
"WEBDOCUMENT_URL_EMPTY" : [ ]
2022-02-23 13:11:58 +01:00
} ,
"403" : {
2023-09-23 21:31:38 +02:00
"ANONYMOUS_REACTIONS_DISABLED" : [
"messages.sendReaction"
] ,
2022-02-23 13:11:58 +01:00
"BROADCAST_FORBIDDEN" : [
2022-08-07 17:56:44 +02:00
"messages.getMessageReactionsList" ,
2022-02-23 13:11:58 +01:00
"messages.getPollVotes"
] ,
"CHANNEL_PUBLIC_GROUP_NA" : [
"channels.getFullChannel" ,
"channels.leaveChannel" ,
"updates.getChannelDifference"
] ,
2024-07-24 20:33:05 +02:00
"CHAT_ACTION_FORBIDDEN" : [
"messages.deleteFactCheck" ,
"messages.editFactCheck"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_ADMIN_INVITE_REQUIRED" : [
"channels.editAdmin"
] ,
"CHAT_ADMIN_REQUIRED" : [
2023-03-15 20:55:35 +01:00
"channels.deleteUserHistory" ,
"channels.editAdmin" ,
"channels.editBanned" ,
2023-11-23 19:51:37 +01:00
"channels.editForumTopic" ,
2023-03-15 20:55:35 +01:00
"channels.editPhoto" ,
"channels.editTitle" ,
"channels.getAdminLog" ,
"channels.getParticipant" ,
"channels.getParticipants" ,
"channels.inviteToChannel" ,
"channels.updateUsername" ,
"messages.addChatUser" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
2023-03-15 20:55:35 +01:00
"messages.forwardMessages" ,
"messages.migrateChat" ,
"messages.search" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"stats.getBroadcastStats" ,
"stats.getMegagroupStats"
2022-02-23 13:11:58 +01:00
] ,
2022-08-07 17:56:44 +02:00
"CHAT_GUEST_SEND_FORBIDDEN" : [
2023-07-08 17:50:25 +02:00
"messages.forwardMessages" ,
2023-03-15 20:44:23 +01:00
"messages.sendInlineBotResult" ,
2022-08-07 17:56:44 +02:00
"messages.sendMedia" ,
"messages.sendMessage"
] ,
2023-03-15 20:44:23 +01:00
"CHAT_SEND_AUDIOS_FORBIDDEN" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia"
] ,
"CHAT_SEND_DOCS_FORBIDDEN" : [
2023-09-23 21:31:38 +02:00
"messages.forwardMessages" ,
2023-03-15 20:44:23 +01:00
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_SEND_GAME_FORBIDDEN" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult"
] ,
"CHAT_SEND_GIFS_FORBIDDEN" : [
2023-03-15 20:44:23 +01:00
"messages.editMessage" ,
2022-02-23 13:11:58 +01:00
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia"
] ,
"CHAT_SEND_INLINE_FORBIDDEN" : [
"messages.sendInlineBotResult"
] ,
"CHAT_SEND_MEDIA_FORBIDDEN" : [
2023-03-15 20:44:23 +01:00
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMultiMedia"
] ,
"CHAT_SEND_PHOTOS_FORBIDDEN" : [
2022-02-23 13:11:58 +01:00
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
2023-07-08 17:50:25 +02:00
"messages.sendMedia" ,
"messages.sendMultiMedia"
2022-02-23 13:11:58 +01:00
] ,
2023-03-15 20:44:23 +01:00
"CHAT_SEND_PLAIN_FORBIDDEN" : [
"messages.forwardMessages" ,
2024-01-17 23:03:36 +01:00
"messages.sendInlineBotResult" ,
2023-12-23 22:19:52 +01:00
"messages.sendMedia" ,
2023-03-15 20:44:23 +01:00
"messages.sendMessage"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_SEND_POLL_FORBIDDEN" : [
"messages.forwardMessages" ,
"messages.sendMedia"
] ,
2024-06-16 16:56:41 +02:00
"CHAT_SEND_ROUNDVIDEOS_FORBIDDEN" : [
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_SEND_STICKERS_FORBIDDEN" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia"
] ,
2023-03-15 20:44:23 +01:00
"CHAT_SEND_VIDEOS_FORBIDDEN" : [
"messages.forwardMessages" ,
2023-07-08 17:50:25 +02:00
"messages.sendMedia" ,
"messages.sendMultiMedia"
2023-03-15 20:44:23 +01:00
] ,
"CHAT_SEND_VOICES_FORBIDDEN" : [
2023-04-27 17:56:14 +02:00
"messages.forwardMessages" ,
2023-03-15 20:44:23 +01:00
"messages.sendInlineBotResult" ,
"messages.sendMedia"
] ,
2022-02-23 13:11:58 +01:00
"CHAT_WRITE_FORBIDDEN" : [
2022-08-07 17:56:44 +02:00
"channels.convertToGigagroup" ,
2023-07-08 17:50:25 +02:00
"channels.createForumTopic" ,
2022-02-23 13:11:58 +01:00
"channels.deleteChannel" ,
2022-08-07 17:56:44 +02:00
"channels.deleteParticipantHistory" ,
2022-02-23 13:11:58 +01:00
"channels.deleteUserHistory" ,
"channels.editAdmin" ,
"channels.editBanned" ,
"channels.editCreator" ,
"channels.editPhoto" ,
"channels.editTitle" ,
"channels.getAdminLog" ,
"channels.inviteToChannel" ,
2023-04-13 20:34:06 +02:00
"channels.setDiscussionGroup" ,
2022-02-23 13:11:58 +01:00
"channels.updateUsername" ,
"invokeWithLayer" ,
"messages.addChatUser" ,
"messages.editChatAbout" ,
"messages.editChatDefaultBannedRights" ,
2023-03-15 20:44:23 +01:00
"messages.editExportedChatInvite" ,
2022-02-23 13:11:58 +01:00
"messages.editMessage" ,
"messages.exportChatInvite" ,
"messages.forwardMessages" ,
2022-02-23 13:52:19 +01:00
"messages.getAdminsWithInvites" ,
2022-08-07 17:56:44 +02:00
"messages.getChatInviteImporters" ,
2023-03-15 20:44:23 +01:00
"messages.getDialogs" ,
2022-08-07 17:56:44 +02:00
"messages.getExportedChatInvite" ,
2022-08-08 10:01:00 +02:00
"messages.getExportedChatInvites" ,
2022-08-07 17:56:44 +02:00
"messages.getMessageEditData" ,
"messages.hideAllChatJoinRequests" ,
2023-07-08 17:50:25 +02:00
"messages.hideChatJoinRequest" ,
2022-02-23 13:11:58 +01:00
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
2022-02-23 13:52:19 +01:00
"messages.sendMultiMedia" ,
2022-08-07 17:56:44 +02:00
"messages.sendReaction" ,
2022-02-23 13:11:58 +01:00
"messages.setTyping" ,
2022-08-07 17:56:44 +02:00
"messages.startBot" ,
2022-02-23 13:11:58 +01:00
"messages.updatePinnedMessage" ,
"messages.uploadMedia" ,
"updates.getChannelDifference" ,
"updates.getDifference"
] ,
2022-02-23 13:52:19 +01:00
"EDIT_BOT_INVITE_FORBIDDEN" : [
"messages.editExportedChatInvite"
] ,
2022-08-07 17:56:44 +02:00
"GROUPCALL_ALREADY_STARTED" : [
2024-07-30 18:40:08 +02:00
"phone.startScheduledGroupCall" ,
2022-08-07 17:56:44 +02:00
"phone.toggleGroupCallStartSubscription"
] ,
2022-02-23 13:11:58 +01:00
"GROUPCALL_FORBIDDEN" : [
2022-02-23 13:52:19 +01:00
"messages.setTyping" ,
2023-03-15 20:44:23 +01:00
"phone.discardGroupCall" ,
2022-08-07 17:56:44 +02:00
"phone.editGroupCallParticipant" ,
"phone.editGroupCallTitle" ,
2023-07-23 13:03:06 +02:00
"phone.getGroupCall" ,
2022-08-07 17:56:44 +02:00
"phone.inviteToGroupCall" ,
"phone.joinGroupCall" ,
"phone.toggleGroupCallRecord"
2022-02-23 13:11:58 +01:00
] ,
"INLINE_BOT_REQUIRED" : [
"messages.editMessage"
] ,
"MESSAGE_AUTHOR_REQUIRED" : [
"messages.editMessage" ,
"messages.getMessageEditData"
] ,
"MESSAGE_DELETE_FORBIDDEN" : [
"channels.deleteMessages" ,
2024-06-16 16:56:41 +02:00
"messages.deleteMessages" ,
"messages.deleteScheduledMessages"
] ,
"NOT_ELIGIBLE" : [
"smsjobs.isEligibleToJoin"
2022-02-23 13:11:58 +01:00
] ,
"PARTICIPANT_JOIN_MISSING" : [
"phone.joinGroupCallPresentation"
] ,
"POLL_VOTE_REQUIRED" : [
"messages.getPollVotes"
] ,
2022-08-07 17:56:44 +02:00
"PREMIUM_ACCOUNT_REQUIRED" : [
2024-07-24 20:33:05 +02:00
"account.createBusinessChatLink" ,
"account.editBusinessChatLink" ,
2024-06-26 20:39:03 +02:00
"account.setGlobalPrivacySettings" ,
2024-07-24 20:33:05 +02:00
"account.updateColor" ,
"account.updateConnectedBot" ,
2023-12-03 22:34:48 +01:00
"channels.createForumTopic" ,
2024-07-24 20:33:05 +02:00
"messages.checkQuickReplyShortcut" ,
"messages.editQuickReplyShortcut" ,
"messages.forwardMessages" ,
"messages.reorderQuickReplies" ,
2022-08-07 17:56:44 +02:00
"messages.sendMedia" ,
2024-07-24 20:33:05 +02:00
"messages.sendQuickReplyMessages" ,
2023-03-15 20:44:23 +01:00
"messages.sendReaction" ,
2024-07-24 20:33:05 +02:00
"messages.toggleDialogFilterTags" ,
"messages.transcribeAudio" ,
"messages.updateSavedReactionTag"
2022-08-07 17:56:44 +02:00
] ,
2024-02-01 19:34:49 +01:00
"PRIVACY_PREMIUM_REQUIRED" : [
2024-06-16 16:56:41 +02:00
"messages.forwardMessages" ,
"messages.requestWebView" ,
"messages.sendMedia" ,
2024-02-01 19:34:49 +01:00
"messages.sendMessage"
] ,
2022-09-03 18:03:14 +02:00
"PUBLIC_CHANNEL_MISSING" : [
"phone.exportGroupCallInvite"
] ,
2022-02-23 13:11:58 +01:00
"RIGHT_FORBIDDEN" : [
"channels.editAdmin"
] ,
"SENSITIVE_CHANGE_FORBIDDEN" : [
"account.setContentSettings"
] ,
"TAKEOUT_REQUIRED" : [
"account.finishTakeoutSession" ,
"channels.getLeftChannels" ,
"contacts.getSaved"
] ,
"USER_BOT_INVALID" : [
"bots.answerWebhookJSONQuery" ,
"bots.sendCustomRequest" ,
2022-08-07 17:56:44 +02:00
"messages.setInlineBotResults" ,
"users.setSecureValueErrors"
2022-02-23 13:11:58 +01:00
] ,
"USER_CHANNELS_TOO_MUCH" : [
"channels.editAdmin" ,
2023-03-15 20:44:23 +01:00
"channels.inviteToChannel" ,
"messages.hideChatJoinRequest"
2022-02-23 13:11:58 +01:00
] ,
"USER_DELETED" : [
"messages.sendEncryptedService"
] ,
"USER_INVALID" : [
2023-03-15 20:55:35 +01:00
"help.editUserInfo" ,
2022-02-23 13:11:58 +01:00
"help.getSupportName" ,
"help.getUserInfo"
] ,
"USER_IS_BLOCKED" : [
"messages.forwardMessages" ,
"messages.sendEncrypted" ,
"messages.sendEncryptedService" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setTyping" ,
"phone.requestCall"
] ,
"USER_NOT_MUTUAL_CONTACT" : [
"channels.editAdmin" ,
"channels.inviteToChannel" ,
"messages.addChatUser"
] ,
2024-08-05 21:26:23 +02:00
"USER_NOT_PARTICIPANT" : [
"phone.inviteToGroupCall"
] ,
2022-02-23 13:11:58 +01:00
"USER_PRIVACY_RESTRICTED" : [
"channels.editAdmin" ,
"channels.inviteToChannel" ,
"help.getConfig" ,
"messages.addChatUser" ,
2024-06-24 18:51:20 +02:00
"messages.getOutboxReadDate" ,
2022-02-23 13:11:58 +01:00
"phone.requestCall"
] ,
"USER_RESTRICTED" : [
"channels.createChannel" ,
"channels.editAdmin" ,
"messages.createChat"
2023-09-23 21:31:38 +02:00
] ,
"VOICE_MESSAGES_FORBIDDEN" : [
"messages.forwardMessages"
2024-06-16 16:56:41 +02:00
] ,
2024-06-24 18:51:20 +02:00
"YOUR_PRIVACY_RESTRICTED" : [
"messages.getOutboxReadDate"
] ,
2024-06-16 16:56:41 +02:00
"CHAT_FORBIDDEN" : [ ]
2023-09-23 21:31:38 +02:00
} ,
"500" : {
"AUTH_RESTART" : [
"auth.sendCode" ,
"auth.signIn"
] ,
"CALL_OCCUPY_FAILED" : [
"phone.acceptCall" ,
"phone.discardCall"
] ,
"CDN_UPLOAD_TIMEOUT" : [
"upload.reuploadCdnFile"
] ,
"CHAT_ID_GENERATE_FAILED" : [
"messages.createChat"
] ,
2023-11-23 19:51:37 +01:00
"CHAT_INVALID" : [
2023-12-03 22:34:48 +01:00
"channels.createChannel" ,
2023-11-23 19:51:37 +01:00
"messages.migrateChat"
] ,
2023-09-23 21:31:38 +02:00
"MSG_WAIT_FAILED" : [
"messages.editMessage" ,
"messages.receivedQueue" ,
"messages.sendEncrypted" ,
"messages.sendEncryptedService" ,
"messages.sendMessage"
] ,
"PERSISTENT_TIMESTAMP_OUTDATED" : [
"updates.getChannelDifference"
] ,
"RANDOM_ID_DUPLICATE" : [
"messages.forwardMessages" ,
"messages.sendInlineBotResult" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.sendMultiMedia" ,
2024-06-16 16:56:41 +02:00
"messages.sendScheduledMessages" ,
2023-09-23 21:31:38 +02:00
"messages.startBot" ,
"updates.getDifference"
] ,
2023-11-23 19:51:37 +01:00
"SEND_MEDIA_INVALID" : [
"messages.sendInlineBotResult"
] ,
2023-09-23 21:31:38 +02:00
"SIGN_IN_FAILED" : [
"auth.signIn"
2022-02-23 13:11:58 +01:00
]
} ,
2022-02-23 19:03:20 +01:00
"406" : {
2023-12-09 20:01:16 +01:00
"BANNED_RIGHTS_INVALID" : [
"channels.editBanned"
] ,
2024-07-24 20:33:05 +02:00
"BUSINESS_ADDRESS_ACTIVE" : [
"contacts.getLocated"
] ,
2023-09-23 21:31:38 +02:00
"CALL_PROTOCOL_COMPAT_LAYER_INVALID" : [
"phone.acceptCall"
] ,
2022-02-23 19:03:20 +01:00
"CHANNEL_PRIVATE" : [
2023-03-15 20:55:35 +01:00
"channels.deleteChannel" ,
"channels.deleteMessages" ,
"channels.editBanned" ,
"channels.getAdminLog" ,
"channels.getChannels" ,
2022-02-23 19:03:20 +01:00
"channels.getFullChannel" ,
2023-03-15 20:55:35 +01:00
"channels.getMessages" ,
"channels.getParticipant" ,
"channels.getParticipants" ,
"channels.inviteToChannel" ,
"channels.joinChannel" ,
"channels.leaveChannel" ,
"channels.readHistory" ,
"channels.readMessageContents" ,
"messages.checkChatInvite" ,
"messages.editMessage" ,
"messages.forwardMessages" ,
"messages.getHistory" ,
"messages.getInlineBotResults" ,
"messages.getMessagesViews" ,
"messages.getPeerDialogs" ,
"messages.sendMedia" ,
"messages.sendMessage" ,
"messages.setTyping" ,
"updates.getChannelDifference"
2022-02-23 19:03:20 +01:00
] ,
"CHANNEL_TOO_LARGE" : [
"channels.deleteChannel"
] ,
"CHAT_FORWARDS_RESTRICTED" : [
"messages.forwardMessages"
] ,
"FILEREF_UPGRADE_NEEDED" : [
"upload.getFile"
] ,
"FRESH_CHANGE_ADMINS_FORBIDDEN" : [
"channels.editAdmin"
] ,
"FRESH_CHANGE_PHONE_FORBIDDEN" : [
"account.sendChangePhoneCode"
] ,
"FRESH_RESET_AUTHORISATION_FORBIDDEN" : [
"account.resetAuthorization" ,
"account.setAuthorizationTTL" ,
"auth.resetAuthorizations"
] ,
"INVITE_HASH_EXPIRED" : [
"channels.joinChannel" ,
2023-03-15 20:55:35 +01:00
"invokeWithLayer" ,
2022-02-23 19:03:20 +01:00
"messages.checkChatInvite" ,
"messages.importChatInvite"
] ,
2023-03-15 20:44:23 +01:00
"PAYMENT_UNSUPPORTED" : [
2023-10-06 19:07:28 +02:00
"messages.forwardMessages" ,
2023-03-15 20:44:23 +01:00
"messages.sendMessage"
] ,
2022-02-23 19:03:20 +01:00
"PHONE_NUMBER_INVALID" : [
"account.changePhone" ,
"account.sendChangePhoneCode" ,
"auth.cancelCode" ,
"auth.checkPhone" ,
"auth.resendCode" ,
"auth.sendCode" ,
"auth.signIn" ,
"auth.signUp"
] ,
"PHONE_PASSWORD_FLOOD" : [
"auth.sendCode"
] ,
2024-08-02 18:54:22 +02:00
"PREMIUM_CURRENTLY_UNAVAILABLE" : [
"payments.canPurchasePremium"
] ,
2022-02-23 19:03:20 +01:00
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN" : [
"messages.initHistoryImport"
] ,
2024-01-26 19:08:52 +01:00
"PRIVACY_PREMIUM_REQUIRED" : [
2024-06-16 16:56:41 +02:00
"messages.forwardMessages" ,
2024-01-26 19:08:52 +01:00
"messages.sendMessage"
] ,
2022-02-23 19:03:20 +01:00
"SEND_CODE_UNAVAILABLE" : [
"auth.resendCode"
] ,
"STICKERSET_INVALID" : [
2023-03-15 20:55:35 +01:00
"messages.getStickerSet" ,
"messages.installStickerSet" ,
"messages.uninstallStickerSet" ,
"stickers.addStickerToSet"
2022-02-23 19:03:20 +01:00
] ,
"STICKERSET_OWNER_ANONYMOUS" : [
"channels.setStickers"
] ,
2023-03-15 20:44:23 +01:00
"TOPIC_CLOSED" : [
"messages.forwardMessages" ,
"messages.sendMedia" ,
"messages.sendMessage"
] ,
"TOPIC_DELETED" : [
"messages.forwardMessages" ,
"messages.sendMedia" ,
"messages.sendMessage"
] ,
2022-02-23 19:03:20 +01:00
"UPDATE_APP_TO_LOGIN" : [
"auth.sendCode" ,
"auth.signIn"
] ,
"USER_RESTRICTED" : [
2023-03-15 20:55:35 +01:00
"channels.createChannel" ,
"messages.createChat"
2022-02-23 19:03:20 +01:00
] ,
"USERPIC_PRIVACY_REQUIRED" : [
"contacts.getLocated"
] ,
"USERPIC_UPLOAD_REQUIRED" : [
"contacts.getLocated"
2024-06-16 16:56:41 +02:00
] ,
"AUTH_KEY_DUPLICATED" : [ ]
2022-02-23 19:03:20 +01:00
} ,
2022-02-23 13:11:58 +01:00
"-503" : {
"Timeout" : [
"messages.getBotCallbackAnswer" ,
2022-02-23 19:30:17 +01:00
"messages.getInlineBotResults"
2024-06-16 16:56:41 +02:00
] ,
"MSG_WAIT_TIMEOUT" : [ ]
} ,
"401" : {
"AUTH_KEY_INVALID" : [ ] ,
"AUTH_KEY_PERM_EMPTY" : [ ] ,
"AUTH_KEY_UNREGISTERED" : [ ] ,
"SESSION_EXPIRED" : [ ] ,
"SESSION_PASSWORD_NEEDED" : [ ] ,
"SESSION_REVOKED" : [ ] ,
"USER_DEACTIVATED" : [ ] ,
"USER_DEACTIVATED_BAN" : [ ]
} ,
"303" : {
"NETWORK_MIGRATE_%d" : [ ] ,
"PHONE_MIGRATE_%d" : [ ] ,
"STATS_MIGRATE_%d" : [ ] ,
"USER_MIGRATE_%d" : [ ]
2022-02-23 13:11:58 +01:00
}
} ,
"human_result" : {
"2FA_CONFIRM_WAIT_%d" : "Since this account is active and protected by a 2FA password, we will delete it in 1 week for security purposes. You can cancel this process at any time, you'll be able to reset your account in %d seconds." ,
2022-02-23 20:21:34 +01:00
"ABOUT_TOO_LONG" : "About string too long." ,
"ACCESS_TOKEN_EXPIRED" : "Access token expired." ,
"ACCESS_TOKEN_INVALID" : "Access token invalid." ,
2024-07-24 20:33:05 +02:00
"AD_EXPIRED" : "The ad has expired (too old or not found)." ,
2023-12-03 22:34:48 +01:00
"ADDRESS_INVALID" : "The specified geopoint address is invalid." ,
2022-02-23 20:21:34 +01:00
"ADMIN_ID_INVALID" : "The specified admin ID is invalid." ,
"ADMIN_RANK_EMOJI_NOT_ALLOWED" : "An admin rank cannot contain emojis." ,
2022-02-23 13:11:58 +01:00
"ADMIN_RANK_INVALID" : "The specified admin rank is invalid." ,
2024-01-26 19:12:19 +01:00
"ADMIN_RIGHTS_EMPTY" : "The chatAdminRights constructor passed in keyboardButtonRequestPeer.peer_type.user_admin_rights has no rights set (i.e. flags is 0)." ,
2022-02-23 20:21:34 +01:00
"ADMINS_TOO_MUCH" : "There are too many admins." ,
2022-03-09 15:22:47 +01:00
"ALBUM_PHOTOS_TOO_MANY" : "You have uploaded too many profile photos, delete some before retrying." ,
2024-01-20 19:28:53 +01:00
"ANONYMOUS_REACTIONS_DISABLED" : "Sorry, anonymous administrators cannot leave reactions or participate in polls." ,
2022-02-23 20:21:34 +01:00
"API_ID_INVALID" : "API ID invalid." ,
"API_ID_PUBLISHED_FLOOD" : "This API id was published somewhere, you can't use it now." ,
"ARTICLE_TITLE_EMPTY" : "The title of the article is empty." ,
"AUDIO_CONTENT_URL_EMPTY" : "The remote URL specified in the content field is empty." ,
2022-02-23 13:11:58 +01:00
"AUDIO_TITLE_EMPTY" : "An empty audio title was provided." ,
2022-02-23 20:21:34 +01:00
"AUTH_BYTES_INVALID" : "The provided authorization is invalid." ,
2024-06-16 16:56:41 +02:00
"AUTH_KEY_DUPLICATED" : "Concurrent usage of the current session from multiple connections was detected, the current session was invalidated by the server for security reasons!" ,
2024-06-17 18:10:33 +02:00
"AUTH_KEY_INVALID" : "The specified auth key is invalid." ,
"AUTH_KEY_PERM_EMPTY" : "The method is unavailable for temporary authorization keys, not bound to a permanent authorization key." ,
"AUTH_KEY_UNREGISTERED" : "The specified authorization key is not registered in the system (for example, a PFS temporary key has expired)." ,
2022-02-23 20:21:34 +01:00
"AUTH_RESTART" : "Restart the authorization process." ,
"AUTH_TOKEN_ALREADY_ACCEPTED" : "The specified auth token was already accepted." ,
2022-08-15 19:37:54 +02:00
"AUTH_TOKEN_EXCEPTION" : "An error occurred while importing the auth token." ,
2022-02-23 20:21:34 +01:00
"AUTH_TOKEN_EXPIRED" : "The authorization token has expired." ,
"AUTH_TOKEN_INVALID" : "The specified auth token is invalid." ,
"AUTH_TOKEN_INVALIDX" : "The specified auth token is invalid." ,
2022-02-23 13:11:58 +01:00
"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." ,
2024-07-30 19:17:22 +02:00
"BALANCE_TOO_LOW" : "The transaction cannot be completed because the current [Telegram Stars balance](https:\/\/core.telegram.org\/api\/stars) is too low." ,
2022-02-23 20:21:34 +01:00
"BANK_CARD_NUMBER_INVALID" : "The specified card number is invalid." ,
"BANNED_RIGHTS_INVALID" : "You provided some invalid flags in the banned rights." ,
2024-07-24 20:33:05 +02:00
"BIRTHDAY_INVALID" : "An invalid age was specified, must be between 0 and 150 years." ,
2023-11-23 19:51:37 +01:00
"BOOST_NOT_MODIFIED" : "You're already [boosting](https:\/\/core.telegram.org\/api\/boost) the specified channel." ,
2023-12-23 22:19:52 +01:00
"BOOST_PEER_INVALID" : "The specified `boost_peer` is invalid." ,
"BOOSTS_EMPTY" : "No boost slots were specified." ,
2023-12-09 20:08:23 +01:00
"BOOSTS_REQUIRED" : "The specified channel must first be [boosted by its users](https:\/\/core.telegram.org\/api\/boost) in order to perform this action." ,
2024-08-02 18:46:42 +02:00
"BOT_ALREADY_DISABLED" : "The connected business bot was already disabled for the specified peer." ,
2024-06-16 17:14:43 +02:00
"BOT_APP_BOT_INVALID" : "The bot_id passed in the inputBotAppShortName constructor is invalid." ,
2023-03-23 19:55:16 +01:00
"BOT_APP_INVALID" : "The specified bot app is invalid." ,
2024-01-17 23:03:36 +01:00
"BOT_APP_SHORTNAME_INVALID" : "The specified bot app short name is invalid." ,
2024-07-30 18:41:29 +02:00
"BOT_BUSINESS_MISSING" : "The specified bot is not a business bot (the [user](https:\/\/core.telegram.org\/constructor\/user).`bot_business` flag is not set)." ,
2022-02-23 20:21:34 +01:00
"BOT_CHANNELS_NA" : "Bots can't edit admin privileges." ,
"BOT_COMMAND_DESCRIPTION_INVALID" : "The specified command description is invalid." ,
"BOT_COMMAND_INVALID" : "The specified command is invalid." ,
"BOT_DOMAIN_INVALID" : "Bot domain invalid." ,
2024-08-02 18:15:50 +02:00
"BOT_GAMES_DISABLED" : "Games can't be sent to channels." ,
2022-02-23 20:21:34 +01:00
"BOT_GROUPS_BLOCKED" : "This bot can't be added to groups." ,
"BOT_INLINE_DISABLED" : "This bot can't be used in inline mode." ,
"BOT_INVALID" : "This is not a valid bot." ,
2024-06-16 16:56:41 +02:00
"BOT_METHOD_INVALID" : "The specified method cannot be used by bots." ,
2024-08-02 18:15:50 +02:00
"BOT_NOT_CONNECTED_YET" : "No [business bot](https:\/\/core.telegram.org\/api\/business#connected-bots) is connected to the currently logged in user." ,
2022-02-23 20:21:34 +01:00
"BOT_ONESIDE_NOT_AVAIL" : "Bots can't pin messages in PM just for themselves." ,
2022-02-23 13:11:58 +01:00
"BOT_PAYMENTS_DISABLED" : "Please enable bot payments in botfather before calling this method." ,
2022-02-23 20:21:34 +01:00
"BOT_RESPONSE_TIMEOUT" : "A timeout occurred while fetching data from the bot." ,
"BOT_SCORE_NOT_MODIFIED" : "The score wasn't modified." ,
2024-02-01 19:34:49 +01:00
"BOT_WEBVIEW_DISABLED" : "A webview cannot be opened in the specified conditions: emitted for example if `from_bot_menu` or `url` are set and `peer` is not the chat with the bot." ,
2022-02-23 20:21:34 +01:00
"BOTS_TOO_MUCH" : "There are too many bots in this chat\/channel." ,
2023-10-02 22:03:52 +02:00
"BROADCAST_FORBIDDEN" : "Channel poll voters and reactions cannot be fetched to prevent deanonymization." ,
2022-02-23 20:21:34 +01:00
"BROADCAST_ID_INVALID" : "Broadcast ID invalid." ,
"BROADCAST_PUBLIC_VOTERS_FORBIDDEN" : "You can't forward polls with public voters." ,
"BROADCAST_REQUIRED" : "This method can only be called on a channel, please use stats.getMegagroupStats for supergroups." ,
2024-07-30 18:41:29 +02:00
"BUSINESS_ADDRESS_ACTIVE" : "The user is currently advertising a [Business Location](https:\/\/core.telegram.org\/api\/business#location), the location may only be changed (or removed) using [account.updateBusinessLocation »](https:\/\/core.telegram.org\/method\/account.updateBusinessLocation). ." ,
"BUSINESS_PEER_INVALID" : "Messages can't be set to the specified peer through the current [business connection](https:\/\/core.telegram.org\/api\/business#connected-bots)." ,
2024-08-01 18:08:23 +02:00
"BUSINESS_RECIPIENTS_EMPTY" : "You didn't set any flag in inputBusinessBotRecipients, thus the bot cannot work with *any* peer." ,
2024-07-24 20:33:05 +02:00
"BUSINESS_WORK_HOURS_EMPTY" : "No work hours were specified." ,
"BUSINESS_WORK_HOURS_PERIOD_INVALID" : "The specified work hours are invalid, see [here »](https:\/\/core.telegram.org\/api\/business#opening-hours) for the exact requirements." ,
2022-02-23 20:21:34 +01:00
"BUTTON_DATA_INVALID" : "The data of one or more of the buttons you provided is invalid." ,
2024-08-01 18:33:51 +02:00
"BUTTON_POS_INVALID" : "The position of one of the keyboard buttons is invalid (i.e. a Game or Pay button not in the first position, and so on...)." ,
2022-08-15 19:37:54 +02:00
"BUTTON_TEXT_INVALID" : "The specified button text is invalid." ,
2022-02-23 20:21:34 +01:00
"BUTTON_TYPE_INVALID" : "The type of one or more of the buttons you provided is invalid." ,
"BUTTON_URL_INVALID" : "Button URL invalid." ,
2024-02-08 20:55:57 +01:00
"BUTTON_USER_INVALID" : "The `user_id` passed to inputKeyboardButtonUserProfile is invalid!" ,
2024-07-30 18:41:29 +02:00
"BUTTON_USER_PRIVACY_RESTRICTED" : "The privacy setting of the user specified in a [inputKeyboardButtonUserProfile](https:\/\/core.telegram.org\/constructor\/inputKeyboardButtonUserProfile) button do not allow creating such a button." ,
2022-02-23 20:21:34 +01:00
"CALL_ALREADY_ACCEPTED" : "The call was already accepted." ,
"CALL_ALREADY_DECLINED" : "The call was already declined." ,
"CALL_OCCUPY_FAILED" : "The call failed because the user is already making another call." ,
"CALL_PEER_INVALID" : "The provided call peer object is invalid." ,
2023-10-03 20:42:06 +02:00
"CALL_PROTOCOL_COMPAT_LAYER_INVALID" : "The other side of the call does not support any of the VoIP protocols supported by the local client, as specified by the `protocol.layer` and `protocol.library_versions` fields." ,
2022-02-23 20:21:34 +01:00
"CALL_PROTOCOL_FLAGS_INVALID" : "Call protocol flags invalid." ,
"CDN_METHOD_INVALID" : "You can't call this method in a CDN DC." ,
2022-08-07 17:56:44 +02:00
"CDN_UPLOAD_TIMEOUT" : "A server-side timeout occurred while reuploading the file to the CDN DC." ,
2023-03-15 20:55:35 +01:00
"CHANNEL_FORUM_MISSING" : "This supergroup is not a forum." ,
2022-08-07 17:56:44 +02:00
"CHANNEL_ID_INVALID" : "The specified supergroup ID is invalid." ,
2022-02-23 20:21:34 +01:00
"CHANNEL_INVALID" : "The provided channel is invalid." ,
2022-08-24 20:39:59 +02:00
"CHANNEL_PARICIPANT_MISSING" : "The current user is not in the channel." ,
2022-02-23 20:21:34 +01:00
"CHANNEL_PRIVATE" : "You haven't joined this channel\/supergroup." ,
"CHANNEL_PUBLIC_GROUP_NA" : "channel\/supergroup not available." ,
2023-04-24 11:17:54 +02:00
"CHANNEL_TOO_BIG" : "This channel has too many participants (>1000) to be deleted." ,
2022-02-23 20:21:34 +01:00
"CHANNEL_TOO_LARGE" : "Channel is too large to be deleted; this error is issued when trying to delete channels with more than 1000 members (subject to change)." ,
"CHANNELS_ADMIN_LOCATED_TOO_MUCH" : "The user has reached the limit of public geogroups." ,
"CHANNELS_ADMIN_PUBLIC_TOO_MUCH" : "You're admin of too many public channels, make some channels private to change the username of this channel." ,
"CHANNELS_TOO_MUCH" : "You have joined too many channels\/supergroups." ,
2024-07-24 20:33:05 +02:00
"CHARGE_ALREADY_REFUNDED" : "The transaction was already refunded." ,
2022-02-23 20:21:34 +01:00
"CHAT_ABOUT_NOT_MODIFIED" : "About text has not changed." ,
"CHAT_ABOUT_TOO_LONG" : "Chat about too long." ,
2024-07-24 20:33:05 +02:00
"CHAT_ACTION_FORBIDDEN" : "You cannot execute this action." ,
2022-02-23 20:21:34 +01:00
"CHAT_ADMIN_INVITE_REQUIRED" : "You do not have the rights to do this." ,
"CHAT_ADMIN_REQUIRED" : "You must be an admin in this chat to do this." ,
2023-03-15 20:55:35 +01:00
"CHAT_DISCUSSION_UNALLOWED" : "You can't enable forum topics in a discussion group linked to a channel." ,
2024-06-17 18:10:33 +02:00
"CHAT_FORBIDDEN" : "This chat is not available to the current user." ,
2022-02-23 20:21:34 +01:00
"CHAT_FORWARDS_RESTRICTED" : "You can't forward messages from a protected chat." ,
2024-07-30 18:41:29 +02:00
"CHAT_GUEST_SEND_FORBIDDEN" : "You join the discussion group before commenting, see [here »](https:\/\/core.telegram.org\/api\/discussion#requiring-users-to-join-the-group) for more info." ,
2022-02-23 20:21:34 +01:00
"CHAT_ID_EMPTY" : "The provided chat ID is empty." ,
"CHAT_ID_GENERATE_FAILED" : "Failure while generating the chat ID." ,
"CHAT_ID_INVALID" : "The provided chat id is invalid." ,
"CHAT_INVALID" : "Invalid chat." ,
2022-08-24 20:39:59 +02:00
"CHAT_INVITE_PERMANENT" : "You can't set an expiration date on permanent invite links." ,
2022-02-23 20:21:34 +01:00
"CHAT_LINK_EXISTS" : "The chat is public, you can't hide the history to new users." ,
2023-07-08 17:50:25 +02:00
"CHAT_NOT_MODIFIED" : "No changes were made to chat information because the new information you passed is identical to the current information." ,
2023-04-18 22:06:15 +02:00
"CHAT_PUBLIC_REQUIRED" : "You can only enable join requests in public groups." ,
2022-02-23 20:21:34 +01:00
"CHAT_RESTRICTED" : "You can't send messages in this chat, you were restricted." ,
2022-09-28 18:04:34 +02:00
"CHAT_REVOKE_DATE_UNSUPPORTED" : "`min_date` and `max_date` are not available for using with non-user peers." ,
2023-03-15 20:55:35 +01:00
"CHAT_SEND_AUDIOS_FORBIDDEN" : "You can't send audio messages in this chat." ,
"CHAT_SEND_DOCS_FORBIDDEN" : "You can't send documents in this chat." ,
2022-02-23 13:11:58 +01:00
"CHAT_SEND_GAME_FORBIDDEN" : "You can't send a game to this chat." ,
2022-02-23 20:21:34 +01:00
"CHAT_SEND_GIFS_FORBIDDEN" : "You can't send gifs in this chat." ,
"CHAT_SEND_INLINE_FORBIDDEN" : "You can't send inline messages in this group." ,
"CHAT_SEND_MEDIA_FORBIDDEN" : "You can't send media in this chat." ,
2023-03-15 20:55:35 +01:00
"CHAT_SEND_PHOTOS_FORBIDDEN" : "You can't send photos in this chat." ,
"CHAT_SEND_PLAIN_FORBIDDEN" : "You can't send non-media (text) messages in this chat." ,
2022-02-23 20:21:34 +01:00
"CHAT_SEND_POLL_FORBIDDEN" : "You can't send polls in this chat." ,
2024-06-16 16:56:41 +02:00
"CHAT_SEND_ROUNDVIDEOS_FORBIDDEN" : "You can't send round videos to this chat." ,
2022-02-23 13:11:58 +01:00
"CHAT_SEND_STICKERS_FORBIDDEN" : "You can't send stickers in this chat." ,
2023-03-15 20:55:35 +01:00
"CHAT_SEND_VIDEOS_FORBIDDEN" : "You can't send videos in this chat." ,
"CHAT_SEND_VOICES_FORBIDDEN" : "You can't send voice recordings in this chat." ,
2022-02-23 20:21:34 +01:00
"CHAT_TITLE_EMPTY" : "No chat title provided." ,
2022-02-23 13:11:58 +01:00
"CHAT_TOO_BIG" : "This method is not available for groups with more than `chat_read_mark_size_threshold` members, [see client configuration »](https:\/\/core.telegram.org\/api\/config#client-configuration)." ,
2022-02-23 20:21:34 +01:00
"CHAT_WRITE_FORBIDDEN" : "You can't write in this chat." ,
2024-06-16 16:56:41 +02:00
"CHATLINK_SLUG_EMPTY" : "The specified slug is empty." ,
2024-07-24 20:33:05 +02:00
"CHATLINK_SLUG_EXPIRED" : "The specified [business chat link](https:\/\/core.telegram.org\/api\/business#business-chat-links) has expired." ,
"CHATLINKS_TOO_MUCH" : "Too many [business chat links](https:\/\/core.telegram.org\/api\/business#business-chat-links) were created, please delete some older links." ,
2023-12-23 22:19:52 +01:00
"CHATLIST_EXCLUDE_INVALID" : "The specified `exclude_peers` are invalid." ,
2022-02-23 20:21:34 +01:00
"CODE_EMPTY" : "The provided code is empty." ,
"CODE_HASH_INVALID" : "Code hash invalid." ,
"CODE_INVALID" : "Code invalid." ,
2024-06-16 16:56:41 +02:00
"COLLECTIBLE_INVALID" : "The specified collectible is invalid." ,
"COLLECTIBLE_NOT_FOUND" : "The specified collectible could not be found." ,
2023-12-23 22:19:52 +01:00
"COLOR_INVALID" : "The specified color palette ID was invalid." ,
2022-02-23 20:21:34 +01:00
"CONNECTION_API_ID_INVALID" : "The provided API id is invalid." ,
"CONNECTION_APP_VERSION_EMPTY" : "App version is empty." ,
2024-06-16 17:14:43 +02:00
"CONNECTION_DEVICE_MODEL_EMPTY" : "The specified device model is empty." ,
2024-06-16 16:56:41 +02:00
"CONNECTION_ID_INVALID" : "The specified connection ID is invalid." ,
2024-06-16 17:14:43 +02:00
"CONNECTION_LANG_PACK_INVALID" : "The specified language pack is empty." ,
2022-02-23 20:21:34 +01:00
"CONNECTION_LAYER_INVALID" : "Layer invalid." ,
2024-06-16 17:14:43 +02:00
"CONNECTION_NOT_INITED" : "Please initialize the connection using initConnection before making queries." ,
"CONNECTION_SYSTEM_EMPTY" : "The specified system version is empty." ,
"CONNECTION_SYSTEM_LANG_CODE_EMPTY" : "The specified system language code is empty." ,
2022-02-23 20:21:34 +01:00
"CONTACT_ADD_MISSING" : "Contact to add is missing." ,
"CONTACT_ID_INVALID" : "The provided contact ID is invalid." ,
2024-02-01 19:34:49 +01:00
"CONTACT_MISSING" : "The specified user is not a contact." ,
2022-02-23 20:21:34 +01:00
"CONTACT_NAME_EMPTY" : "Contact name empty." ,
"CONTACT_REQ_MISSING" : "Missing contact request." ,
2022-08-15 19:37:54 +02:00
"CREATE_CALL_FAILED" : "An error occurred while creating the call." ,
2022-02-23 20:21:34 +01:00
"CURRENCY_TOTAL_AMOUNT_INVALID" : "The total amount of all prices is invalid." ,
2023-12-23 22:19:52 +01:00
"CUSTOM_REACTIONS_TOO_MANY" : "Too many custom reactions were specified." ,
2022-02-23 20:21:34 +01:00
"DATA_INVALID" : "Encrypted data invalid." ,
"DATA_JSON_INVALID" : "The provided JSON data is invalid." ,
"DATA_TOO_LONG" : "Data too long." ,
"DATE_EMPTY" : "Date empty." ,
"DC_ID_INVALID" : "The provided DC ID is invalid." ,
"DH_G_A_INVALID" : "g_a invalid." ,
"DOCUMENT_INVALID" : "The specified document is invalid." ,
2022-03-09 15:22:47 +01:00
"EDIT_BOT_INVITE_FORBIDDEN" : "Normal users can't edit invites that were created by bots." ,
2022-02-23 20:21:34 +01:00
"EMAIL_HASH_EXPIRED" : "Email hash expired." ,
"EMAIL_INVALID" : "The specified email is invalid." ,
2024-07-30 18:50:41 +02:00
"EMAIL_NOT_ALLOWED" : "The specified email cannot be used to complete the operation." ,
2023-04-26 18:02:43 +02:00
"EMAIL_NOT_SETUP" : "In order to change the login email with emailVerifyPurposeLoginChange, an existing login email must already be set using emailVerifyPurposeLoginSetup." ,
2022-02-23 20:21:34 +01:00
"EMAIL_UNCONFIRMED" : "Email unconfirmed." ,
2022-02-23 19:03:20 +01:00
"EMAIL_UNCONFIRMED_%d" : "The provided email isn't confirmed, %d is the length of the verification code that was just sent to the email: use [account.verifyEmail](https:\/\/core.telegram.org\/method\/account.verifyEmail) to enter the received verification code and enable the recovery email." ,
2022-02-23 20:21:34 +01:00
"EMAIL_VERIFY_EXPIRED" : "The verification email has expired." ,
"EMOJI_INVALID" : "The specified theme emoji is valid." ,
2023-04-15 15:29:00 +02:00
"EMOJI_MARKUP_INVALID" : "The specified `video_emoji_markup` was invalid." ,
2022-02-23 20:21:34 +01:00
"EMOJI_NOT_MODIFIED" : "The theme wasn't changed." ,
"EMOTICON_EMPTY" : "The emoji is empty." ,
"EMOTICON_INVALID" : "The specified emoji is invalid." ,
2022-08-15 19:37:54 +02:00
"EMOTICON_STICKERPACK_MISSING" : "inputStickerSetDice.emoji cannot be empty." ,
2022-02-23 20:21:34 +01:00
"ENCRYPTED_MESSAGE_INVALID" : "Encrypted message invalid." ,
"ENCRYPTION_ALREADY_ACCEPTED" : "Secret chat already accepted." ,
"ENCRYPTION_ALREADY_DECLINED" : "The secret chat was already declined." ,
"ENCRYPTION_DECLINED" : "The secret chat was declined." ,
"ENCRYPTION_ID_INVALID" : "The provided secret chat ID is invalid." ,
"ENTITIES_TOO_LONG" : "You provided too many styled message entities." ,
2024-07-30 18:41:29 +02:00
"ENTITY_BOUNDS_INVALID" : "A specified [entity offset or length](https:\/\/core.telegram.org\/api\/entities#entity-length) is invalid, see [here »](https:\/\/core.telegram.org\/api\/entities#entity-length) for info on how to properly compute the entity offset\/length." ,
2022-02-23 20:21:34 +01:00
"ENTITY_MENTION_USER_INVALID" : "You mentioned an invalid user." ,
"ERROR_TEXT_EMPTY" : "The provided error message is empty." ,
"EXPIRE_DATE_INVALID" : "The specified expiration date is invalid." ,
"EXPORT_CARD_INVALID" : "Provided card is invalid." ,
"EXTERNAL_URL_INVALID" : "External URL invalid." ,
"FILE_CONTENT_TYPE_INVALID" : "File content-type is invalid." ,
"FILE_EMTPY" : "An empty file was provided." ,
"FILE_ID_INVALID" : "The provided file id is invalid." ,
2024-06-16 16:56:41 +02:00
"FILE_MIGRATE_%d" : "The file currently being accessed is stored in DC %d, please re-send the query to that DC." ,
2024-06-16 17:14:43 +02:00
"FILE_PART_%d_MISSING" : "Part %d of the file is missing from storage. Try repeating the method call to resave the part." ,
2022-02-23 20:21:34 +01:00
"FILE_PART_EMPTY" : "The provided file part is empty." ,
"FILE_PART_INVALID" : "The file part number is invalid." ,
"FILE_PART_LENGTH_INVALID" : "The length of a file part is invalid." ,
"FILE_PART_SIZE_CHANGED" : "Provided file part size has changed." ,
"FILE_PART_SIZE_INVALID" : "The provided file part size is invalid." ,
"FILE_PART_TOO_BIG" : "The uploaded file part is too big." ,
"FILE_PARTS_INVALID" : "The number of file parts is invalid." ,
2024-08-02 19:02:46 +02:00
"FILE_REFERENCE_%d_EXPIRED" : "The file reference of the media file at index %d in the passed media array expired, it [must be refreshed](https:\/\/core.telegram.org\/api\/file_reference)." ,
"FILE_REFERENCE_%d_INVALID" : "The file reference of the media file at index %d in the passed media array is invalid." ,
2022-02-23 20:21:34 +01:00
"FILE_REFERENCE_EMPTY" : "An empty [file reference](https:\/\/core.telegram.org\/api\/file_reference) was specified." ,
2022-02-23 19:03:20 +01:00
"FILE_REFERENCE_EXPIRED" : "File reference expired, it must be refetched as described in [the documentation](https:\/\/core.telegram.org\/api\/file_reference)." ,
2022-02-23 20:21:34 +01:00
"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." ,
2024-06-17 18:19:16 +02:00
"FILE_TOKEN_INVALID" : "The master DC did not accept the `file_token` (e.g., the token has expired). Continue downloading the file from the master DC using upload.getFile." ,
2022-02-23 20:21:34 +01:00
"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_INCLUDE_EMPTY" : "The include_peers vector of the filter is empty." ,
2022-03-01 18:27:32 +01:00
"FILTER_NOT_SUPPORTED" : "The specified filter cannot be used in this context." ,
2022-02-23 20:21:34 +01:00
"FILTER_TITLE_EMPTY" : "The title field of the filter is empty." ,
"FIRSTNAME_INVALID" : "The first name is invalid." ,
2024-06-16 16:56:41 +02:00
"FLOOD_PREMIUM_WAIT_%d" : "Please wait %d seconds before repeating the action, or purchase a [Telegram Premium subscription](https:\/\/core.telegram.org\/api\/premium) to remove this rate limit." ,
"FLOOD_WAIT_%d" : "Please wait %d seconds before repeating the action." ,
2022-02-23 20:21:34 +01:00
"FOLDER_ID_EMPTY" : "An empty folder ID was specified." ,
"FOLDER_ID_INVALID" : "Invalid folder ID." ,
2024-07-30 19:17:22 +02:00
"FORM_EXPIRED" : "The form was generated more than 10 minutes ago and has expired, please re-generate it using [payments.getPaymentForm](https:\/\/core.telegram.org\/method\/payments.getPaymentForm) and pass the new `form_id`." ,
2023-10-06 19:07:28 +02:00
"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." ,
2022-02-23 20:21:34 +01:00
"FRESH_CHANGE_ADMINS_FORBIDDEN" : "You were just elected admin, you can't add or modify other admins yet." ,
2022-02-23 13:11:58 +01:00
"FRESH_CHANGE_PHONE_FORBIDDEN" : "You can't change phone number right after logging in, please wait at least 24 hours." ,
2022-02-23 20:21:34 +01:00
"FRESH_RESET_AUTHORISATION_FORBIDDEN" : "You can't logout other sessions if less than 24 hours have passed since you logged on the current session." ,
"FROM_MESSAGE_BOT_DISABLED" : "Bots can't use fromMessage min constructors." ,
"FROM_PEER_INVALID" : "The specified from_id is invalid." ,
2022-02-23 13:11:58 +01:00
"GAME_BOT_INVALID" : "Bots can't send another bot's game." ,
2023-10-03 20:42:06 +02:00
"GENERAL_MODIFY_ICON_FORBIDDEN" : "You can't modify the icon of the \"General\" topic." ,
2022-02-23 20:21:34 +01:00
"GEO_POINT_INVALID" : "Invalid geoposition provided." ,
"GIF_CONTENT_TYPE_INVALID" : "GIF content-type invalid." ,
"GIF_ID_INVALID" : "The provided GIF ID is invalid." ,
2024-01-20 19:28:53 +01:00
"GIFT_SLUG_EXPIRED" : "The specified gift slug has expired." ,
2023-12-23 22:19:52 +01:00
"GIFT_SLUG_INVALID" : "The specified slug is invalid." ,
2022-02-23 20:21:34 +01:00
"GRAPH_EXPIRED_RELOAD" : "This graph has expired, please obtain a new graph token." ,
"GRAPH_INVALID_RELOAD" : "Invalid graph token provided, please reload the stats and provide the updated token." ,
"GRAPH_OUTDATED_RELOAD" : "The graph is outdated, please get a new async token using stats.getBroadcastStats." ,
"GROUPCALL_ALREADY_DISCARDED" : "The group call was already discarded." ,
2022-08-07 17:56:44 +02:00
"GROUPCALL_ALREADY_STARTED" : "The groupcall has already started, you can join directly using [phone.joinGroupCall](https:\/\/core.telegram.org\/method\/phone.joinGroupCall)." ,
2022-02-23 20:21:34 +01:00
"GROUPCALL_FORBIDDEN" : "The group call has already ended." ,
2022-03-01 18:27:32 +01:00
"GROUPCALL_INVALID" : "The specified group call is invalid." ,
2022-03-13 19:28:35 +01:00
"GROUPCALL_JOIN_MISSING" : "You haven't joined this group call." ,
2022-02-23 20:21:34 +01:00
"GROUPCALL_NOT_MODIFIED" : "Group call settings weren't modified." ,
2022-02-23 13:11:58 +01:00
"GROUPCALL_SSRC_DUPLICATE_MUCH" : "The app needs to retry joining the group call with a new SSRC value." ,
2022-02-23 20:21:34 +01:00
"GROUPED_MEDIA_INVALID" : "Invalid grouped media." ,
"HASH_INVALID" : "The provided hash is invalid." ,
2024-07-24 20:33:05 +02:00
"HASHTAG_INVALID" : "The specified hashtag is invalid." ,
2022-08-24 21:21:45 +02:00
"HIDE_REQUESTER_MISSING" : "The join request was missing or was already handled." ,
2022-02-23 20:21:34 +01:00
"IMAGE_PROCESS_FAILED" : "Failure while processing image." ,
"IMPORT_FILE_INVALID" : "The specified chat export file is invalid." ,
2024-06-16 16:56:41 +02:00
"IMPORT_FORMAT_DATE_INVALID" : "The date specified in the import file is invalid." ,
2022-02-23 20:21:34 +01:00
"IMPORT_FORMAT_UNRECOGNIZED" : "The specified chat export file was exported from an unsupported chat app." ,
"IMPORT_ID_INVALID" : "The specified import ID is invalid." ,
2023-03-23 19:55:16 +01:00
"IMPORT_TOKEN_INVALID" : "The specified token is invalid." ,
2022-02-23 20:21:34 +01:00
"INLINE_BOT_REQUIRED" : "Only the inline bot can edit message." ,
"INLINE_RESULT_EXPIRED" : "The inline query expired." ,
2023-10-03 20:42:06 +02:00
"INPUT_CHATLIST_INVALID" : "The specified folder is invalid." ,
2024-06-16 17:14:43 +02:00
"INPUT_CONSTRUCTOR_INVALID" : "The specified TL constructor is invalid." ,
"INPUT_FETCH_ERROR" : "An error occurred while parsing the provided TL constructor." ,
"INPUT_FETCH_FAIL" : "An error occurred while parsing the provided TL constructor." ,
2024-08-05 21:26:23 +02:00
"INPUT_FILE_INVALID" : "The specified [InputFile](https:\/\/core.telegram.org\/type\/InputFile) is invalid." ,
2022-02-23 20:21:34 +01:00
"INPUT_FILTER_INVALID" : "The specified filter is invalid." ,
2024-06-16 17:14:43 +02:00
"INPUT_LAYER_INVALID" : "The specified layer is invalid." ,
"INPUT_METHOD_INVALID" : "The specified method is invalid." ,
"INPUT_REQUEST_TOO_LONG" : "The request payload is too long." ,
2022-09-13 17:44:55 +02:00
"INPUT_TEXT_EMPTY" : "The specified text is empty." ,
2024-01-17 23:03:36 +01:00
"INPUT_TEXT_TOO_LONG" : "The specified text is too long." ,
2022-02-23 20:21:34 +01:00
"INPUT_USER_DEACTIVATED" : "The specified user was deleted." ,
2022-03-09 15:22:47 +01:00
"INVITE_FORBIDDEN_WITH_JOINAS" : "If the user has anonymously joined a group call as a channel, they can't invite other users to the group call because that would cause deanonymization, because the invite would be sent using the original user ID, not the anonymized channel ID." ,
2022-02-23 20:21:34 +01:00
"INVITE_HASH_EMPTY" : "The invite hash is empty." ,
"INVITE_HASH_EXPIRED" : "The invite link has expired." ,
"INVITE_HASH_INVALID" : "The invite hash is invalid." ,
2022-03-01 18:27:32 +01:00
"INVITE_REQUEST_SENT" : "You have successfully requested to join this chat or channel." ,
"INVITE_REVOKED_MISSING" : "The specified invite link was already revoked or is invalid." ,
2023-04-25 21:29:47 +02:00
"INVITE_SLUG_EMPTY" : "The specified invite slug is empty." ,
2023-10-03 20:42:06 +02:00
"INVITE_SLUG_EXPIRED" : "The specified chat folder link has expired." ,
2024-07-30 18:41:29 +02:00
"INVITES_TOO_MUCH" : "The maximum number of per-folder invites specified by the `chatlist_invites_limit_default`\/`chatlist_invites_limit_premium` [client configuration parameters »](https:\/\/core.telegram.org\/api\/config#chatlist-invites-limit-default) was reached." ,
2022-09-03 18:03:14 +02:00
"INVOICE_PAYLOAD_INVALID" : "The specified invoice payload is invalid." ,
2022-08-07 17:56:44 +02:00
"JOIN_AS_PEER_INVALID" : "The specified peer cannot be used to join a group call." ,
2022-02-23 20:21:34 +01:00
"LANG_CODE_INVALID" : "The specified language code is invalid." ,
2022-08-07 17:56:44 +02:00
"LANG_CODE_NOT_SUPPORTED" : "The specified language code is not supported." ,
2022-02-23 20:21:34 +01:00
"LANG_PACK_INVALID" : "The provided language pack is invalid." ,
2024-08-02 18:15:50 +02:00
"LANGUAGE_INVALID" : "The specified lang_code is invalid." ,
2022-02-23 18:40:18 +01:00
"LASTNAME_INVALID" : "The last name is invalid." ,
2022-02-23 20:21:34 +01:00
"LIMIT_INVALID" : "The provided limit is invalid." ,
"LINK_NOT_MODIFIED" : "Discussion link not modified." ,
"LOCATION_INVALID" : "The provided location is invalid." ,
2022-03-13 19:28:35 +01:00
"MAX_DATE_INVALID" : "The specified maximum date is invalid." ,
2022-02-23 20:21:34 +01:00
"MAX_ID_INVALID" : "The provided max ID is invalid." ,
"MAX_QTS_INVALID" : "The specified max_qts is invalid." ,
"MD5_CHECKSUM_INVALID" : "The MD5 checksums do not match." ,
"MEDIA_CAPTION_TOO_LONG" : "The caption is too long." ,
"MEDIA_EMPTY" : "The provided media object is invalid." ,
2023-10-03 20:42:06 +02:00
"MEDIA_FILE_INVALID" : "The specified media file is invalid." ,
2022-02-23 13:11:58 +01:00
"MEDIA_GROUPED_INVALID" : "You tried to send media of different types in an album." ,
2022-02-23 20:21:34 +01:00
"MEDIA_INVALID" : "Media invalid." ,
"MEDIA_NEW_INVALID" : "The new media is invalid." ,
"MEDIA_PREV_INVALID" : "Previous media invalid." ,
2023-07-08 17:50:25 +02:00
"MEDIA_TTL_INVALID" : "The specified media TTL is invalid." ,
2023-10-03 20:42:06 +02:00
"MEDIA_TYPE_INVALID" : "The specified media type cannot be used in stories." ,
2024-02-08 20:55:57 +01:00
"MEDIA_VIDEO_STORY_MISSING" : "A non-story video cannot be repubblished as a story (emitted when trying to resend a non-story video as a story using inputDocument)." ,
2023-12-23 22:19:52 +01:00
"MEGAGROUP_GEO_REQUIRED" : "This method can only be invoked on a geogroup." ,
2022-02-23 20:21:34 +01:00
"MEGAGROUP_ID_INVALID" : "Invalid supergroup ID." ,
"MEGAGROUP_PREHISTORY_HIDDEN" : "Group with hidden history for new members can't be set as discussion groups." ,
"MEGAGROUP_REQUIRED" : "You can only use this method on a supergroup." ,
"MESSAGE_AUTHOR_REQUIRED" : "Message author required." ,
2022-02-23 13:11:58 +01:00
"MESSAGE_DELETE_FORBIDDEN" : "You can't delete one of the messages you tried to delete, most likely because it is a service message." ,
"MESSAGE_EDIT_TIME_EXPIRED" : "You can't edit this message anymore, too much time has passed since its creation." ,
2022-02-23 20:21:34 +01:00
"MESSAGE_EMPTY" : "The provided message is empty." ,
"MESSAGE_ID_INVALID" : "The provided message id is invalid." ,
"MESSAGE_IDS_EMPTY" : "No message ids were provided." ,
2022-03-03 19:08:54 +01:00
"MESSAGE_NOT_MODIFIED" : "The provided message data is identical to the previous message data, the message wasn't modified." ,
2024-07-30 19:17:22 +02:00
"MESSAGE_NOT_READ_YET" : "The specified message wasn't read yet." ,
2022-02-23 20:21:34 +01:00
"MESSAGE_POLL_CLOSED" : "Poll closed." ,
"MESSAGE_TOO_LONG" : "The provided message is too long." ,
2024-06-24 18:51:20 +02:00
"MESSAGE_TOO_OLD" : "The message is too old, the requested information is not available." ,
2022-02-23 20:21:34 +01:00
"METHOD_INVALID" : "The specified method is invalid." ,
2022-09-03 18:03:14 +02:00
"MIN_DATE_INVALID" : "The specified minimum date is invalid." ,
2022-02-23 20:21:34 +01:00
"MSG_ID_INVALID" : "Invalid message ID provided." ,
2022-09-22 10:54:29 +02:00
"MSG_TOO_OLD" : "[`chat_read_mark_expire_period` seconds](https:\/\/core.telegram.org\/api\/config#chat-read-mark-expire-period) have passed since the message was sent, read receipts were deleted." ,
2022-02-23 20:21:34 +01:00
"MSG_WAIT_FAILED" : "A waiting call returned an error." ,
2024-06-17 18:10:33 +02:00
"MSG_WAIT_TIMEOUT" : "Spent too much time waiting for a previous query in the invokeAfterMsg request queue, aborting!" ,
2022-02-23 20:21:34 +01:00
"MULTI_MEDIA_TOO_LONG" : "Too many media files for album." ,
2024-06-16 16:56:41 +02:00
"NETWORK_MIGRATE_%d" : "Your IP address is associated to DC %d, please re-send the query to that DC." ,
2022-02-23 20:21:34 +01:00
"NEW_SALT_INVALID" : "The new salt is invalid." ,
2022-08-07 17:56:44 +02:00
"NEW_SETTINGS_EMPTY" : "No password is set on the current account, and no new password was specified in `new_settings`." ,
2022-02-23 14:38:40 +01:00
"NEW_SETTINGS_INVALID" : "The new password settings are invalid." ,
2022-02-23 13:11:58 +01:00
"NEXT_OFFSET_INVALID" : "The specified offset is longer than 64 bytes." ,
2024-06-16 16:56:41 +02:00
"NOT_ELIGIBLE" : "The current user is not eligible to join the Peer-to-Peer Login Program." ,
"NOT_JOINED" : "The current user hasn't joined the Peer-to-Peer Login Program." ,
2022-02-23 20:21:34 +01:00
"OFFSET_INVALID" : "The provided offset is invalid." ,
"OFFSET_PEER_ID_INVALID" : "The provided offset peer is invalid." ,
"OPTION_INVALID" : "Invalid option selected." ,
"OPTIONS_TOO_MUCH" : "Too many options provided." ,
2023-03-25 16:23:50 +01:00
"ORDER_INVALID" : "The specified username order is invalid." ,
2022-02-23 20:21:34 +01:00
"PACK_SHORT_NAME_INVALID" : "Short pack name invalid." ,
"PACK_SHORT_NAME_OCCUPIED" : "A stickerpack with this name already exists." ,
"PACK_TITLE_INVALID" : "The stickerpack title is invalid." ,
"PARTICIPANT_ID_INVALID" : "The specified participant ID is invalid." ,
2022-03-04 21:50:22 +01:00
"PARTICIPANT_JOIN_MISSING" : "Trying to enable a presentation, when the user hasn't joined the Video Chat with [phone.joinGroupCall](https:\/\/core.telegram.org\/method\/phone.joinGroupCall)." ,
2022-02-23 20:21:34 +01:00
"PARTICIPANT_VERSION_OUTDATED" : "The other participant does not use an up to date telegram client with support for calls." ,
"PARTICIPANTS_TOO_FEW" : "Not enough participants." ,
"PASSWORD_EMPTY" : "The provided password is empty." ,
"PASSWORD_HASH_INVALID" : "The provided password hash is invalid." ,
2024-07-24 20:33:05 +02:00
"PASSWORD_MISSING" : "You must [enable 2FA](https:\/\/core.telegram.org\/api\/srp) before executing this operation." ,
2022-02-23 20:21:34 +01:00
"PASSWORD_RECOVERY_EXPIRED" : "The recovery code has expired." ,
2022-02-23 13:11:58 +01:00
"PASSWORD_RECOVERY_NA" : "No email was set, can't recover password via email." ,
2022-02-23 20:21:34 +01:00
"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." ,
2023-04-18 22:38:13 +02:00
"PAYMENT_UNSUPPORTED" : "A detailed description of the error will be received separately as described [here »](https:\/\/core.telegram.org\/api\/errors#406-not-acceptable)." ,
2024-06-16 17:14:43 +02:00
"PEER_FLOOD" : "The current account is spamreported, you cannot execute this action, check @spambot for more info." ,
2023-04-18 22:06:15 +02:00
"PEER_HISTORY_EMPTY" : "You can't pin an empty chat with a user." ,
2022-02-23 20:21:34 +01:00
"PEER_ID_INVALID" : "The provided peer id is invalid." ,
"PEER_ID_NOT_SUPPORTED" : "The provided peer ID is not supported." ,
2023-04-26 18:28:39 +02:00
"PEERS_LIST_EMPTY" : "The specified list of peers is empty." ,
2022-02-23 20:21:34 +01:00
"PERSISTENT_TIMESTAMP_EMPTY" : "Persistent timestamp empty." ,
"PERSISTENT_TIMESTAMP_INVALID" : "Persistent timestamp invalid." ,
"PERSISTENT_TIMESTAMP_OUTDATED" : "Channel internal replication issues, try again later (treat this like an RPC_CALL_FAIL)." ,
"PHONE_CODE_EMPTY" : "phone_code is missing." ,
"PHONE_CODE_EXPIRED" : "The phone code you provided has expired." ,
"PHONE_CODE_HASH_EMPTY" : "phone_code_hash is missing." ,
"PHONE_CODE_INVALID" : "The provided phone code is invalid." ,
2022-09-28 18:04:34 +02:00
"PHONE_HASH_EXPIRED" : "An invalid or expired `phone_code_hash` was provided." ,
2024-06-16 16:56:41 +02:00
"PHONE_MIGRATE_%d" : "Your phone number is associated to DC %d, please re-send the query to that DC." ,
2022-08-24 20:39:59 +02:00
"PHONE_NOT_OCCUPIED" : "No user is associated to the specified phone number." ,
2022-02-23 20:21:34 +01:00
"PHONE_NUMBER_APP_SIGNUP_FORBIDDEN" : "You can't sign up using this app." ,
"PHONE_NUMBER_BANNED" : "The provided phone number is banned from telegram." ,
2022-02-23 13:11:58 +01:00
"PHONE_NUMBER_FLOOD" : "You asked for the code too many times." ,
2022-02-23 20:21:34 +01:00
"PHONE_NUMBER_INVALID" : "The phone number is invalid." ,
"PHONE_NUMBER_OCCUPIED" : "The phone number is already in use." ,
"PHONE_NUMBER_UNOCCUPIED" : "The phone number is not yet being used." ,
"PHONE_PASSWORD_FLOOD" : "You have tried logging in too many times." ,
"PHONE_PASSWORD_PROTECTED" : "This phone is password protected." ,
"PHOTO_CONTENT_TYPE_INVALID" : "Photo mime-type invalid." ,
"PHOTO_CONTENT_URL_EMPTY" : "Photo URL invalid." ,
"PHOTO_CROP_FILE_MISSING" : "Photo crop file missing." ,
"PHOTO_CROP_SIZE_SMALL" : "Photo is too small." ,
"PHOTO_EXT_INVALID" : "The extension of the photo is invalid." ,
"PHOTO_FILE_MISSING" : "Profile photo file missing." ,
"PHOTO_ID_INVALID" : "Photo ID invalid." ,
"PHOTO_INVALID" : "Photo invalid." ,
"PHOTO_INVALID_DIMENSIONS" : "The photo dimensions are invalid." ,
"PHOTO_SAVE_FILE_INVALID" : "Internal issues, try again later." ,
"PHOTO_THUMB_URL_EMPTY" : "Photo thumbnail URL is empty." ,
"PIN_RESTRICTED" : "You can't pin messages." ,
"PINNED_DIALOGS_TOO_MUCH" : "Too many pinned dialogs." ,
"POLL_ANSWER_INVALID" : "One of the poll answers is not acceptable." ,
"POLL_ANSWERS_INVALID" : "Invalid poll answers were provided." ,
"POLL_OPTION_DUPLICATE" : "Duplicate poll options provided." ,
"POLL_OPTION_INVALID" : "Invalid poll option provided." ,
"POLL_QUESTION_INVALID" : "One of the poll questions is not acceptable." ,
"POLL_VOTE_REQUIRED" : "Cast a vote in the poll before calling this method." ,
2022-08-07 17:56:44 +02:00
"PREMIUM_ACCOUNT_REQUIRED" : "A premium account is required to execute this action." ,
2024-08-02 18:54:22 +02:00
"PREMIUM_CURRENTLY_UNAVAILABLE" : "You cannot currently purchase a Premium subscription." ,
2024-01-21 13:16:33 +01:00
"PREMIUM_SUB_ACTIVE_UNTIL_%d" : "You already have a premium subscription active until unixtime %d ." ,
2022-02-23 13:52:19 +01:00
"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN" : "Import for this chat is already in progress, wait %d minutes before starting a new one." ,
2022-02-23 20:21:34 +01:00
"PRIVACY_KEY_INVALID" : "The privacy key is invalid." ,
2024-01-26 19:08:52 +01:00
"PRIVACY_PREMIUM_REQUIRED" : "You need a [Telegram Premium subscription](https:\/\/core.telegram.org\/api\/premium) to send a message to this user." ,
2022-02-23 20:21:34 +01:00
"PRIVACY_TOO_LONG" : "Too many privacy rules were specified, the current limit is 1000." ,
"PRIVACY_VALUE_INVALID" : "The specified privacy rule combination is invalid." ,
2022-09-03 18:03:14 +02:00
"PUBLIC_CHANNEL_MISSING" : "You can only export group call invite links for public chats or channels." ,
2022-02-23 20:21:34 +01:00
"PUBLIC_KEY_REQUIRED" : "A public key is required." ,
"QUERY_ID_EMPTY" : "The query ID is empty." ,
"QUERY_ID_INVALID" : "The query ID is invalid." ,
"QUERY_TOO_SHORT" : "The query string is too short." ,
2024-07-30 18:41:29 +02:00
"QUICK_REPLIES_TOO_MUCH" : "A maximum of [appConfig.`quick_replies_limit`](https:\/\/core.telegram.org\/api\/config#quick-replies-limit) shortcuts may be created, the limit was reached." ,
2022-03-09 15:22:47 +01:00
"QUIZ_ANSWER_MISSING" : "You can forward a quiz while hiding the original author only after choosing an option in the quiz." ,
2022-02-23 20:21:34 +01:00
"QUIZ_CORRECT_ANSWER_INVALID" : "An invalid value was provided to the correct_answers field." ,
"QUIZ_CORRECT_ANSWERS_EMPTY" : "No correct quiz answer was specified." ,
2022-03-03 18:25:40 +01:00
"QUIZ_CORRECT_ANSWERS_TOO_MUCH" : "You specified too many correct answers in a quiz, quizzes can only have one right answer!" ,
"QUIZ_MULTIPLE_INVALID" : "Quizzes can't have the multiple_choice flag set!" ,
2024-06-16 17:14:43 +02:00
"QUOTE_TEXT_INVALID" : "The specified `reply_to`.`quote_text` field is invalid." ,
2024-06-16 16:56:41 +02:00
"RAISE_HAND_FORBIDDEN" : "You cannot raise your hand." ,
2022-02-23 20:21:34 +01:00
"RANDOM_ID_DUPLICATE" : "You provided a random ID that was already used." ,
"RANDOM_ID_EMPTY" : "Random ID empty." ,
"RANDOM_ID_INVALID" : "A provided random ID is invalid." ,
"RANDOM_LENGTH_INVALID" : "Random length invalid." ,
"RANGES_INVALID" : "Invalid range provided." ,
"REACTION_EMPTY" : "Empty reaction provided." ,
"REACTION_INVALID" : "The specified reaction is invalid." ,
2024-07-30 18:41:29 +02:00
"REACTIONS_TOO_MANY" : "The message already has exactly `reactions_uniq_max` reaction emojis, you can't react with a new emoji, see [the docs for more info »](https:\/\/core.telegram.org\/api\/config#client-configuration)." ,
2024-07-24 20:33:05 +02:00
"RECEIPT_EMPTY" : "The specified receipt is empty." ,
2022-02-23 20:21:34 +01:00
"REPLY_MARKUP_BUY_EMPTY" : "Reply markup for buy button empty." ,
2024-08-02 18:15:50 +02:00
"REPLY_MARKUP_GAME_EMPTY" : "A game message is being edited, but the newly provided keyboard doesn't have a keyboardButtonGame button." ,
2022-02-23 20:21:34 +01:00
"REPLY_MARKUP_INVALID" : "The provided reply markup is invalid." ,
"REPLY_MARKUP_TOO_LONG" : "The specified reply_markup is too long." ,
2024-01-20 18:52:29 +01:00
"REPLY_MESSAGE_ID_INVALID" : "The specified reply-to message ID is invalid." ,
2024-07-30 18:41:29 +02:00
"REPLY_MESSAGES_TOO_MUCH" : "Each shortcut can contain a maximum of [appConfig.`quick_reply_messages_limit`](https:\/\/core.telegram.org\/api\/config#quick-reply-messages-limit) messages, the limit was reached." ,
2023-10-03 20:42:06 +02:00
"REPLY_TO_INVALID" : "The specified `reply_to` field is invalid." ,
2023-12-23 22:19:52 +01:00
"REPLY_TO_USER_INVALID" : "The replied-to user is invalid." ,
2024-06-16 16:56:41 +02:00
"REQUEST_TOKEN_INVALID" : "The master DC did not accept the `request_token` from the CDN DC. Continue downloading the file from the master DC using upload.getFile." ,
2022-02-23 20:21:34 +01:00
"RESET_REQUEST_MISSING" : "No password reset is in progress." ,
"RESULT_ID_DUPLICATE" : "You provided a duplicate result ID." ,
"RESULT_ID_EMPTY" : "Result ID empty." ,
2022-08-15 19:37:54 +02:00
"RESULT_ID_INVALID" : "One of the specified result IDs is invalid." ,
2022-02-23 20:21:34 +01:00
"RESULT_TYPE_INVALID" : "Result type invalid." ,
"RESULTS_TOO_MUCH" : "Too many results were provided." ,
"REVOTE_NOT_ALLOWED" : "You cannot change your vote." ,
"RIGHT_FORBIDDEN" : "Your admin rights do not allow you to do this." ,
2022-08-15 19:37:54 +02:00
"RIGHTS_NOT_MODIFIED" : "The new admin rights are equal to the old rights, no change was made." ,
2024-07-24 20:33:05 +02:00
"RINGTONE_INVALID" : "The specified ringtone is invalid." ,
"RINGTONE_MIME_INVALID" : "The MIME type for the ringtone is invalid." ,
2022-02-23 20:21:34 +01:00
"RSA_DECRYPT_FAILED" : "Internal RSA decryption failed." ,
"SCHEDULE_BOT_NOT_ALLOWED" : "Bots cannot schedule messages." ,
"SCHEDULE_DATE_INVALID" : "Invalid schedule date provided." ,
"SCHEDULE_DATE_TOO_LATE" : "You can't schedule a message this far in the future." ,
2022-02-23 13:11:58 +01:00
"SCHEDULE_STATUS_PRIVATE" : "Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings." ,
2022-02-23 20:21:34 +01:00
"SCHEDULE_TOO_MUCH" : "There are too many scheduled messages." ,
2022-03-01 18:27:32 +01:00
"SCORE_INVALID" : "The specified game score is invalid." ,
2022-02-23 20:21:34 +01:00
"SEARCH_QUERY_EMPTY" : "The search query is empty." ,
2022-03-09 15:22:47 +01:00
"SEARCH_WITH_LINK_NOT_SUPPORTED" : "You cannot provide a search query and an invite link at the same time." ,
2022-02-23 20:21:34 +01:00
"SECONDS_INVALID" : "Invalid duration provided." ,
2024-07-24 20:33:05 +02:00
"SECURE_SECRET_REQUIRED" : "A secure secret is required." ,
2022-02-23 20:21:34 +01:00
"SEND_AS_PEER_INVALID" : "You can't send messages as the specified peer." ,
"SEND_CODE_UNAVAILABLE" : "Returned when all available options for this type of number were already used (e.g. flash-call, then SMS, then this error might be returned to trigger a second resend)." ,
2024-01-17 23:03:36 +01:00
"SEND_MEDIA_INVALID" : "The specified media is invalid." ,
2022-02-23 20:21:34 +01:00
"SEND_MESSAGE_MEDIA_INVALID" : "Invalid media provided." ,
"SEND_MESSAGE_TYPE_INVALID" : "The message type is invalid." ,
2022-02-23 13:11:58 +01:00
"SENSITIVE_CHANGE_FORBIDDEN" : "You can't change your sensitive content settings." ,
2024-06-17 18:10:33 +02:00
"SESSION_EXPIRED" : "The session has expired." ,
2022-02-23 20:21:34 +01:00
"SESSION_PASSWORD_NEEDED" : "2FA is enabled, use a password to login." ,
2024-06-17 18:10:33 +02:00
"SESSION_REVOKED" : "The session was revoked by the user." ,
2022-02-23 20:21:34 +01:00
"SESSION_TOO_FRESH_%d" : "This session was created less than 24 hours ago, try again in %d seconds." ,
"SETTINGS_INVALID" : "Invalid settings were provided." ,
"SHA256_HASH_INVALID" : "The provided SHA256 hash is invalid." ,
"SHORT_NAME_INVALID" : "The specified short name is invalid." ,
"SHORT_NAME_OCCUPIED" : "The specified short name is already in use." ,
2024-06-16 16:56:41 +02:00
"SHORTCUT_INVALID" : "The specified shortcut is invalid." ,
2022-02-23 20:21:34 +01:00
"SIGN_IN_FAILED" : "Failure while signing in." ,
2023-12-23 22:19:52 +01:00
"SLOTS_EMPTY" : "The specified slot list is empty." ,
2022-02-23 13:11:58 +01:00
"SLOWMODE_MULTI_MSGS_DISABLED" : "Slowmode is enabled, you cannot forward multiple messages to this group." ,
"SLOWMODE_WAIT_%d" : "Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat." ,
2023-12-23 22:19:52 +01:00
"SLUG_INVALID" : "The specified invoice slug is invalid." ,
2022-02-23 20:21:34 +01:00
"SMS_CODE_CREATE_FAILED" : "An error occurred while creating the SMS code." ,
2024-06-16 16:56:41 +02:00
"SMSJOB_ID_INVALID" : "The specified job ID is invalid." ,
2022-02-23 20:21:34 +01:00
"SRP_ID_INVALID" : "Invalid SRP ID provided." ,
"SRP_PASSWORD_CHANGED" : "Password has changed." ,
"START_PARAM_EMPTY" : "The start parameter is empty." ,
"START_PARAM_INVALID" : "Start parameter invalid." ,
"START_PARAM_TOO_LONG" : "Start parameter is too long." ,
2024-06-16 16:56:41 +02:00
"STATS_MIGRATE_%d" : "Channel statistics for the specified channel are stored on DC %d, please re-send the query to that DC." ,
2022-02-23 20:21:34 +01:00
"STICKER_DOCUMENT_INVALID" : "The specified sticker document is invalid." ,
"STICKER_EMOJI_INVALID" : "Sticker emoji invalid." ,
"STICKER_FILE_INVALID" : "Sticker file invalid." ,
2022-03-01 22:08:53 +01:00
"STICKER_GIF_DIMENSIONS" : "The specified video sticker has invalid dimensions." ,
2022-02-23 20:21:34 +01:00
"STICKER_ID_INVALID" : "The provided sticker ID is invalid." ,
"STICKER_INVALID" : "The provided sticker is invalid." ,
2023-03-23 19:55:16 +01:00
"STICKER_MIME_INVALID" : "The specified sticker MIME type is invalid." ,
2022-02-23 20:21:34 +01:00
"STICKER_PNG_DIMENSIONS" : "Sticker png dimensions invalid." ,
"STICKER_PNG_NOPNG" : "One of the specified stickers is not a valid PNG file." ,
2022-08-24 21:21:45 +02:00
"STICKER_TGS_NODOC" : "You must send the animated sticker as a document." ,
2022-02-23 13:11:58 +01:00
"STICKER_TGS_NOTGS" : "Invalid TGS sticker provided." ,
"STICKER_THUMB_PNG_NOPNG" : "Incorrect stickerset thumb file provided, PNG \/ WEBP expected." ,
"STICKER_THUMB_TGS_NOTGS" : "Incorrect stickerset TGS thumb file provided." ,
2022-03-01 22:08:53 +01:00
"STICKER_VIDEO_BIG" : "The specified video sticker is too big." ,
2022-08-24 21:21:45 +02:00
"STICKER_VIDEO_NODOC" : "You must send the video sticker as a document." ,
2022-03-01 18:27:32 +01:00
"STICKER_VIDEO_NOWEBM" : "The specified video sticker is not in webm format." ,
"STICKERPACK_STICKERS_TOO_MUCH" : "There are too many stickers in this stickerpack, you can't add any more." ,
2022-02-23 20:21:34 +01:00
"STICKERS_EMPTY" : "No sticker provided." ,
2022-03-01 18:27:32 +01:00
"STICKERS_TOO_MUCH" : "There are too many stickers in this stickerpack, you can't add any more." ,
2022-02-23 20:21:34 +01:00
"STICKERSET_INVALID" : "The provided sticker set is invalid." ,
2024-07-24 20:33:05 +02:00
"STICKERSET_NOT_MODIFIED" : "The passed stickerset information is equal to the current information." ,
2022-03-03 18:25:40 +01:00
"STICKERSET_OWNER_ANONYMOUS" : "Provided stickerset can't be installed as group stickerset to prevent admin deanonymization." ,
2024-01-26 19:08:52 +01:00
"STORIES_NEVER_CREATED" : "This peer hasn't ever posted any stories." ,
2024-07-30 18:41:29 +02:00
"STORIES_TOO_MUCH" : "You have hit the maximum active stories limit as specified by the [`story_expiring_limit_*` client configuration parameters](https:\/\/core.telegram.org\/api\/config#story-expiring-limit-default): you should buy a [Premium](https:\/\/core.telegram.org\/api\/premium) subscription, delete an active story, or wait for the oldest story to expire." ,
2023-10-03 20:42:06 +02:00
"STORY_ID_EMPTY" : "You specified no story IDs." ,
2023-12-23 22:19:52 +01:00
"STORY_ID_INVALID" : "The specified story ID is invalid." ,
2023-10-06 19:07:28 +02:00
"STORY_NOT_MODIFIED" : "The new story information you passed is equal to the previous story information, thus it wasn't modified." ,
2023-10-11 22:25:50 +02:00
"STORY_PERIOD_INVALID" : "The specified story period is invalid for this account." ,
"STORY_SEND_FLOOD_MONTHLY_%d" : "You've hit the monthly story limit as specified by the [`stories_sent_monthly_limit_*` client configuration parameters](https:\/\/core.telegram.org\/api\/config#stories-sent-monthly-limit-default): wait for the specified number of seconds before posting a new story." ,
"STORY_SEND_FLOOD_WEEKLY_%d" : "You've hit the weekly story limit as specified by the [`stories_sent_weekly_limit_*` client configuration parameters](https:\/\/core.telegram.org\/api\/config#stories-sent-weekly-limit-default): wait for the specified number of seconds before posting a new story." ,
2022-09-22 10:54:29 +02:00
"SWITCH_PM_TEXT_EMPTY" : "The switch_pm.text field was empty." ,
2024-06-16 17:14:43 +02:00
"SWITCH_WEBVIEW_URL_INVALID" : "The URL specified in switch_webview.url is invalid!" ,
2023-11-23 19:51:37 +01:00
"TAKEOUT_INIT_DELAY_%d" : "Sorry, for security reasons, you will be able to begin downloading your data in %d seconds. We have notified all your devices about the export request to make sure it's authorized and to give you time to react if it's not." ,
2024-01-20 18:52:29 +01:00
"TAKEOUT_INVALID" : "The specified takeout ID is invalid." ,
2024-07-30 18:41:29 +02:00
"TAKEOUT_REQUIRED" : "A [takeout](https:\/\/core.telegram.org\/api\/takeout) session needs to be initialized first, [see here » for more info](https:\/\/core.telegram.org\/api\/takeout)." ,
2023-04-26 18:07:18 +02:00
"TASK_ALREADY_EXISTS" : "An email reset was already requested." ,
2022-02-23 18:40:18 +01:00
"TEMP_AUTH_KEY_ALREADY_BOUND" : "The passed temporary key is already bound to another **perm_auth_key_id**." ,
2022-02-23 20:21:34 +01:00
"TEMP_AUTH_KEY_EMPTY" : "No temporary auth key provided." ,
"THEME_FILE_INVALID" : "Invalid theme file provided." ,
"THEME_FORMAT_INVALID" : "Invalid theme format provided." ,
"THEME_INVALID" : "Invalid theme provided." ,
"THEME_MIME_INVALID" : "The theme's MIME type is invalid." ,
2022-08-07 17:56:44 +02:00
"THEME_TITLE_INVALID" : "The specified theme title is invalid." ,
2022-02-23 20:21:34 +01:00
"Timeout" : "Timeout while fetching data." ,
2024-07-24 20:33:05 +02:00
"TIMEZONE_INVALID" : "The specified timezone does not exist." ,
2022-02-23 20:21:34 +01:00
"TITLE_INVALID" : "The specified stickerpack title is invalid." ,
"TMP_PASSWORD_DISABLED" : "The temporary password is disabled." ,
2024-06-17 18:10:33 +02:00
"TMP_PASSWORD_INVALID" : "The passed tmp_password is invalid." ,
2022-08-07 17:56:44 +02:00
"TO_LANG_INVALID" : "The specified destination language is invalid." ,
2023-03-15 20:55:35 +01:00
"TOKEN_EMPTY" : "The specified token is empty." ,
2022-02-23 20:21:34 +01:00
"TOKEN_INVALID" : "The provided token is invalid." ,
2023-03-15 20:55:35 +01:00
"TOKEN_TYPE_INVALID" : "The specified token type is invalid." ,
2023-12-03 22:34:48 +01:00
"TOPIC_CLOSE_SEPARATELY" : "The `close` flag cannot be provided together with any of the other flags." ,
2023-03-15 20:55:35 +01:00
"TOPIC_CLOSED" : "This topic was closed, you can't send messages to it anymore." ,
2023-03-15 20:44:23 +01:00
"TOPIC_DELETED" : "The specified topic was deleted." ,
2023-12-03 22:34:48 +01:00
"TOPIC_HIDE_SEPARATELY" : "The `hide` flag cannot be provided together with any of the other flags." ,
2023-03-15 20:55:35 +01:00
"TOPIC_ID_INVALID" : "The specified topic ID is invalid." ,
2023-03-25 16:23:50 +01:00
"TOPIC_NOT_MODIFIED" : "The updated topic info is equal to the current topic info, nothing was changed." ,
2023-10-03 20:42:06 +02:00
"TOPIC_TITLE_EMPTY" : "The specified topic title is empty." ,
"TOPICS_EMPTY" : "You specified no topic IDs." ,
2023-03-15 20:55:35 +01:00
"TRANSCRIPTION_FAILED" : "Audio transcription failed." ,
2024-08-02 18:15:50 +02:00
"TRANSLATE_REQ_QUOTA_EXCEEDED" : "Translation is currently unavailable due to a temporary server-side lack of resources." ,
2022-02-23 20:21:34 +01:00
"TTL_DAYS_INVALID" : "The provided TTL is invalid." ,
"TTL_MEDIA_INVALID" : "Invalid media Time To Live was provided." ,
"TTL_PERIOD_INVALID" : "The specified TTL period is invalid." ,
"TYPES_EMPTY" : "No top peer type was provided." ,
"UNTIL_DATE_INVALID" : "Invalid until date provided." ,
2022-02-23 13:52:19 +01:00
"UPDATE_APP_TO_LOGIN" : "Please update to the latest version of MadelineProto to login." ,
2022-02-23 20:21:34 +01:00
"URL_INVALID" : "Invalid URL provided." ,
"USAGE_LIMIT_INVALID" : "The specified usage limit is invalid." ,
"USER_ADMIN_INVALID" : "You're not an admin." ,
2022-03-01 18:27:32 +01:00
"USER_ALREADY_INVITED" : "You have already invited this user." ,
2022-02-23 20:21:34 +01:00
"USER_ALREADY_PARTICIPANT" : "The user is already in the group." ,
"USER_BANNED_IN_CHANNEL" : "You're banned from sending messages in supergroups\/channels." ,
"USER_BLOCKED" : "User blocked." ,
2022-02-23 13:11:58 +01:00
"USER_BOT" : "Bots can only be admins in channels." ,
2023-04-25 21:39:40 +02:00
"USER_BOT_INVALID" : "User accounts must provide the `bot` method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts." ,
2022-02-23 20:21:34 +01:00
"USER_BOT_REQUIRED" : "This method can only be called by a bot." ,
"USER_CHANNELS_TOO_MUCH" : "One of the users you tried to add is already in too many channels\/supergroups." ,
2024-07-30 18:50:41 +02:00
"USER_CREATOR" : "For channels.editAdmin: you've tried to edit the admin rights of the owner, but you're not the owner; for channels.leaveChannel: you can't leave this channel, because you're its creator." ,
2024-06-17 18:10:33 +02:00
"USER_DEACTIVATED" : "The current account was deleted by the user." ,
"USER_DEACTIVATED_BAN" : "The current account was deleted and banned by Telegram's antispam system." ,
2022-02-23 13:11:58 +01:00
"USER_DELETED" : "You can't send this secret message because the other participant deleted their account." ,
2022-02-23 20:21:34 +01:00
"USER_ID_INVALID" : "The provided user ID is invalid." ,
"USER_INVALID" : "Invalid user provided." ,
"USER_IS_BLOCKED" : "You were blocked by this user." ,
"USER_IS_BOT" : "Bots can't send messages to other bots." ,
"USER_KICKED" : "This user was kicked from this supergroup\/channel." ,
2024-06-16 16:56:41 +02:00
"USER_MIGRATE_%d" : "Your account is associated to DC %d, please re-send the query to that DC." ,
2022-02-23 20:21:34 +01:00
"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_PRIVACY_RESTRICTED" : "The user's privacy settings do not allow you to do this." ,
2024-01-20 18:52:29 +01:00
"USER_PUBLIC_MISSING" : "Cannot generate a link to stories posted by a peer without a username." ,
2022-02-23 13:11:58 +01:00
"USER_RESTRICTED" : "You're spamreported, you can't create channels or chats." ,
2022-02-23 20:21:34 +01:00
"USER_VOLUME_INVALID" : "The specified user volume is invalid." ,
"USERNAME_INVALID" : "The provided username is not valid." ,
"USERNAME_NOT_MODIFIED" : "The username was not modified." ,
"USERNAME_NOT_OCCUPIED" : "The provided username is not occupied." ,
"USERNAME_OCCUPIED" : "The provided username is already occupied." ,
2023-03-15 20:55:35 +01:00
"USERNAME_PURCHASE_AVAILABLE" : "The specified username can be purchased on https:\/\/fragment.com." ,
2023-04-18 22:06:15 +02:00
"USERNAMES_ACTIVE_TOO_MUCH" : "The maximum number of active usernames was reached." ,
2022-02-23 13:11:58 +01:00
"USERPIC_PRIVACY_REQUIRED" : "You need to disable privacy settings for your profile picture in order to make your geolocation public." ,
2022-02-23 20:21:34 +01:00
"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_MUCH" : "The maximum number of users has been exceeded (to create a chat, for example)." ,
2023-12-23 22:19:52 +01:00
"VENUE_ID_INVALID" : "The specified venue ID is invalid." ,
2022-02-23 20:21:34 +01:00
"VIDEO_CONTENT_TYPE_INVALID" : "The video's content type is invalid." ,
"VIDEO_FILE_INVALID" : "The specified video file is invalid." ,
2024-06-16 17:14:43 +02:00
"VIDEO_PAUSE_FORBIDDEN" : "You cannot pause the video stream." ,
"VIDEO_STOP_FORBIDDEN" : "You cannot stop the video stream." ,
2022-02-23 20:21:34 +01:00
"VIDEO_TITLE_EMPTY" : "The specified video title is empty." ,
2022-08-15 19:37:54 +02:00
"VOICE_MESSAGES_FORBIDDEN" : "This user's privacy settings forbid you from sending voice messages." ,
2022-02-23 20:21:34 +01:00
"WALLPAPER_FILE_INVALID" : "The specified wallpaper file is invalid." ,
"WALLPAPER_INVALID" : "The specified wallpaper is invalid." ,
"WALLPAPER_MIME_INVALID" : "The specified wallpaper MIME type is invalid." ,
2023-12-23 22:19:52 +01:00
"WALLPAPER_NOT_FOUND" : "The specified wallpaper could not be found." ,
2022-02-23 20:21:34 +01:00
"WC_CONVERT_URL_INVALID" : "WC convert URL invalid." ,
"WEBDOCUMENT_INVALID" : "Invalid webdocument URL provided." ,
"WEBDOCUMENT_MIME_INVALID" : "Invalid webdocument mime type provided." ,
2022-02-23 13:11:58 +01:00
"WEBDOCUMENT_SIZE_TOO_BIG" : "Webdocument is too big!" ,
2024-06-17 18:10:33 +02:00
"WEBDOCUMENT_URL_EMPTY" : "The passed web document URL is empty." ,
2022-02-23 20:21:34 +01:00
"WEBDOCUMENT_URL_INVALID" : "The specified webdocument URL is invalid." ,
"WEBPAGE_CURL_FAILED" : "Failure while fetching the webpage with cURL." ,
"WEBPAGE_MEDIA_EMPTY" : "Webpage media empty." ,
2023-12-23 22:19:52 +01:00
"WEBPAGE_NOT_FOUND" : "A preview for the specified webpage `url` could not be generated." ,
"WEBPAGE_URL_INVALID" : "The specified webpage `url` is invalid." ,
2022-02-23 13:11:58 +01:00
"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." ,
2024-06-24 18:51:20 +02:00
"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."
2022-02-23 13:11:58 +01:00
}
}