import * as api from './methods'; export interface ApiMethods { getAuthorizationState: api.getAuthorizationState; setTdlibParameters: api.setTdlibParameters; setAuthenticationPhoneNumber: api.setAuthenticationPhoneNumber; checkAuthenticationPremiumPurchase: api.checkAuthenticationPremiumPurchase; setAuthenticationPremiumPurchaseTransaction: api.setAuthenticationPremiumPurchaseTransaction; setAuthenticationEmailAddress: api.setAuthenticationEmailAddress; resendAuthenticationCode: api.resendAuthenticationCode; checkAuthenticationEmailCode: api.checkAuthenticationEmailCode; checkAuthenticationCode: api.checkAuthenticationCode; requestQrCodeAuthentication: api.requestQrCodeAuthentication; getAuthenticationPasskeyParameters: api.getAuthenticationPasskeyParameters; checkAuthenticationPasskey: api.checkAuthenticationPasskey; registerUser: api.registerUser; resetAuthenticationEmailAddress: api.resetAuthenticationEmailAddress; checkAuthenticationPassword: api.checkAuthenticationPassword; requestAuthenticationPasswordRecovery: api.requestAuthenticationPasswordRecovery; checkAuthenticationPasswordRecoveryCode: api.checkAuthenticationPasswordRecoveryCode; recoverAuthenticationPassword: api.recoverAuthenticationPassword; sendAuthenticationFirebaseSms: api.sendAuthenticationFirebaseSms; reportAuthenticationCodeMissing: api.reportAuthenticationCodeMissing; checkAuthenticationBotToken: api.checkAuthenticationBotToken; logOut: api.logOut; close: api.close; destroy: api.destroy; confirmQrCodeAuthentication: api.confirmQrCodeAuthentication; getCurrentState: api.getCurrentState; setDatabaseEncryptionKey: api.setDatabaseEncryptionKey; getPasswordState: api.getPasswordState; setPassword: api.setPassword; isLoginEmailAddressRequired: api.isLoginEmailAddressRequired; setLoginEmailAddress: api.setLoginEmailAddress; resendLoginEmailAddressCode: api.resendLoginEmailAddressCode; checkLoginEmailAddressCode: api.checkLoginEmailAddressCode; getRecoveryEmailAddress: api.getRecoveryEmailAddress; setRecoveryEmailAddress: api.setRecoveryEmailAddress; checkRecoveryEmailAddressCode: api.checkRecoveryEmailAddressCode; resendRecoveryEmailAddressCode: api.resendRecoveryEmailAddressCode; cancelRecoveryEmailAddressVerification: api.cancelRecoveryEmailAddressVerification; requestPasswordRecovery: api.requestPasswordRecovery; checkPasswordRecoveryCode: api.checkPasswordRecoveryCode; recoverPassword: api.recoverPassword; resetPassword: api.resetPassword; cancelPasswordReset: api.cancelPasswordReset; createTemporaryPassword: api.createTemporaryPassword; getTemporaryPasswordState: api.getTemporaryPasswordState; getMe: api.getMe; getUser: api.getUser; getUserFullInfo: api.getUserFullInfo; getBasicGroup: api.getBasicGroup; getBasicGroupFullInfo: api.getBasicGroupFullInfo; getSupergroup: api.getSupergroup; getSupergroupFullInfo: api.getSupergroupFullInfo; getSecretChat: api.getSecretChat; getChat: api.getChat; getMessage: api.getMessage; getMessageLocally: api.getMessageLocally; getRepliedMessage: api.getRepliedMessage; getChatPinnedMessage: api.getChatPinnedMessage; getCallbackQueryMessage: api.getCallbackQueryMessage; getMessages: api.getMessages; getMessageProperties: api.getMessageProperties; getMessageThread: api.getMessageThread; getMessageReadDate: api.getMessageReadDate; getMessageViewers: api.getMessageViewers; getMessageAuthor: api.getMessageAuthor; getFile: api.getFile; getRemoteFile: api.getRemoteFile; loadChats: api.loadChats; getChats: api.getChats; searchPublicChat: api.searchPublicChat; searchPublicChats: api.searchPublicChats; searchChats: api.searchChats; searchChatsOnServer: api.searchChatsOnServer; getRecommendedChats: api.getRecommendedChats; getChatSimilarChats: api.getChatSimilarChats; getChatSimilarChatCount: api.getChatSimilarChatCount; openChatSimilarChat: api.openChatSimilarChat; getBotSimilarBots: api.getBotSimilarBots; getBotSimilarBotCount: api.getBotSimilarBotCount; openBotSimilarBot: api.openBotSimilarBot; getTopChats: api.getTopChats; removeTopChat: api.removeTopChat; searchRecentlyFoundChats: api.searchRecentlyFoundChats; addRecentlyFoundChat: api.addRecentlyFoundChat; removeRecentlyFoundChat: api.removeRecentlyFoundChat; clearRecentlyFoundChats: api.clearRecentlyFoundChats; getRecentlyOpenedChats: api.getRecentlyOpenedChats; checkChatUsername: api.checkChatUsername; getCreatedPublicChats: api.getCreatedPublicChats; checkCreatedPublicChatsLimit: api.checkCreatedPublicChatsLimit; getSuitableDiscussionChats: api.getSuitableDiscussionChats; getInactiveSupergroupChats: api.getInactiveSupergroupChats; getSuitablePersonalChats: api.getSuitablePersonalChats; loadDirectMessagesChatTopics: api.loadDirectMessagesChatTopics; getDirectMessagesChatTopic: api.getDirectMessagesChatTopic; getDirectMessagesChatTopicHistory: api.getDirectMessagesChatTopicHistory; getDirectMessagesChatTopicMessageByDate: api.getDirectMessagesChatTopicMessageByDate; deleteDirectMessagesChatTopicHistory: api.deleteDirectMessagesChatTopicHistory; deleteDirectMessagesChatTopicMessagesByDate: api.deleteDirectMessagesChatTopicMessagesByDate; setDirectMessagesChatTopicIsMarkedAsUnread: api.setDirectMessagesChatTopicIsMarkedAsUnread; unpinAllDirectMessagesChatTopicMessages: api.unpinAllDirectMessagesChatTopicMessages; readAllDirectMessagesChatTopicReactions: api.readAllDirectMessagesChatTopicReactions; getDirectMessagesChatTopicRevenue: api.getDirectMessagesChatTopicRevenue; toggleDirectMessagesChatTopicCanSendUnpaidMessages: api.toggleDirectMessagesChatTopicCanSendUnpaidMessages; loadSavedMessagesTopics: api.loadSavedMessagesTopics; getSavedMessagesTopicHistory: api.getSavedMessagesTopicHistory; getSavedMessagesTopicMessageByDate: api.getSavedMessagesTopicMessageByDate; deleteSavedMessagesTopicHistory: api.deleteSavedMessagesTopicHistory; deleteSavedMessagesTopicMessagesByDate: api.deleteSavedMessagesTopicMessagesByDate; toggleSavedMessagesTopicIsPinned: api.toggleSavedMessagesTopicIsPinned; setPinnedSavedMessagesTopics: api.setPinnedSavedMessagesTopics; getGroupsInCommon: api.getGroupsInCommon; getChatHistory: api.getChatHistory; getMessageThreadHistory: api.getMessageThreadHistory; deleteChatHistory: api.deleteChatHistory; deleteChat: api.deleteChat; searchChatMessages: api.searchChatMessages; searchMessages: api.searchMessages; searchSecretMessages: api.searchSecretMessages; searchSavedMessages: api.searchSavedMessages; searchCallMessages: api.searchCallMessages; searchOutgoingDocumentMessages: api.searchOutgoingDocumentMessages; getPublicPostSearchLimits: api.getPublicPostSearchLimits; searchPublicPosts: api.searchPublicPosts; searchPublicMessagesByTag: api.searchPublicMessagesByTag; searchPublicStoriesByTag: api.searchPublicStoriesByTag; searchPublicStoriesByLocation: api.searchPublicStoriesByLocation; searchPublicStoriesByVenue: api.searchPublicStoriesByVenue; getSearchedForTags: api.getSearchedForTags; removeSearchedForTag: api.removeSearchedForTag; clearSearchedForTags: api.clearSearchedForTags; deleteAllCallMessages: api.deleteAllCallMessages; searchChatRecentLocationMessages: api.searchChatRecentLocationMessages; getChatMessageByDate: api.getChatMessageByDate; getChatSparseMessagePositions: api.getChatSparseMessagePositions; getChatMessageCalendar: api.getChatMessageCalendar; getChatMessageCount: api.getChatMessageCount; getChatMessagePosition: api.getChatMessagePosition; getChatScheduledMessages: api.getChatScheduledMessages; getChatSponsoredMessages: api.getChatSponsoredMessages; clickChatSponsoredMessage: api.clickChatSponsoredMessage; reportChatSponsoredMessage: api.reportChatSponsoredMessage; getSearchSponsoredChats: api.getSearchSponsoredChats; viewSponsoredChat: api.viewSponsoredChat; openSponsoredChat: api.openSponsoredChat; reportSponsoredChat: api.reportSponsoredChat; getVideoMessageAdvertisements: api.getVideoMessageAdvertisements; viewVideoMessageAdvertisement: api.viewVideoMessageAdvertisement; clickVideoMessageAdvertisement: api.clickVideoMessageAdvertisement; reportVideoMessageAdvertisement: api.reportVideoMessageAdvertisement; removeNotification: api.removeNotification; removeNotificationGroup: api.removeNotificationGroup; getMessageLink: api.getMessageLink; getMessageEmbeddingCode: api.getMessageEmbeddingCode; getMessageLinkInfo: api.getMessageLinkInfo; translateText: api.translateText; translateMessageText: api.translateMessageText; summarizeMessage: api.summarizeMessage; recognizeSpeech: api.recognizeSpeech; rateSpeechRecognition: api.rateSpeechRecognition; getChatAvailableMessageSenders: api.getChatAvailableMessageSenders; setChatMessageSender: api.setChatMessageSender; sendMessage: api.sendMessage; sendMessageAlbum: api.sendMessageAlbum; sendBotStartMessage: api.sendBotStartMessage; sendInlineQueryResultMessage: api.sendInlineQueryResultMessage; forwardMessages: api.forwardMessages; sendQuickReplyShortcutMessages: api.sendQuickReplyShortcutMessages; resendMessages: api.resendMessages; addLocalMessage: api.addLocalMessage; deleteMessages: api.deleteMessages; deleteChatMessagesBySender: api.deleteChatMessagesBySender; deleteChatMessagesByDate: api.deleteChatMessagesByDate; editMessageText: api.editMessageText; editMessageLiveLocation: api.editMessageLiveLocation; editMessageChecklist: api.editMessageChecklist; editMessageMedia: api.editMessageMedia; editMessageCaption: api.editMessageCaption; editMessageReplyMarkup: api.editMessageReplyMarkup; editInlineMessageText: api.editInlineMessageText; editInlineMessageLiveLocation: api.editInlineMessageLiveLocation; editInlineMessageMedia: api.editInlineMessageMedia; editInlineMessageCaption: api.editInlineMessageCaption; editInlineMessageReplyMarkup: api.editInlineMessageReplyMarkup; editMessageSchedulingState: api.editMessageSchedulingState; setMessageFactCheck: api.setMessageFactCheck; sendBusinessMessage: api.sendBusinessMessage; sendBusinessMessageAlbum: api.sendBusinessMessageAlbum; editBusinessMessageText: api.editBusinessMessageText; editBusinessMessageLiveLocation: api.editBusinessMessageLiveLocation; editBusinessMessageChecklist: api.editBusinessMessageChecklist; editBusinessMessageMedia: api.editBusinessMessageMedia; editBusinessMessageCaption: api.editBusinessMessageCaption; editBusinessMessageReplyMarkup: api.editBusinessMessageReplyMarkup; stopBusinessPoll: api.stopBusinessPoll; setBusinessMessageIsPinned: api.setBusinessMessageIsPinned; readBusinessMessage: api.readBusinessMessage; deleteBusinessMessages: api.deleteBusinessMessages; editBusinessStory: api.editBusinessStory; deleteBusinessStory: api.deleteBusinessStory; setBusinessAccountName: api.setBusinessAccountName; setBusinessAccountBio: api.setBusinessAccountBio; setBusinessAccountProfilePhoto: api.setBusinessAccountProfilePhoto; setBusinessAccountUsername: api.setBusinessAccountUsername; setBusinessAccountGiftSettings: api.setBusinessAccountGiftSettings; getBusinessAccountStarAmount: api.getBusinessAccountStarAmount; transferBusinessAccountStars: api.transferBusinessAccountStars; checkQuickReplyShortcutName: api.checkQuickReplyShortcutName; checkQuickReplyShortcutNameSync: api.checkQuickReplyShortcutNameSync; loadQuickReplyShortcuts: api.loadQuickReplyShortcuts; setQuickReplyShortcutName: api.setQuickReplyShortcutName; deleteQuickReplyShortcut: api.deleteQuickReplyShortcut; reorderQuickReplyShortcuts: api.reorderQuickReplyShortcuts; loadQuickReplyShortcutMessages: api.loadQuickReplyShortcutMessages; deleteQuickReplyShortcutMessages: api.deleteQuickReplyShortcutMessages; addQuickReplyShortcutMessage: api.addQuickReplyShortcutMessage; addQuickReplyShortcutInlineQueryResultMessage: api.addQuickReplyShortcutInlineQueryResultMessage; addQuickReplyShortcutMessageAlbum: api.addQuickReplyShortcutMessageAlbum; readdQuickReplyShortcutMessages: api.readdQuickReplyShortcutMessages; editQuickReplyMessage: api.editQuickReplyMessage; getForumTopicDefaultIcons: api.getForumTopicDefaultIcons; createForumTopic: api.createForumTopic; editForumTopic: api.editForumTopic; getForumTopic: api.getForumTopic; getForumTopicHistory: api.getForumTopicHistory; getForumTopicLink: api.getForumTopicLink; getForumTopics: api.getForumTopics; setForumTopicNotificationSettings: api.setForumTopicNotificationSettings; toggleForumTopicIsClosed: api.toggleForumTopicIsClosed; toggleGeneralForumTopicIsHidden: api.toggleGeneralForumTopicIsHidden; toggleForumTopicIsPinned: api.toggleForumTopicIsPinned; setPinnedForumTopics: api.setPinnedForumTopics; deleteForumTopic: api.deleteForumTopic; readAllForumTopicMentions: api.readAllForumTopicMentions; readAllForumTopicReactions: api.readAllForumTopicReactions; unpinAllForumTopicMessages: api.unpinAllForumTopicMessages; getPasskeyParameters: api.getPasskeyParameters; addLoginPasskey: api.addLoginPasskey; getLoginPasskeys: api.getLoginPasskeys; removeLoginPasskey: api.removeLoginPasskey; getEmojiReaction: api.getEmojiReaction; getCustomEmojiReactionAnimations: api.getCustomEmojiReactionAnimations; getMessageAvailableReactions: api.getMessageAvailableReactions; clearRecentReactions: api.clearRecentReactions; addMessageReaction: api.addMessageReaction; removeMessageReaction: api.removeMessageReaction; getChatAvailablePaidMessageReactionSenders: api.getChatAvailablePaidMessageReactionSenders; addPendingPaidMessageReaction: api.addPendingPaidMessageReaction; commitPendingPaidMessageReactions: api.commitPendingPaidMessageReactions; removePendingPaidMessageReactions: api.removePendingPaidMessageReactions; setPaidMessageReactionType: api.setPaidMessageReactionType; setMessageReactions: api.setMessageReactions; getMessageAddedReactions: api.getMessageAddedReactions; setDefaultReactionType: api.setDefaultReactionType; getSavedMessagesTags: api.getSavedMessagesTags; setSavedMessagesTagLabel: api.setSavedMessagesTagLabel; getMessageEffect: api.getMessageEffect; searchQuote: api.searchQuote; searchQuoteSync: api.searchQuoteSync; getTextEntities: api.getTextEntities; getTextEntitiesSync: api.getTextEntitiesSync; parseTextEntities: api.parseTextEntities; parseTextEntitiesSync: api.parseTextEntitiesSync; parseMarkdown: api.parseMarkdown; parseMarkdownSync: api.parseMarkdownSync; getMarkdownText: api.getMarkdownText; getMarkdownTextSync: api.getMarkdownTextSync; getCountryFlagEmoji: api.getCountryFlagEmoji; getCountryFlagEmojiSync: api.getCountryFlagEmojiSync; getFileMimeType: api.getFileMimeType; getFileMimeTypeSync: api.getFileMimeTypeSync; getFileExtension: api.getFileExtension; getFileExtensionSync: api.getFileExtensionSync; cleanFileName: api.cleanFileName; cleanFileNameSync: api.cleanFileNameSync; getLanguagePackString: api.getLanguagePackString; getLanguagePackStringSync: api.getLanguagePackStringSync; getJsonValue: api.getJsonValue; getJsonValueSync: api.getJsonValueSync; getJsonString: api.getJsonString; getJsonStringSync: api.getJsonStringSync; getThemeParametersJsonString: api.getThemeParametersJsonString; getThemeParametersJsonStringSync: api.getThemeParametersJsonStringSync; setPollAnswer: api.setPollAnswer; getPollVoters: api.getPollVoters; stopPoll: api.stopPoll; addChecklistTasks: api.addChecklistTasks; markChecklistTasksAsDone: api.markChecklistTasksAsDone; hideSuggestedAction: api.hideSuggestedAction; hideContactCloseBirthdays: api.hideContactCloseBirthdays; getBusinessConnection: api.getBusinessConnection; getLoginUrlInfo: api.getLoginUrlInfo; getLoginUrl: api.getLoginUrl; shareUsersWithBot: api.shareUsersWithBot; shareChatWithBot: api.shareChatWithBot; getInlineQueryResults: api.getInlineQueryResults; answerInlineQuery: api.answerInlineQuery; savePreparedInlineMessage: api.savePreparedInlineMessage; getPreparedInlineMessage: api.getPreparedInlineMessage; getGrossingWebAppBots: api.getGrossingWebAppBots; searchWebApp: api.searchWebApp; getWebAppPlaceholder: api.getWebAppPlaceholder; getWebAppLinkUrl: api.getWebAppLinkUrl; getMainWebApp: api.getMainWebApp; getWebAppUrl: api.getWebAppUrl; sendWebAppData: api.sendWebAppData; openWebApp: api.openWebApp; closeWebApp: api.closeWebApp; answerWebAppQuery: api.answerWebAppQuery; checkWebAppFileDownload: api.checkWebAppFileDownload; getCallbackQueryAnswer: api.getCallbackQueryAnswer; answerCallbackQuery: api.answerCallbackQuery; answerShippingQuery: api.answerShippingQuery; answerPreCheckoutQuery: api.answerPreCheckoutQuery; setGameScore: api.setGameScore; setInlineGameScore: api.setInlineGameScore; getGameHighScores: api.getGameHighScores; getInlineGameHighScores: api.getInlineGameHighScores; deleteChatReplyMarkup: api.deleteChatReplyMarkup; sendChatAction: api.sendChatAction; sendTextMessageDraft: api.sendTextMessageDraft; openChat: api.openChat; closeChat: api.closeChat; viewMessages: api.viewMessages; openMessageContent: api.openMessageContent; clickAnimatedEmojiMessage: api.clickAnimatedEmojiMessage; getInternalLink: api.getInternalLink; getInternalLinkType: api.getInternalLinkType; getExternalLinkInfo: api.getExternalLinkInfo; getExternalLink: api.getExternalLink; readAllChatMentions: api.readAllChatMentions; readAllChatReactions: api.readAllChatReactions; createPrivateChat: api.createPrivateChat; createBasicGroupChat: api.createBasicGroupChat; createSupergroupChat: api.createSupergroupChat; createSecretChat: api.createSecretChat; createNewBasicGroupChat: api.createNewBasicGroupChat; createNewSupergroupChat: api.createNewSupergroupChat; createNewSecretChat: api.createNewSecretChat; upgradeBasicGroupChatToSupergroupChat: api.upgradeBasicGroupChatToSupergroupChat; getChatListsToAddChat: api.getChatListsToAddChat; addChatToList: api.addChatToList; getChatFolder: api.getChatFolder; createChatFolder: api.createChatFolder; editChatFolder: api.editChatFolder; deleteChatFolder: api.deleteChatFolder; getChatFolderChatsToLeave: api.getChatFolderChatsToLeave; getChatFolderChatCount: api.getChatFolderChatCount; reorderChatFolders: api.reorderChatFolders; toggleChatFolderTags: api.toggleChatFolderTags; getRecommendedChatFolders: api.getRecommendedChatFolders; getChatFolderDefaultIconName: api.getChatFolderDefaultIconName; getChatFolderDefaultIconNameSync: api.getChatFolderDefaultIconNameSync; getChatsForChatFolderInviteLink: api.getChatsForChatFolderInviteLink; createChatFolderInviteLink: api.createChatFolderInviteLink; getChatFolderInviteLinks: api.getChatFolderInviteLinks; editChatFolderInviteLink: api.editChatFolderInviteLink; deleteChatFolderInviteLink: api.deleteChatFolderInviteLink; checkChatFolderInviteLink: api.checkChatFolderInviteLink; addChatFolderByInviteLink: api.addChatFolderByInviteLink; getChatFolderNewChats: api.getChatFolderNewChats; processChatFolderNewChats: api.processChatFolderNewChats; getArchiveChatListSettings: api.getArchiveChatListSettings; setArchiveChatListSettings: api.setArchiveChatListSettings; setChatTitle: api.setChatTitle; setChatPhoto: api.setChatPhoto; setChatAccentColor: api.setChatAccentColor; setChatProfileAccentColor: api.setChatProfileAccentColor; setChatMessageAutoDeleteTime: api.setChatMessageAutoDeleteTime; setChatEmojiStatus: api.setChatEmojiStatus; setChatPermissions: api.setChatPermissions; setChatBackground: api.setChatBackground; deleteChatBackground: api.deleteChatBackground; getGiftChatThemes: api.getGiftChatThemes; setChatTheme: api.setChatTheme; setChatDraftMessage: api.setChatDraftMessage; setChatNotificationSettings: api.setChatNotificationSettings; toggleChatHasProtectedContent: api.toggleChatHasProtectedContent; toggleChatViewAsTopics: api.toggleChatViewAsTopics; toggleChatIsTranslatable: api.toggleChatIsTranslatable; toggleChatIsMarkedAsUnread: api.toggleChatIsMarkedAsUnread; toggleChatDefaultDisableNotification: api.toggleChatDefaultDisableNotification; setChatAvailableReactions: api.setChatAvailableReactions; setChatClientData: api.setChatClientData; setChatDescription: api.setChatDescription; setChatDiscussionGroup: api.setChatDiscussionGroup; setChatDirectMessagesGroup: api.setChatDirectMessagesGroup; setChatLocation: api.setChatLocation; setChatSlowModeDelay: api.setChatSlowModeDelay; pinChatMessage: api.pinChatMessage; unpinChatMessage: api.unpinChatMessage; unpinAllChatMessages: api.unpinAllChatMessages; joinChat: api.joinChat; leaveChat: api.leaveChat; addChatMember: api.addChatMember; addChatMembers: api.addChatMembers; setChatMemberStatus: api.setChatMemberStatus; banChatMember: api.banChatMember; canTransferOwnership: api.canTransferOwnership; transferChatOwnership: api.transferChatOwnership; getChatOwnerAfterLeaving: api.getChatOwnerAfterLeaving; getChatMember: api.getChatMember; searchChatMembers: api.searchChatMembers; getChatAdministrators: api.getChatAdministrators; clearAllDraftMessages: api.clearAllDraftMessages; getStakeDiceState: api.getStakeDiceState; getSavedNotificationSound: api.getSavedNotificationSound; getSavedNotificationSounds: api.getSavedNotificationSounds; addSavedNotificationSound: api.addSavedNotificationSound; removeSavedNotificationSound: api.removeSavedNotificationSound; getChatNotificationSettingsExceptions: api.getChatNotificationSettingsExceptions; getScopeNotificationSettings: api.getScopeNotificationSettings; setScopeNotificationSettings: api.setScopeNotificationSettings; setReactionNotificationSettings: api.setReactionNotificationSettings; resetAllNotificationSettings: api.resetAllNotificationSettings; toggleChatIsPinned: api.toggleChatIsPinned; setPinnedChats: api.setPinnedChats; readChatList: api.readChatList; getCurrentWeather: api.getCurrentWeather; getStory: api.getStory; getChatsToPostStories: api.getChatsToPostStories; canPostStory: api.canPostStory; postStory: api.postStory; startLiveStory: api.startLiveStory; editStory: api.editStory; editStoryCover: api.editStoryCover; setStoryPrivacySettings: api.setStoryPrivacySettings; toggleStoryIsPostedToChatPage: api.toggleStoryIsPostedToChatPage; deleteStory: api.deleteStory; getStoryNotificationSettingsExceptions: api.getStoryNotificationSettingsExceptions; loadActiveStories: api.loadActiveStories; setChatActiveStoriesList: api.setChatActiveStoriesList; getChatActiveStories: api.getChatActiveStories; getChatPostedToChatPageStories: api.getChatPostedToChatPageStories; getChatArchivedStories: api.getChatArchivedStories; setChatPinnedStories: api.setChatPinnedStories; openStory: api.openStory; closeStory: api.closeStory; getStoryAvailableReactions: api.getStoryAvailableReactions; setStoryReaction: api.setStoryReaction; getStoryInteractions: api.getStoryInteractions; getChatStoryInteractions: api.getChatStoryInteractions; reportStory: api.reportStory; activateStoryStealthMode: api.activateStoryStealthMode; getStoryPublicForwards: api.getStoryPublicForwards; getChatStoryAlbums: api.getChatStoryAlbums; getStoryAlbumStories: api.getStoryAlbumStories; createStoryAlbum: api.createStoryAlbum; reorderStoryAlbums: api.reorderStoryAlbums; deleteStoryAlbum: api.deleteStoryAlbum; setStoryAlbumName: api.setStoryAlbumName; addStoryAlbumStories: api.addStoryAlbumStories; removeStoryAlbumStories: api.removeStoryAlbumStories; reorderStoryAlbumStories: api.reorderStoryAlbumStories; getChatBoostLevelFeatures: api.getChatBoostLevelFeatures; getChatBoostFeatures: api.getChatBoostFeatures; getAvailableChatBoostSlots: api.getAvailableChatBoostSlots; getChatBoostStatus: api.getChatBoostStatus; boostChat: api.boostChat; getChatBoostLink: api.getChatBoostLink; getChatBoostLinkInfo: api.getChatBoostLinkInfo; getChatBoosts: api.getChatBoosts; getUserChatBoosts: api.getUserChatBoosts; getAttachmentMenuBot: api.getAttachmentMenuBot; toggleBotIsAddedToAttachmentMenu: api.toggleBotIsAddedToAttachmentMenu; getThemedEmojiStatuses: api.getThemedEmojiStatuses; getRecentEmojiStatuses: api.getRecentEmojiStatuses; getUpgradedGiftEmojiStatuses: api.getUpgradedGiftEmojiStatuses; getDefaultEmojiStatuses: api.getDefaultEmojiStatuses; clearRecentEmojiStatuses: api.clearRecentEmojiStatuses; getThemedChatEmojiStatuses: api.getThemedChatEmojiStatuses; getDefaultChatEmojiStatuses: api.getDefaultChatEmojiStatuses; getDisallowedChatEmojiStatuses: api.getDisallowedChatEmojiStatuses; downloadFile: api.downloadFile; getFileDownloadedPrefixSize: api.getFileDownloadedPrefixSize; cancelDownloadFile: api.cancelDownloadFile; getSuggestedFileName: api.getSuggestedFileName; preliminaryUploadFile: api.preliminaryUploadFile; cancelPreliminaryUploadFile: api.cancelPreliminaryUploadFile; writeGeneratedFilePart: api.writeGeneratedFilePart; setFileGenerationProgress: api.setFileGenerationProgress; finishFileGeneration: api.finishFileGeneration; readFilePart: api.readFilePart; deleteFile: api.deleteFile; addFileToDownloads: api.addFileToDownloads; toggleDownloadIsPaused: api.toggleDownloadIsPaused; toggleAllDownloadsArePaused: api.toggleAllDownloadsArePaused; removeFileFromDownloads: api.removeFileFromDownloads; removeAllFilesFromDownloads: api.removeAllFilesFromDownloads; searchFileDownloads: api.searchFileDownloads; setApplicationVerificationToken: api.setApplicationVerificationToken; getMessageFileType: api.getMessageFileType; getMessageImportConfirmationText: api.getMessageImportConfirmationText; importMessages: api.importMessages; replacePrimaryChatInviteLink: api.replacePrimaryChatInviteLink; createChatInviteLink: api.createChatInviteLink; createChatSubscriptionInviteLink: api.createChatSubscriptionInviteLink; editChatInviteLink: api.editChatInviteLink; editChatSubscriptionInviteLink: api.editChatSubscriptionInviteLink; getChatInviteLink: api.getChatInviteLink; getChatInviteLinkCounts: api.getChatInviteLinkCounts; getChatInviteLinks: api.getChatInviteLinks; getChatInviteLinkMembers: api.getChatInviteLinkMembers; revokeChatInviteLink: api.revokeChatInviteLink; deleteRevokedChatInviteLink: api.deleteRevokedChatInviteLink; deleteAllRevokedChatInviteLinks: api.deleteAllRevokedChatInviteLinks; checkChatInviteLink: api.checkChatInviteLink; joinChatByInviteLink: api.joinChatByInviteLink; getChatJoinRequests: api.getChatJoinRequests; processChatJoinRequest: api.processChatJoinRequest; processChatJoinRequests: api.processChatJoinRequests; approveSuggestedPost: api.approveSuggestedPost; declineSuggestedPost: api.declineSuggestedPost; addOffer: api.addOffer; createCall: api.createCall; acceptCall: api.acceptCall; sendCallSignalingData: api.sendCallSignalingData; discardCall: api.discardCall; sendCallRating: api.sendCallRating; sendCallDebugInformation: api.sendCallDebugInformation; sendCallLog: api.sendCallLog; getVideoChatAvailableParticipants: api.getVideoChatAvailableParticipants; setVideoChatDefaultParticipant: api.setVideoChatDefaultParticipant; createVideoChat: api.createVideoChat; createGroupCall: api.createGroupCall; getVideoChatRtmpUrl: api.getVideoChatRtmpUrl; replaceVideoChatRtmpUrl: api.replaceVideoChatRtmpUrl; getLiveStoryRtmpUrl: api.getLiveStoryRtmpUrl; replaceLiveStoryRtmpUrl: api.replaceLiveStoryRtmpUrl; getGroupCall: api.getGroupCall; startScheduledVideoChat: api.startScheduledVideoChat; toggleVideoChatEnabledStartNotification: api.toggleVideoChatEnabledStartNotification; joinGroupCall: api.joinGroupCall; joinVideoChat: api.joinVideoChat; joinLiveStory: api.joinLiveStory; startGroupCallScreenSharing: api.startGroupCallScreenSharing; toggleGroupCallScreenSharingIsPaused: api.toggleGroupCallScreenSharingIsPaused; endGroupCallScreenSharing: api.endGroupCallScreenSharing; setVideoChatTitle: api.setVideoChatTitle; toggleVideoChatMuteNewParticipants: api.toggleVideoChatMuteNewParticipants; toggleGroupCallAreMessagesAllowed: api.toggleGroupCallAreMessagesAllowed; getLiveStoryStreamer: api.getLiveStoryStreamer; getLiveStoryAvailableMessageSenders: api.getLiveStoryAvailableMessageSenders; setLiveStoryMessageSender: api.setLiveStoryMessageSender; sendGroupCallMessage: api.sendGroupCallMessage; addPendingLiveStoryReaction: api.addPendingLiveStoryReaction; commitPendingLiveStoryReactions: api.commitPendingLiveStoryReactions; removePendingLiveStoryReactions: api.removePendingLiveStoryReactions; deleteGroupCallMessages: api.deleteGroupCallMessages; deleteGroupCallMessagesBySender: api.deleteGroupCallMessagesBySender; getLiveStoryTopDonors: api.getLiveStoryTopDonors; inviteGroupCallParticipant: api.inviteGroupCallParticipant; declineGroupCallInvitation: api.declineGroupCallInvitation; banGroupCallParticipants: api.banGroupCallParticipants; inviteVideoChatParticipants: api.inviteVideoChatParticipants; getVideoChatInviteLink: api.getVideoChatInviteLink; revokeGroupCallInviteLink: api.revokeGroupCallInviteLink; startGroupCallRecording: api.startGroupCallRecording; endGroupCallRecording: api.endGroupCallRecording; toggleGroupCallIsMyVideoPaused: api.toggleGroupCallIsMyVideoPaused; toggleGroupCallIsMyVideoEnabled: api.toggleGroupCallIsMyVideoEnabled; setGroupCallPaidMessageStarCount: api.setGroupCallPaidMessageStarCount; setGroupCallParticipantIsSpeaking: api.setGroupCallParticipantIsSpeaking; toggleGroupCallParticipantIsMuted: api.toggleGroupCallParticipantIsMuted; setGroupCallParticipantVolumeLevel: api.setGroupCallParticipantVolumeLevel; toggleGroupCallParticipantIsHandRaised: api.toggleGroupCallParticipantIsHandRaised; getGroupCallParticipants: api.getGroupCallParticipants; loadGroupCallParticipants: api.loadGroupCallParticipants; leaveGroupCall: api.leaveGroupCall; endGroupCall: api.endGroupCall; getGroupCallStreams: api.getGroupCallStreams; getGroupCallStreamSegment: api.getGroupCallStreamSegment; encryptGroupCallData: api.encryptGroupCallData; decryptGroupCallData: api.decryptGroupCallData; setMessageSenderBlockList: api.setMessageSenderBlockList; blockMessageSenderFromReplies: api.blockMessageSenderFromReplies; getBlockedMessageSenders: api.getBlockedMessageSenders; addContact: api.addContact; importContacts: api.importContacts; getContacts: api.getContacts; searchContacts: api.searchContacts; removeContacts: api.removeContacts; getImportedContactCount: api.getImportedContactCount; changeImportedContacts: api.changeImportedContacts; clearImportedContacts: api.clearImportedContacts; setCloseFriends: api.setCloseFriends; getCloseFriends: api.getCloseFriends; setUserPersonalProfilePhoto: api.setUserPersonalProfilePhoto; setUserNote: api.setUserNote; suggestUserProfilePhoto: api.suggestUserProfilePhoto; suggestUserBirthdate: api.suggestUserBirthdate; toggleBotCanManageEmojiStatus: api.toggleBotCanManageEmojiStatus; setUserEmojiStatus: api.setUserEmojiStatus; searchUserByPhoneNumber: api.searchUserByPhoneNumber; sharePhoneNumber: api.sharePhoneNumber; getUserProfilePhotos: api.getUserProfilePhotos; getUserProfileAudios: api.getUserProfileAudios; isProfileAudio: api.isProfileAudio; addProfileAudio: api.addProfileAudio; setProfileAudioPosition: api.setProfileAudioPosition; removeProfileAudio: api.removeProfileAudio; getStickerOutline: api.getStickerOutline; getStickerOutlineSvgPath: api.getStickerOutlineSvgPath; getStickers: api.getStickers; getAllStickerEmojis: api.getAllStickerEmojis; searchStickers: api.searchStickers; getGreetingStickers: api.getGreetingStickers; getPremiumStickers: api.getPremiumStickers; getInstalledStickerSets: api.getInstalledStickerSets; getArchivedStickerSets: api.getArchivedStickerSets; getTrendingStickerSets: api.getTrendingStickerSets; getAttachedStickerSets: api.getAttachedStickerSets; getStickerSet: api.getStickerSet; getStickerSetName: api.getStickerSetName; searchStickerSet: api.searchStickerSet; searchInstalledStickerSets: api.searchInstalledStickerSets; searchStickerSets: api.searchStickerSets; changeStickerSet: api.changeStickerSet; viewTrendingStickerSets: api.viewTrendingStickerSets; reorderInstalledStickerSets: api.reorderInstalledStickerSets; getRecentStickers: api.getRecentStickers; addRecentSticker: api.addRecentSticker; removeRecentSticker: api.removeRecentSticker; clearRecentStickers: api.clearRecentStickers; getFavoriteStickers: api.getFavoriteStickers; addFavoriteSticker: api.addFavoriteSticker; removeFavoriteSticker: api.removeFavoriteSticker; getStickerEmojis: api.getStickerEmojis; searchEmojis: api.searchEmojis; getKeywordEmojis: api.getKeywordEmojis; getEmojiCategories: api.getEmojiCategories; getAnimatedEmoji: api.getAnimatedEmoji; getEmojiSuggestionsUrl: api.getEmojiSuggestionsUrl; getCustomEmojiStickers: api.getCustomEmojiStickers; getDefaultChatPhotoCustomEmojiStickers: api.getDefaultChatPhotoCustomEmojiStickers; getDefaultProfilePhotoCustomEmojiStickers: api.getDefaultProfilePhotoCustomEmojiStickers; getDefaultBackgroundCustomEmojiStickers: api.getDefaultBackgroundCustomEmojiStickers; getSavedAnimations: api.getSavedAnimations; addSavedAnimation: api.addSavedAnimation; removeSavedAnimation: api.removeSavedAnimation; getRecentInlineBots: api.getRecentInlineBots; getOwnedBots: api.getOwnedBots; searchHashtags: api.searchHashtags; removeRecentHashtag: api.removeRecentHashtag; getLinkPreview: api.getLinkPreview; getWebPageInstantView: api.getWebPageInstantView; setProfilePhoto: api.setProfilePhoto; deleteProfilePhoto: api.deleteProfilePhoto; setAccentColor: api.setAccentColor; setUpgradedGiftColors: api.setUpgradedGiftColors; setProfileAccentColor: api.setProfileAccentColor; setName: api.setName; setBio: api.setBio; setUsername: api.setUsername; toggleUsernameIsActive: api.toggleUsernameIsActive; reorderActiveUsernames: api.reorderActiveUsernames; setBirthdate: api.setBirthdate; setMainProfileTab: api.setMainProfileTab; setPersonalChat: api.setPersonalChat; setEmojiStatus: api.setEmojiStatus; toggleHasSponsoredMessagesEnabled: api.toggleHasSponsoredMessagesEnabled; setBusinessLocation: api.setBusinessLocation; setBusinessOpeningHours: api.setBusinessOpeningHours; setBusinessGreetingMessageSettings: api.setBusinessGreetingMessageSettings; setBusinessAwayMessageSettings: api.setBusinessAwayMessageSettings; setBusinessStartPage: api.setBusinessStartPage; sendPhoneNumberCode: api.sendPhoneNumberCode; sendPhoneNumberFirebaseSms: api.sendPhoneNumberFirebaseSms; reportPhoneNumberCodeMissing: api.reportPhoneNumberCodeMissing; resendPhoneNumberCode: api.resendPhoneNumberCode; checkPhoneNumberCode: api.checkPhoneNumberCode; getBusinessConnectedBot: api.getBusinessConnectedBot; setBusinessConnectedBot: api.setBusinessConnectedBot; deleteBusinessConnectedBot: api.deleteBusinessConnectedBot; toggleBusinessConnectedBotChatIsPaused: api.toggleBusinessConnectedBotChatIsPaused; removeBusinessConnectedBotFromChat: api.removeBusinessConnectedBotFromChat; getBusinessChatLinks: api.getBusinessChatLinks; createBusinessChatLink: api.createBusinessChatLink; editBusinessChatLink: api.editBusinessChatLink; deleteBusinessChatLink: api.deleteBusinessChatLink; getBusinessChatLinkInfo: api.getBusinessChatLinkInfo; getUserLink: api.getUserLink; searchUserByToken: api.searchUserByToken; setCommands: api.setCommands; deleteCommands: api.deleteCommands; getCommands: api.getCommands; setMenuButton: api.setMenuButton; getMenuButton: api.getMenuButton; setDefaultGroupAdministratorRights: api.setDefaultGroupAdministratorRights; setDefaultChannelAdministratorRights: api.setDefaultChannelAdministratorRights; canBotSendMessages: api.canBotSendMessages; allowBotToSendMessages: api.allowBotToSendMessages; sendWebAppCustomRequest: api.sendWebAppCustomRequest; getBotMediaPreviews: api.getBotMediaPreviews; getBotMediaPreviewInfo: api.getBotMediaPreviewInfo; addBotMediaPreview: api.addBotMediaPreview; editBotMediaPreview: api.editBotMediaPreview; reorderBotMediaPreviews: api.reorderBotMediaPreviews; deleteBotMediaPreviews: api.deleteBotMediaPreviews; setBotName: api.setBotName; getBotName: api.getBotName; setBotProfilePhoto: api.setBotProfilePhoto; toggleBotUsernameIsActive: api.toggleBotUsernameIsActive; reorderBotActiveUsernames: api.reorderBotActiveUsernames; setBotInfoDescription: api.setBotInfoDescription; getBotInfoDescription: api.getBotInfoDescription; setBotInfoShortDescription: api.setBotInfoShortDescription; getBotInfoShortDescription: api.getBotInfoShortDescription; setMessageSenderBotVerification: api.setMessageSenderBotVerification; removeMessageSenderBotVerification: api.removeMessageSenderBotVerification; getActiveSessions: api.getActiveSessions; terminateSession: api.terminateSession; terminateAllOtherSessions: api.terminateAllOtherSessions; confirmSession: api.confirmSession; toggleSessionCanAcceptCalls: api.toggleSessionCanAcceptCalls; toggleSessionCanAcceptSecretChats: api.toggleSessionCanAcceptSecretChats; setInactiveSessionTtl: api.setInactiveSessionTtl; getConnectedWebsites: api.getConnectedWebsites; disconnectWebsite: api.disconnectWebsite; disconnectAllWebsites: api.disconnectAllWebsites; setSupergroupUsername: api.setSupergroupUsername; toggleSupergroupUsernameIsActive: api.toggleSupergroupUsernameIsActive; disableAllSupergroupUsernames: api.disableAllSupergroupUsernames; reorderSupergroupActiveUsernames: api.reorderSupergroupActiveUsernames; setSupergroupStickerSet: api.setSupergroupStickerSet; setSupergroupCustomEmojiStickerSet: api.setSupergroupCustomEmojiStickerSet; setSupergroupUnrestrictBoostCount: api.setSupergroupUnrestrictBoostCount; setSupergroupMainProfileTab: api.setSupergroupMainProfileTab; toggleSupergroupSignMessages: api.toggleSupergroupSignMessages; toggleSupergroupJoinToSendMessages: api.toggleSupergroupJoinToSendMessages; toggleSupergroupJoinByRequest: api.toggleSupergroupJoinByRequest; toggleSupergroupIsAllHistoryAvailable: api.toggleSupergroupIsAllHistoryAvailable; toggleSupergroupCanHaveSponsoredMessages: api.toggleSupergroupCanHaveSponsoredMessages; toggleSupergroupHasAutomaticTranslation: api.toggleSupergroupHasAutomaticTranslation; toggleSupergroupHasHiddenMembers: api.toggleSupergroupHasHiddenMembers; toggleSupergroupHasAggressiveAntiSpamEnabled: api.toggleSupergroupHasAggressiveAntiSpamEnabled; toggleSupergroupIsForum: api.toggleSupergroupIsForum; toggleSupergroupIsBroadcastGroup: api.toggleSupergroupIsBroadcastGroup; reportSupergroupSpam: api.reportSupergroupSpam; reportSupergroupAntiSpamFalsePositive: api.reportSupergroupAntiSpamFalsePositive; getSupergroupMembers: api.getSupergroupMembers; closeSecretChat: api.closeSecretChat; getChatEventLog: api.getChatEventLog; getTimeZones: api.getTimeZones; getPaymentForm: api.getPaymentForm; validateOrderInfo: api.validateOrderInfo; sendPaymentForm: api.sendPaymentForm; getPaymentReceipt: api.getPaymentReceipt; getSavedOrderInfo: api.getSavedOrderInfo; deleteSavedOrderInfo: api.deleteSavedOrderInfo; deleteSavedCredentials: api.deleteSavedCredentials; setGiftSettings: api.setGiftSettings; getAvailableGifts: api.getAvailableGifts; canSendGift: api.canSendGift; sendGift: api.sendGift; getGiftAuctionState: api.getGiftAuctionState; getGiftAuctionAcquiredGifts: api.getGiftAuctionAcquiredGifts; openGiftAuction: api.openGiftAuction; closeGiftAuction: api.closeGiftAuction; placeGiftAuctionBid: api.placeGiftAuctionBid; increaseGiftAuctionBid: api.increaseGiftAuctionBid; sellGift: api.sellGift; toggleGiftIsSaved: api.toggleGiftIsSaved; setPinnedGifts: api.setPinnedGifts; toggleChatGiftNotifications: api.toggleChatGiftNotifications; getGiftUpgradePreview: api.getGiftUpgradePreview; getUpgradedGiftVariants: api.getUpgradedGiftVariants; upgradeGift: api.upgradeGift; buyGiftUpgrade: api.buyGiftUpgrade; craftGift: api.craftGift; transferGift: api.transferGift; dropGiftOriginalDetails: api.dropGiftOriginalDetails; sendResoldGift: api.sendResoldGift; sendGiftPurchaseOffer: api.sendGiftPurchaseOffer; processGiftPurchaseOffer: api.processGiftPurchaseOffer; getReceivedGifts: api.getReceivedGifts; getReceivedGift: api.getReceivedGift; getGiftsForCrafting: api.getGiftsForCrafting; getUpgradedGift: api.getUpgradedGift; getUpgradedGiftValueInfo: api.getUpgradedGiftValueInfo; getUpgradedGiftWithdrawalUrl: api.getUpgradedGiftWithdrawalUrl; getUpgradedGiftsPromotionalAnimation: api.getUpgradedGiftsPromotionalAnimation; setGiftResalePrice: api.setGiftResalePrice; searchGiftsForResale: api.searchGiftsForResale; getGiftCollections: api.getGiftCollections; createGiftCollection: api.createGiftCollection; reorderGiftCollections: api.reorderGiftCollections; deleteGiftCollection: api.deleteGiftCollection; setGiftCollectionName: api.setGiftCollectionName; addGiftCollectionGifts: api.addGiftCollectionGifts; removeGiftCollectionGifts: api.removeGiftCollectionGifts; reorderGiftCollectionGifts: api.reorderGiftCollectionGifts; createInvoiceLink: api.createInvoiceLink; refundStarPayment: api.refundStarPayment; getSupportUser: api.getSupportUser; getBackgroundUrl: api.getBackgroundUrl; searchBackground: api.searchBackground; setDefaultBackground: api.setDefaultBackground; deleteDefaultBackground: api.deleteDefaultBackground; getInstalledBackgrounds: api.getInstalledBackgrounds; removeInstalledBackground: api.removeInstalledBackground; resetInstalledBackgrounds: api.resetInstalledBackgrounds; getLocalizationTargetInfo: api.getLocalizationTargetInfo; getLanguagePackInfo: api.getLanguagePackInfo; getLanguagePackStrings: api.getLanguagePackStrings; synchronizeLanguagePack: api.synchronizeLanguagePack; addCustomServerLanguagePack: api.addCustomServerLanguagePack; setCustomLanguagePack: api.setCustomLanguagePack; editCustomLanguagePackInfo: api.editCustomLanguagePackInfo; setCustomLanguagePackString: api.setCustomLanguagePackString; deleteLanguagePack: api.deleteLanguagePack; registerDevice: api.registerDevice; processPushNotification: api.processPushNotification; getPushReceiverId: api.getPushReceiverId; getPushReceiverIdSync: api.getPushReceiverIdSync; getRecentlyVisitedTMeUrls: api.getRecentlyVisitedTMeUrls; setUserPrivacySettingRules: api.setUserPrivacySettingRules; getUserPrivacySettingRules: api.getUserPrivacySettingRules; setReadDatePrivacySettings: api.setReadDatePrivacySettings; getReadDatePrivacySettings: api.getReadDatePrivacySettings; setNewChatPrivacySettings: api.setNewChatPrivacySettings; getNewChatPrivacySettings: api.getNewChatPrivacySettings; getPaidMessageRevenue: api.getPaidMessageRevenue; allowUnpaidMessagesFromUser: api.allowUnpaidMessagesFromUser; setChatPaidMessageStarCount: api.setChatPaidMessageStarCount; canSendMessageToUser: api.canSendMessageToUser; getOption: api.getOption; getOptionSync: api.getOptionSync; setOption: api.setOption; setAccountTtl: api.setAccountTtl; getAccountTtl: api.getAccountTtl; deleteAccount: api.deleteAccount; setDefaultMessageAutoDeleteTime: api.setDefaultMessageAutoDeleteTime; getDefaultMessageAutoDeleteTime: api.getDefaultMessageAutoDeleteTime; removeChatActionBar: api.removeChatActionBar; reportChat: api.reportChat; reportChatPhoto: api.reportChatPhoto; reportMessageReactions: api.reportMessageReactions; getChatRevenueStatistics: api.getChatRevenueStatistics; getChatRevenueWithdrawalUrl: api.getChatRevenueWithdrawalUrl; getChatRevenueTransactions: api.getChatRevenueTransactions; getTonTransactions: api.getTonTransactions; getStarRevenueStatistics: api.getStarRevenueStatistics; getStarWithdrawalUrl: api.getStarWithdrawalUrl; getStarAdAccountUrl: api.getStarAdAccountUrl; getTonRevenueStatistics: api.getTonRevenueStatistics; getTonWithdrawalUrl: api.getTonWithdrawalUrl; getChatStatistics: api.getChatStatistics; getMessageStatistics: api.getMessageStatistics; getMessagePublicForwards: api.getMessagePublicForwards; getStoryStatistics: api.getStoryStatistics; getStatisticalGraph: api.getStatisticalGraph; getStorageStatistics: api.getStorageStatistics; getStorageStatisticsFast: api.getStorageStatisticsFast; getDatabaseStatistics: api.getDatabaseStatistics; optimizeStorage: api.optimizeStorage; setNetworkType: api.setNetworkType; getNetworkStatistics: api.getNetworkStatistics; addNetworkStatistics: api.addNetworkStatistics; resetNetworkStatistics: api.resetNetworkStatistics; getAutoDownloadSettingsPresets: api.getAutoDownloadSettingsPresets; setAutoDownloadSettings: api.setAutoDownloadSettings; getAutosaveSettings: api.getAutosaveSettings; setAutosaveSettings: api.setAutosaveSettings; clearAutosaveSettingsExceptions: api.clearAutosaveSettingsExceptions; getBankCardInfo: api.getBankCardInfo; getPassportElement: api.getPassportElement; getAllPassportElements: api.getAllPassportElements; setPassportElement: api.setPassportElement; deletePassportElement: api.deletePassportElement; setPassportElementErrors: api.setPassportElementErrors; getPreferredCountryLanguage: api.getPreferredCountryLanguage; sendEmailAddressVerificationCode: api.sendEmailAddressVerificationCode; resendEmailAddressVerificationCode: api.resendEmailAddressVerificationCode; checkEmailAddressVerificationCode: api.checkEmailAddressVerificationCode; getPassportAuthorizationForm: api.getPassportAuthorizationForm; getPassportAuthorizationFormAvailableElements: api.getPassportAuthorizationFormAvailableElements; sendPassportAuthorizationForm: api.sendPassportAuthorizationForm; setBotUpdatesStatus: api.setBotUpdatesStatus; uploadStickerFile: api.uploadStickerFile; getSuggestedStickerSetName: api.getSuggestedStickerSetName; checkStickerSetName: api.checkStickerSetName; createNewStickerSet: api.createNewStickerSet; addStickerToSet: api.addStickerToSet; replaceStickerInSet: api.replaceStickerInSet; setStickerSetThumbnail: api.setStickerSetThumbnail; setCustomEmojiStickerSetThumbnail: api.setCustomEmojiStickerSetThumbnail; setStickerSetTitle: api.setStickerSetTitle; deleteStickerSet: api.deleteStickerSet; setStickerPositionInSet: api.setStickerPositionInSet; removeStickerFromSet: api.removeStickerFromSet; setStickerEmojis: api.setStickerEmojis; setStickerKeywords: api.setStickerKeywords; setStickerMaskPosition: api.setStickerMaskPosition; getOwnedStickerSets: api.getOwnedStickerSets; getMapThumbnailFile: api.getMapThumbnailFile; getPremiumLimit: api.getPremiumLimit; getPremiumFeatures: api.getPremiumFeatures; getPremiumStickerExamples: api.getPremiumStickerExamples; getPremiumInfoSticker: api.getPremiumInfoSticker; viewPremiumFeature: api.viewPremiumFeature; clickPremiumSubscriptionButton: api.clickPremiumSubscriptionButton; getPremiumState: api.getPremiumState; getPremiumGiftPaymentOptions: api.getPremiumGiftPaymentOptions; getPremiumGiveawayPaymentOptions: api.getPremiumGiveawayPaymentOptions; checkPremiumGiftCode: api.checkPremiumGiftCode; applyPremiumGiftCode: api.applyPremiumGiftCode; giftPremiumWithStars: api.giftPremiumWithStars; launchPrepaidGiveaway: api.launchPrepaidGiveaway; getGiveawayInfo: api.getGiveawayInfo; getStarPaymentOptions: api.getStarPaymentOptions; getStarGiftPaymentOptions: api.getStarGiftPaymentOptions; getStarGiveawayPaymentOptions: api.getStarGiveawayPaymentOptions; getStarTransactions: api.getStarTransactions; getStarSubscriptions: api.getStarSubscriptions; canPurchaseFromStore: api.canPurchaseFromStore; assignStoreTransaction: api.assignStoreTransaction; editStarSubscription: api.editStarSubscription; editUserStarSubscription: api.editUserStarSubscription; reuseStarSubscription: api.reuseStarSubscription; setChatAffiliateProgram: api.setChatAffiliateProgram; searchChatAffiliateProgram: api.searchChatAffiliateProgram; searchAffiliatePrograms: api.searchAffiliatePrograms; connectAffiliateProgram: api.connectAffiliateProgram; disconnectAffiliateProgram: api.disconnectAffiliateProgram; getConnectedAffiliateProgram: api.getConnectedAffiliateProgram; getConnectedAffiliatePrograms: api.getConnectedAffiliatePrograms; getBusinessFeatures: api.getBusinessFeatures; acceptTermsOfService: api.acceptTermsOfService; searchStringsByPrefix: api.searchStringsByPrefix; searchStringsByPrefixSync: api.searchStringsByPrefixSync; sendCustomRequest: api.sendCustomRequest; answerCustomQuery: api.answerCustomQuery; setAlarm: api.setAlarm; getCountries: api.getCountries; getCountryCode: api.getCountryCode; getPhoneNumberInfo: api.getPhoneNumberInfo; getPhoneNumberInfoSync: api.getPhoneNumberInfoSync; getPhoneNumberInfoSyncSync: api.getPhoneNumberInfoSyncSync; getCollectibleItemInfo: api.getCollectibleItemInfo; getDeepLinkInfo: api.getDeepLinkInfo; getApplicationConfig: api.getApplicationConfig; saveApplicationLogEvent: api.saveApplicationLogEvent; getApplicationDownloadLink: api.getApplicationDownloadLink; addProxy: api.addProxy; editProxy: api.editProxy; enableProxy: api.enableProxy; disableProxy: api.disableProxy; removeProxy: api.removeProxy; getProxies: api.getProxies; pingProxy: api.pingProxy; setLogStream: api.setLogStream; setLogStreamSync: api.setLogStreamSync; getLogStream: api.getLogStream; getLogStreamSync: api.getLogStreamSync; setLogVerbosityLevel: api.setLogVerbosityLevel; setLogVerbosityLevelSync: api.setLogVerbosityLevelSync; getLogVerbosityLevel: api.getLogVerbosityLevel; getLogVerbosityLevelSync: api.getLogVerbosityLevelSync; getLogTags: api.getLogTags; getLogTagsSync: api.getLogTagsSync; setLogTagVerbosityLevel: api.setLogTagVerbosityLevel; setLogTagVerbosityLevelSync: api.setLogTagVerbosityLevelSync; getLogTagVerbosityLevel: api.getLogTagVerbosityLevel; getLogTagVerbosityLevelSync: api.getLogTagVerbosityLevelSync; addLogMessage: api.addLogMessage; addLogMessageSync: api.addLogMessageSync; getUserSupportInfo: api.getUserSupportInfo; setUserSupportInfo: api.setUserSupportInfo; getSupportName: api.getSupportName; testCallEmpty: api.testCallEmpty; testCallString: api.testCallString; testCallBytes: api.testCallBytes; testCallVectorInt: api.testCallVectorInt; testCallVectorIntObject: api.testCallVectorIntObject; testCallVectorString: api.testCallVectorString; testCallVectorStringObject: api.testCallVectorStringObject; testSquareInt: api.testSquareInt; testNetwork: api.testNetwork; testProxy: api.testProxy; testGetDifference: api.testGetDifference; testUseUpdate: api.testUseUpdate; testReturnError: api.testReturnError; testReturnErrorSync: api.testReturnErrorSync; }