@another-trial/core 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AirgramCore.d.ts +21 -0
- package/AirgramCore.js +285 -0
- package/AirgramCore.js.map +1 -0
- package/README.md +3 -0
- package/components/Composer.d.ts +24 -0
- package/components/Composer.js +139 -0
- package/components/Composer.js.map +1 -0
- package/components/Provider.d.ts +6 -0
- package/components/Provider.js +10 -0
- package/components/Provider.js.map +1 -0
- package/components/TDLibError.d.ts +6 -0
- package/components/TDLibError.js +39 -0
- package/components/TDLibError.js.map +1 -0
- package/components/index.d.ts +3 -0
- package/components/index.js +16 -0
- package/components/index.js.map +1 -0
- package/index.d.ts +5 -0
- package/index.js +26 -0
- package/index.js.map +1 -0
- package/package.json +20 -0
- package/types/airgram.d.ts +91 -0
- package/types/airgram.js +3 -0
- package/types/airgram.js.map +1 -0
- package/types/api-methods.d.ts +987 -0
- package/types/api-methods.js +3 -0
- package/types/api-methods.js.map +1 -0
- package/types/api-middleware.d.ts +1141 -0
- package/types/api-middleware.js +4 -0
- package/types/api-middleware.js.map +1 -0
- package/types/api.d.ts +4 -0
- package/types/api.js +17 -0
- package/types/api.js.map +1 -0
- package/types/index.d.ts +4 -0
- package/types/index.js +17 -0
- package/types/index.js.map +1 -0
- package/types/inputs/AccentColor.d.ts +10 -0
- package/types/inputs/AccentColor.js +3 -0
- package/types/inputs/AccentColor.js.map +1 -0
- package/types/inputs/AcceptedGiftTypes.d.ts +10 -0
- package/types/inputs/AcceptedGiftTypes.js +3 -0
- package/types/inputs/AcceptedGiftTypes.js.map +1 -0
- package/types/inputs/AccountInfo.d.ts +10 -0
- package/types/inputs/AccountInfo.js +3 -0
- package/types/inputs/AccountInfo.js.map +1 -0
- package/types/inputs/AccountTtl.d.ts +6 -0
- package/types/inputs/AccountTtl.js +3 -0
- package/types/inputs/AccountTtl.js.map +1 -0
- package/types/inputs/ActiveStoryState.d.ts +15 -0
- package/types/inputs/ActiveStoryState.js +3 -0
- package/types/inputs/ActiveStoryState.js.map +1 -0
- package/types/inputs/AddedProxies.d.ts +7 -0
- package/types/inputs/AddedProxies.js +3 -0
- package/types/inputs/AddedProxies.js.map +1 -0
- package/types/inputs/AddedProxy.d.ts +10 -0
- package/types/inputs/AddedProxy.js +3 -0
- package/types/inputs/AddedProxy.js.map +1 -0
- package/types/inputs/AddedReaction.d.ts +10 -0
- package/types/inputs/AddedReaction.js +3 -0
- package/types/inputs/AddedReaction.js.map +1 -0
- package/types/inputs/AddedReactions.d.ts +9 -0
- package/types/inputs/AddedReactions.js +3 -0
- package/types/inputs/AddedReactions.js.map +1 -0
- package/types/inputs/Address.d.ts +11 -0
- package/types/inputs/Address.js +3 -0
- package/types/inputs/Address.js.map +1 -0
- package/types/inputs/AdvertisementSponsor.d.ts +9 -0
- package/types/inputs/AdvertisementSponsor.js +3 -0
- package/types/inputs/AdvertisementSponsor.js.map +1 -0
- package/types/inputs/AffiliateInfo.d.ts +9 -0
- package/types/inputs/AffiliateInfo.js +3 -0
- package/types/inputs/AffiliateInfo.js.map +1 -0
- package/types/inputs/AffiliateProgramInfo.d.ts +9 -0
- package/types/inputs/AffiliateProgramInfo.js +3 -0
- package/types/inputs/AffiliateProgramInfo.js.map +1 -0
- package/types/inputs/AffiliateProgramParameters.d.ts +7 -0
- package/types/inputs/AffiliateProgramParameters.js +3 -0
- package/types/inputs/AffiliateProgramParameters.js.map +1 -0
- package/types/inputs/AffiliateProgramSortOrder.d.ts +14 -0
- package/types/inputs/AffiliateProgramSortOrder.js +3 -0
- package/types/inputs/AffiliateProgramSortOrder.js.map +1 -0
- package/types/inputs/AffiliateType.d.ts +16 -0
- package/types/inputs/AffiliateType.js +3 -0
- package/types/inputs/AffiliateType.js.map +1 -0
- package/types/inputs/AgeVerificationParameters.d.ts +8 -0
- package/types/inputs/AgeVerificationParameters.js +3 -0
- package/types/inputs/AgeVerificationParameters.js.map +1 -0
- package/types/inputs/AlternativeVideo.d.ts +12 -0
- package/types/inputs/AlternativeVideo.js +3 -0
- package/types/inputs/AlternativeVideo.js.map +1 -0
- package/types/inputs/AnimatedChatPhoto.d.ts +9 -0
- package/types/inputs/AnimatedChatPhoto.js +3 -0
- package/types/inputs/AnimatedChatPhoto.js.map +1 -0
- package/types/inputs/AnimatedEmoji.d.ts +11 -0
- package/types/inputs/AnimatedEmoji.js +3 -0
- package/types/inputs/AnimatedEmoji.js.map +1 -0
- package/types/inputs/Animation.d.ts +15 -0
- package/types/inputs/Animation.js +3 -0
- package/types/inputs/Animation.js.map +1 -0
- package/types/inputs/Animations.d.ts +7 -0
- package/types/inputs/Animations.js +3 -0
- package/types/inputs/Animations.js.map +1 -0
- package/types/inputs/ArchiveChatListSettings.d.ts +8 -0
- package/types/inputs/ArchiveChatListSettings.js +3 -0
- package/types/inputs/ArchiveChatListSettings.js.map +1 -0
- package/types/inputs/AttachmentMenuBot.d.ts +29 -0
- package/types/inputs/AttachmentMenuBot.js +3 -0
- package/types/inputs/AttachmentMenuBot.js.map +1 -0
- package/types/inputs/AttachmentMenuBotColor.d.ts +7 -0
- package/types/inputs/AttachmentMenuBotColor.js +3 -0
- package/types/inputs/AttachmentMenuBotColor.js.map +1 -0
- package/types/inputs/AttributeCraftPersistenceProbability.d.ts +6 -0
- package/types/inputs/AttributeCraftPersistenceProbability.js +3 -0
- package/types/inputs/AttributeCraftPersistenceProbability.js.map +1 -0
- package/types/inputs/AuctionBid.d.ts +8 -0
- package/types/inputs/AuctionBid.js +3 -0
- package/types/inputs/AuctionBid.js.map +1 -0
- package/types/inputs/AuctionRound.d.ts +9 -0
- package/types/inputs/AuctionRound.js +3 -0
- package/types/inputs/AuctionRound.js.map +1 -0
- package/types/inputs/AuctionState.d.ts +31 -0
- package/types/inputs/AuctionState.js +3 -0
- package/types/inputs/AuctionState.js.map +1 -0
- package/types/inputs/Audio.d.ts +15 -0
- package/types/inputs/Audio.js +3 -0
- package/types/inputs/Audio.js.map +1 -0
- package/types/inputs/Audios.d.ts +8 -0
- package/types/inputs/Audios.js +3 -0
- package/types/inputs/Audios.js.map +1 -0
- package/types/inputs/AuthenticationCodeInfo.d.ts +10 -0
- package/types/inputs/AuthenticationCodeInfo.js +3 -0
- package/types/inputs/AuthenticationCodeInfo.js.map +1 -0
- package/types/inputs/AuthenticationCodeType.d.ts +58 -0
- package/types/inputs/AuthenticationCodeType.js +3 -0
- package/types/inputs/AuthenticationCodeType.js.map +1 -0
- package/types/inputs/AuthorizationState.d.ts +71 -0
- package/types/inputs/AuthorizationState.js +3 -0
- package/types/inputs/AuthorizationState.js.map +1 -0
- package/types/inputs/AutoDownloadSettings.d.ts +14 -0
- package/types/inputs/AutoDownloadSettings.js +3 -0
- package/types/inputs/AutoDownloadSettings.js.map +1 -0
- package/types/inputs/AutoDownloadSettingsPresets.d.ts +9 -0
- package/types/inputs/AutoDownloadSettingsPresets.js +3 -0
- package/types/inputs/AutoDownloadSettingsPresets.js.map +1 -0
- package/types/inputs/AutosaveSettings.d.ts +10 -0
- package/types/inputs/AutosaveSettings.js +3 -0
- package/types/inputs/AutosaveSettings.js.map +1 -0
- package/types/inputs/AutosaveSettingsException.d.ts +8 -0
- package/types/inputs/AutosaveSettingsException.js +3 -0
- package/types/inputs/AutosaveSettingsException.js.map +1 -0
- package/types/inputs/AutosaveSettingsScope.d.ts +19 -0
- package/types/inputs/AutosaveSettingsScope.js +3 -0
- package/types/inputs/AutosaveSettingsScope.js.map +1 -0
- package/types/inputs/AvailableGift.d.ts +10 -0
- package/types/inputs/AvailableGift.js +3 -0
- package/types/inputs/AvailableGift.js.map +1 -0
- package/types/inputs/AvailableGifts.d.ts +7 -0
- package/types/inputs/AvailableGifts.js +3 -0
- package/types/inputs/AvailableGifts.js.map +1 -0
- package/types/inputs/AvailableReaction.d.ts +8 -0
- package/types/inputs/AvailableReaction.js +3 -0
- package/types/inputs/AvailableReaction.js.map +1 -0
- package/types/inputs/AvailableReactions.d.ts +12 -0
- package/types/inputs/AvailableReactions.js +3 -0
- package/types/inputs/AvailableReactions.js.map +1 -0
- package/types/inputs/Background.d.ts +12 -0
- package/types/inputs/Background.js +3 -0
- package/types/inputs/Background.js.map +1 -0
- package/types/inputs/BackgroundFill.d.ts +19 -0
- package/types/inputs/BackgroundFill.js +3 -0
- package/types/inputs/BackgroundFill.js.map +1 -0
- package/types/inputs/BackgroundType.d.ts +27 -0
- package/types/inputs/BackgroundType.js +3 -0
- package/types/inputs/BackgroundType.js.map +1 -0
- package/types/inputs/Backgrounds.d.ts +7 -0
- package/types/inputs/Backgrounds.js +3 -0
- package/types/inputs/Backgrounds.js.map +1 -0
- package/types/inputs/BankCardActionOpenUrl.d.ts +7 -0
- package/types/inputs/BankCardActionOpenUrl.js +3 -0
- package/types/inputs/BankCardActionOpenUrl.js.map +1 -0
- package/types/inputs/BankCardInfo.d.ts +8 -0
- package/types/inputs/BankCardInfo.js +3 -0
- package/types/inputs/BankCardInfo.js.map +1 -0
- package/types/inputs/BasicGroup.d.ts +11 -0
- package/types/inputs/BasicGroup.js +3 -0
- package/types/inputs/BasicGroup.js.map +1 -0
- package/types/inputs/BasicGroupFullInfo.d.ts +14 -0
- package/types/inputs/BasicGroupFullInfo.js +3 -0
- package/types/inputs/BasicGroupFullInfo.js.map +1 -0
- package/types/inputs/Birthdate.d.ts +8 -0
- package/types/inputs/Birthdate.js +3 -0
- package/types/inputs/Birthdate.js.map +1 -0
- package/types/inputs/BlockList.d.ts +10 -0
- package/types/inputs/BlockList.js +3 -0
- package/types/inputs/BlockList.js.map +1 -0
- package/types/inputs/Bool.d.ts +7 -0
- package/types/inputs/Bool.js +3 -0
- package/types/inputs/Bool.js.map +1 -0
- package/types/inputs/BotCommand.d.ts +7 -0
- package/types/inputs/BotCommand.js +3 -0
- package/types/inputs/BotCommand.js.map +1 -0
- package/types/inputs/BotCommandScope.d.ts +34 -0
- package/types/inputs/BotCommandScope.js +3 -0
- package/types/inputs/BotCommandScope.js.map +1 -0
- package/types/inputs/BotCommands.d.ts +8 -0
- package/types/inputs/BotCommands.js +3 -0
- package/types/inputs/BotCommands.js.map +1 -0
- package/types/inputs/BotInfo.d.ts +28 -0
- package/types/inputs/BotInfo.js +3 -0
- package/types/inputs/BotInfo.js.map +1 -0
- package/types/inputs/BotMediaPreview.d.ts +8 -0
- package/types/inputs/BotMediaPreview.js +3 -0
- package/types/inputs/BotMediaPreview.js.map +1 -0
- package/types/inputs/BotMediaPreviewInfo.d.ts +8 -0
- package/types/inputs/BotMediaPreviewInfo.js +3 -0
- package/types/inputs/BotMediaPreviewInfo.js.map +1 -0
- package/types/inputs/BotMediaPreviews.d.ts +7 -0
- package/types/inputs/BotMediaPreviews.js +3 -0
- package/types/inputs/BotMediaPreviews.js.map +1 -0
- package/types/inputs/BotMenuButton.d.ts +7 -0
- package/types/inputs/BotMenuButton.js +3 -0
- package/types/inputs/BotMenuButton.js.map +1 -0
- package/types/inputs/BotVerification.d.ts +9 -0
- package/types/inputs/BotVerification.js +3 -0
- package/types/inputs/BotVerification.js.map +1 -0
- package/types/inputs/BotVerificationParameters.d.ts +10 -0
- package/types/inputs/BotVerificationParameters.js +3 -0
- package/types/inputs/BotVerificationParameters.js.map +1 -0
- package/types/inputs/BotWriteAccessAllowReason.d.ts +21 -0
- package/types/inputs/BotWriteAccessAllowReason.js +3 -0
- package/types/inputs/BotWriteAccessAllowReason.js.map +1 -0
- package/types/inputs/BuiltInTheme.d.ts +22 -0
- package/types/inputs/BuiltInTheme.js +3 -0
- package/types/inputs/BuiltInTheme.js.map +1 -0
- package/types/inputs/BusinessAwayMessageSchedule.d.ts +16 -0
- package/types/inputs/BusinessAwayMessageSchedule.js +3 -0
- package/types/inputs/BusinessAwayMessageSchedule.js.map +1 -0
- package/types/inputs/BusinessAwayMessageSettings.d.ts +10 -0
- package/types/inputs/BusinessAwayMessageSettings.js +3 -0
- package/types/inputs/BusinessAwayMessageSettings.js.map +1 -0
- package/types/inputs/BusinessBotManageBar.d.ts +9 -0
- package/types/inputs/BusinessBotManageBar.js +3 -0
- package/types/inputs/BusinessBotManageBar.js.map +1 -0
- package/types/inputs/BusinessBotRights.d.ts +19 -0
- package/types/inputs/BusinessBotRights.js +3 -0
- package/types/inputs/BusinessBotRights.js.map +1 -0
- package/types/inputs/BusinessChatLink.d.ts +10 -0
- package/types/inputs/BusinessChatLink.js +3 -0
- package/types/inputs/BusinessChatLink.js.map +1 -0
- package/types/inputs/BusinessChatLinkInfo.d.ts +8 -0
- package/types/inputs/BusinessChatLinkInfo.js +3 -0
- package/types/inputs/BusinessChatLinkInfo.js.map +1 -0
- package/types/inputs/BusinessChatLinks.d.ts +7 -0
- package/types/inputs/BusinessChatLinks.js +3 -0
- package/types/inputs/BusinessChatLinks.js.map +1 -0
- package/types/inputs/BusinessConnectedBot.d.ts +9 -0
- package/types/inputs/BusinessConnectedBot.js +3 -0
- package/types/inputs/BusinessConnectedBot.js.map +1 -0
- package/types/inputs/BusinessConnection.d.ts +12 -0
- package/types/inputs/BusinessConnection.js +3 -0
- package/types/inputs/BusinessConnection.js.map +1 -0
- package/types/inputs/BusinessFeature.d.ts +46 -0
- package/types/inputs/BusinessFeature.js +3 -0
- package/types/inputs/BusinessFeature.js.map +1 -0
- package/types/inputs/BusinessFeaturePromotionAnimation.d.ts +8 -0
- package/types/inputs/BusinessFeaturePromotionAnimation.js +3 -0
- package/types/inputs/BusinessFeaturePromotionAnimation.js.map +1 -0
- package/types/inputs/BusinessFeatures.d.ts +7 -0
- package/types/inputs/BusinessFeatures.js +3 -0
- package/types/inputs/BusinessFeatures.js.map +1 -0
- package/types/inputs/BusinessGreetingMessageSettings.d.ts +9 -0
- package/types/inputs/BusinessGreetingMessageSettings.js +3 -0
- package/types/inputs/BusinessGreetingMessageSettings.js.map +1 -0
- package/types/inputs/BusinessInfo.d.ts +14 -0
- package/types/inputs/BusinessInfo.js +3 -0
- package/types/inputs/BusinessInfo.js.map +1 -0
- package/types/inputs/BusinessLocation.d.ts +8 -0
- package/types/inputs/BusinessLocation.js +3 -0
- package/types/inputs/BusinessLocation.js.map +1 -0
- package/types/inputs/BusinessMessage.d.ts +8 -0
- package/types/inputs/BusinessMessage.js +3 -0
- package/types/inputs/BusinessMessage.js.map +1 -0
- package/types/inputs/BusinessMessages.d.ts +7 -0
- package/types/inputs/BusinessMessages.js +3 -0
- package/types/inputs/BusinessMessages.js.map +1 -0
- package/types/inputs/BusinessOpeningHours.d.ts +8 -0
- package/types/inputs/BusinessOpeningHours.js +3 -0
- package/types/inputs/BusinessOpeningHours.js.map +1 -0
- package/types/inputs/BusinessOpeningHoursInterval.d.ts +7 -0
- package/types/inputs/BusinessOpeningHoursInterval.js +3 -0
- package/types/inputs/BusinessOpeningHoursInterval.js.map +1 -0
- package/types/inputs/BusinessRecipients.d.ts +12 -0
- package/types/inputs/BusinessRecipients.js +3 -0
- package/types/inputs/BusinessRecipients.js.map +1 -0
- package/types/inputs/BusinessStartPage.d.ts +9 -0
- package/types/inputs/BusinessStartPage.js +3 -0
- package/types/inputs/BusinessStartPage.js.map +1 -0
- package/types/inputs/ButtonStyle.d.ts +18 -0
- package/types/inputs/ButtonStyle.js +3 -0
- package/types/inputs/ButtonStyle.js.map +1 -0
- package/types/inputs/Call.d.ts +12 -0
- package/types/inputs/Call.js +3 -0
- package/types/inputs/Call.js.map +1 -0
- package/types/inputs/CallDiscardReason.d.ts +27 -0
- package/types/inputs/CallDiscardReason.js +3 -0
- package/types/inputs/CallDiscardReason.js.map +1 -0
- package/types/inputs/CallId.d.ts +6 -0
- package/types/inputs/CallId.js +3 -0
- package/types/inputs/CallId.js.map +1 -0
- package/types/inputs/CallProblem.d.ts +38 -0
- package/types/inputs/CallProblem.js +3 -0
- package/types/inputs/CallProblem.js.map +1 -0
- package/types/inputs/CallProtocol.d.ts +10 -0
- package/types/inputs/CallProtocol.js +3 -0
- package/types/inputs/CallProtocol.js.map +1 -0
- package/types/inputs/CallServer.d.ts +11 -0
- package/types/inputs/CallServer.js +3 -0
- package/types/inputs/CallServer.js.map +1 -0
- package/types/inputs/CallServerType.d.ts +16 -0
- package/types/inputs/CallServerType.js +3 -0
- package/types/inputs/CallServerType.js.map +1 -0
- package/types/inputs/CallState.d.ts +42 -0
- package/types/inputs/CallState.js +3 -0
- package/types/inputs/CallState.js.map +1 -0
- package/types/inputs/CallbackQueryAnswer.d.ts +8 -0
- package/types/inputs/CallbackQueryAnswer.js +3 -0
- package/types/inputs/CallbackQueryAnswer.js.map +1 -0
- package/types/inputs/CallbackQueryPayload.d.ts +18 -0
- package/types/inputs/CallbackQueryPayload.js +3 -0
- package/types/inputs/CallbackQueryPayload.js.map +1 -0
- package/types/inputs/CanPostStoryResult.d.ts +34 -0
- package/types/inputs/CanPostStoryResult.js +3 -0
- package/types/inputs/CanPostStoryResult.js.map +1 -0
- package/types/inputs/CanSendGiftResult.d.ts +12 -0
- package/types/inputs/CanSendGiftResult.js +3 -0
- package/types/inputs/CanSendGiftResult.js.map +1 -0
- package/types/inputs/CanSendMessageToUserResult.d.ts +19 -0
- package/types/inputs/CanSendMessageToUserResult.js +3 -0
- package/types/inputs/CanSendMessageToUserResult.js.map +1 -0
- package/types/inputs/CanTransferOwnershipResult.d.ts +20 -0
- package/types/inputs/CanTransferOwnershipResult.js +3 -0
- package/types/inputs/CanTransferOwnershipResult.js.map +1 -0
- package/types/inputs/Chat.d.ts +48 -0
- package/types/inputs/Chat.js +3 -0
- package/types/inputs/Chat.js.map +1 -0
- package/types/inputs/ChatAction.d.ts +68 -0
- package/types/inputs/ChatAction.js +3 -0
- package/types/inputs/ChatAction.js.map +1 -0
- package/types/inputs/ChatActionBar.d.ts +33 -0
- package/types/inputs/ChatActionBar.js +3 -0
- package/types/inputs/ChatActionBar.js.map +1 -0
- package/types/inputs/ChatActiveStories.d.ts +12 -0
- package/types/inputs/ChatActiveStories.js +3 -0
- package/types/inputs/ChatActiveStories.js.map +1 -0
- package/types/inputs/ChatAdministrator.d.ts +8 -0
- package/types/inputs/ChatAdministrator.js +3 -0
- package/types/inputs/ChatAdministrator.js.map +1 -0
- package/types/inputs/ChatAdministratorRights.d.ts +21 -0
- package/types/inputs/ChatAdministratorRights.js +3 -0
- package/types/inputs/ChatAdministratorRights.js.map +1 -0
- package/types/inputs/ChatAdministrators.d.ts +7 -0
- package/types/inputs/ChatAdministrators.js +3 -0
- package/types/inputs/ChatAdministrators.js.map +1 -0
- package/types/inputs/ChatAvailableReactions.d.ts +14 -0
- package/types/inputs/ChatAvailableReactions.js +3 -0
- package/types/inputs/ChatAvailableReactions.js.map +1 -0
- package/types/inputs/ChatBackground.d.ts +8 -0
- package/types/inputs/ChatBackground.js +3 -0
- package/types/inputs/ChatBackground.js.map +1 -0
- package/types/inputs/ChatBoost.d.ts +11 -0
- package/types/inputs/ChatBoost.js +3 -0
- package/types/inputs/ChatBoost.js.map +1 -0
- package/types/inputs/ChatBoostFeatures.d.ts +16 -0
- package/types/inputs/ChatBoostFeatures.js +3 -0
- package/types/inputs/ChatBoostFeatures.js.map +1 -0
- package/types/inputs/ChatBoostLevelFeatures.d.ts +20 -0
- package/types/inputs/ChatBoostLevelFeatures.js +3 -0
- package/types/inputs/ChatBoostLevelFeatures.js.map +1 -0
- package/types/inputs/ChatBoostLink.d.ts +7 -0
- package/types/inputs/ChatBoostLink.js +3 -0
- package/types/inputs/ChatBoostLink.js.map +1 -0
- package/types/inputs/ChatBoostLinkInfo.d.ts +7 -0
- package/types/inputs/ChatBoostLinkInfo.js +3 -0
- package/types/inputs/ChatBoostLinkInfo.js.map +1 -0
- package/types/inputs/ChatBoostSlot.d.ts +10 -0
- package/types/inputs/ChatBoostSlot.js +3 -0
- package/types/inputs/ChatBoostSlot.js.map +1 -0
- package/types/inputs/ChatBoostSlots.d.ts +7 -0
- package/types/inputs/ChatBoostSlots.js +3 -0
- package/types/inputs/ChatBoostSlots.js.map +1 -0
- package/types/inputs/ChatBoostSource.d.ts +22 -0
- package/types/inputs/ChatBoostSource.js +3 -0
- package/types/inputs/ChatBoostSource.js.map +1 -0
- package/types/inputs/ChatBoostStatus.d.ts +16 -0
- package/types/inputs/ChatBoostStatus.js +3 -0
- package/types/inputs/ChatBoostStatus.js.map +1 -0
- package/types/inputs/ChatEvent.d.ts +10 -0
- package/types/inputs/ChatEvent.js +3 -0
- package/types/inputs/ChatEvent.js.map +1 -0
- package/types/inputs/ChatEventAction.d.ts +298 -0
- package/types/inputs/ChatEventAction.js +3 -0
- package/types/inputs/ChatEventAction.js.map +1 -0
- package/types/inputs/ChatEventLogFilters.d.ts +19 -0
- package/types/inputs/ChatEventLogFilters.js +3 -0
- package/types/inputs/ChatEventLogFilters.js.map +1 -0
- package/types/inputs/ChatEvents.d.ts +7 -0
- package/types/inputs/ChatEvents.js +3 -0
- package/types/inputs/ChatEvents.js.map +1 -0
- package/types/inputs/ChatFolder.d.ts +21 -0
- package/types/inputs/ChatFolder.js +3 -0
- package/types/inputs/ChatFolder.js.map +1 -0
- package/types/inputs/ChatFolderIcon.d.ts +6 -0
- package/types/inputs/ChatFolderIcon.js +3 -0
- package/types/inputs/ChatFolderIcon.js.map +1 -0
- package/types/inputs/ChatFolderInfo.d.ts +12 -0
- package/types/inputs/ChatFolderInfo.js +3 -0
- package/types/inputs/ChatFolderInfo.js.map +1 -0
- package/types/inputs/ChatFolderInviteLink.d.ts +8 -0
- package/types/inputs/ChatFolderInviteLink.js +3 -0
- package/types/inputs/ChatFolderInviteLink.js.map +1 -0
- package/types/inputs/ChatFolderInviteLinkInfo.d.ts +9 -0
- package/types/inputs/ChatFolderInviteLinkInfo.js +3 -0
- package/types/inputs/ChatFolderInviteLinkInfo.js.map +1 -0
- package/types/inputs/ChatFolderInviteLinks.d.ts +7 -0
- package/types/inputs/ChatFolderInviteLinks.js +3 -0
- package/types/inputs/ChatFolderInviteLinks.js.map +1 -0
- package/types/inputs/ChatFolderName.d.ts +8 -0
- package/types/inputs/ChatFolderName.js +3 -0
- package/types/inputs/ChatFolderName.js.map +1 -0
- package/types/inputs/ChatInviteLink.d.ts +20 -0
- package/types/inputs/ChatInviteLink.js +3 -0
- package/types/inputs/ChatInviteLink.js.map +1 -0
- package/types/inputs/ChatInviteLinkCount.d.ts +8 -0
- package/types/inputs/ChatInviteLinkCount.js +3 -0
- package/types/inputs/ChatInviteLinkCount.js.map +1 -0
- package/types/inputs/ChatInviteLinkCounts.d.ts +7 -0
- package/types/inputs/ChatInviteLinkCounts.js +3 -0
- package/types/inputs/ChatInviteLinkCounts.js.map +1 -0
- package/types/inputs/ChatInviteLinkInfo.d.ts +19 -0
- package/types/inputs/ChatInviteLinkInfo.js +3 -0
- package/types/inputs/ChatInviteLinkInfo.js.map +1 -0
- package/types/inputs/ChatInviteLinkMember.d.ts +9 -0
- package/types/inputs/ChatInviteLinkMember.js +3 -0
- package/types/inputs/ChatInviteLinkMember.js.map +1 -0
- package/types/inputs/ChatInviteLinkMembers.d.ts +8 -0
- package/types/inputs/ChatInviteLinkMembers.js +3 -0
- package/types/inputs/ChatInviteLinkMembers.js.map +1 -0
- package/types/inputs/ChatInviteLinkSubscriptionInfo.d.ts +9 -0
- package/types/inputs/ChatInviteLinkSubscriptionInfo.js +3 -0
- package/types/inputs/ChatInviteLinkSubscriptionInfo.js.map +1 -0
- package/types/inputs/ChatInviteLinks.d.ts +8 -0
- package/types/inputs/ChatInviteLinks.js +3 -0
- package/types/inputs/ChatInviteLinks.js.map +1 -0
- package/types/inputs/ChatJoinRequest.d.ts +8 -0
- package/types/inputs/ChatJoinRequest.js +3 -0
- package/types/inputs/ChatJoinRequest.js.map +1 -0
- package/types/inputs/ChatJoinRequests.d.ts +8 -0
- package/types/inputs/ChatJoinRequests.js +3 -0
- package/types/inputs/ChatJoinRequests.js.map +1 -0
- package/types/inputs/ChatJoinRequestsInfo.d.ts +7 -0
- package/types/inputs/ChatJoinRequestsInfo.js +3 -0
- package/types/inputs/ChatJoinRequestsInfo.js.map +1 -0
- package/types/inputs/ChatList.d.ts +15 -0
- package/types/inputs/ChatList.js +3 -0
- package/types/inputs/ChatList.js.map +1 -0
- package/types/inputs/ChatLists.d.ts +7 -0
- package/types/inputs/ChatLists.js +3 -0
- package/types/inputs/ChatLists.js.map +1 -0
- package/types/inputs/ChatLocation.d.ts +8 -0
- package/types/inputs/ChatLocation.js +3 -0
- package/types/inputs/ChatLocation.js.map +1 -0
- package/types/inputs/ChatMember.d.ts +10 -0
- package/types/inputs/ChatMember.js +3 -0
- package/types/inputs/ChatMember.js.map +1 -0
- package/types/inputs/ChatMemberStatus.d.ts +38 -0
- package/types/inputs/ChatMemberStatus.js +3 -0
- package/types/inputs/ChatMemberStatus.js.map +1 -0
- package/types/inputs/ChatMembers.d.ts +8 -0
- package/types/inputs/ChatMembers.js +3 -0
- package/types/inputs/ChatMembers.js.map +1 -0
- package/types/inputs/ChatMembersFilter.d.ts +32 -0
- package/types/inputs/ChatMembersFilter.js +3 -0
- package/types/inputs/ChatMembersFilter.js.map +1 -0
- package/types/inputs/ChatMessageSender.d.ts +8 -0
- package/types/inputs/ChatMessageSender.js +3 -0
- package/types/inputs/ChatMessageSender.js.map +1 -0
- package/types/inputs/ChatMessageSenders.d.ts +7 -0
- package/types/inputs/ChatMessageSenders.js +3 -0
- package/types/inputs/ChatMessageSenders.js.map +1 -0
- package/types/inputs/ChatNotificationSettings.d.ts +21 -0
- package/types/inputs/ChatNotificationSettings.js +3 -0
- package/types/inputs/ChatNotificationSettings.js.map +1 -0
- package/types/inputs/ChatPermissions.d.ts +19 -0
- package/types/inputs/ChatPermissions.js +3 -0
- package/types/inputs/ChatPermissions.js.map +1 -0
- package/types/inputs/ChatPhoto.d.ts +13 -0
- package/types/inputs/ChatPhoto.js +3 -0
- package/types/inputs/ChatPhoto.js.map +1 -0
- package/types/inputs/ChatPhotoInfo.d.ts +11 -0
- package/types/inputs/ChatPhotoInfo.js +3 -0
- package/types/inputs/ChatPhotoInfo.js.map +1 -0
- package/types/inputs/ChatPhotoSticker.d.ts +8 -0
- package/types/inputs/ChatPhotoSticker.js +3 -0
- package/types/inputs/ChatPhotoSticker.js.map +1 -0
- package/types/inputs/ChatPhotoStickerType.d.ts +13 -0
- package/types/inputs/ChatPhotoStickerType.js +3 -0
- package/types/inputs/ChatPhotoStickerType.js.map +1 -0
- package/types/inputs/ChatPhotos.d.ts +8 -0
- package/types/inputs/ChatPhotos.js +3 -0
- package/types/inputs/ChatPhotos.js.map +1 -0
- package/types/inputs/ChatPosition.d.ts +10 -0
- package/types/inputs/ChatPosition.js +3 -0
- package/types/inputs/ChatPosition.js.map +1 -0
- package/types/inputs/ChatRevenueAmount.d.ts +10 -0
- package/types/inputs/ChatRevenueAmount.js +3 -0
- package/types/inputs/ChatRevenueAmount.js.map +1 -0
- package/types/inputs/ChatRevenueStatistics.d.ts +10 -0
- package/types/inputs/ChatRevenueStatistics.js +3 -0
- package/types/inputs/ChatRevenueStatistics.js.map +1 -0
- package/types/inputs/ChatRevenueTransaction.d.ts +9 -0
- package/types/inputs/ChatRevenueTransaction.js +3 -0
- package/types/inputs/ChatRevenueTransaction.js.map +1 -0
- package/types/inputs/ChatRevenueTransactionType.d.ts +29 -0
- package/types/inputs/ChatRevenueTransactionType.js +3 -0
- package/types/inputs/ChatRevenueTransactionType.js.map +1 -0
- package/types/inputs/ChatRevenueTransactions.d.ts +9 -0
- package/types/inputs/ChatRevenueTransactions.js +3 -0
- package/types/inputs/ChatRevenueTransactions.js.map +1 -0
- package/types/inputs/ChatSource.d.ts +12 -0
- package/types/inputs/ChatSource.js +3 -0
- package/types/inputs/ChatSource.js.map +1 -0
- package/types/inputs/ChatStatistics.d.ts +49 -0
- package/types/inputs/ChatStatistics.js +3 -0
- package/types/inputs/ChatStatistics.js.map +1 -0
- package/types/inputs/ChatStatisticsAdministratorActionsInfo.d.ts +9 -0
- package/types/inputs/ChatStatisticsAdministratorActionsInfo.js +3 -0
- package/types/inputs/ChatStatisticsAdministratorActionsInfo.js.map +1 -0
- package/types/inputs/ChatStatisticsInteractionInfo.d.ts +10 -0
- package/types/inputs/ChatStatisticsInteractionInfo.js +3 -0
- package/types/inputs/ChatStatisticsInteractionInfo.js.map +1 -0
- package/types/inputs/ChatStatisticsInviterInfo.d.ts +7 -0
- package/types/inputs/ChatStatisticsInviterInfo.js +3 -0
- package/types/inputs/ChatStatisticsInviterInfo.js.map +1 -0
- package/types/inputs/ChatStatisticsMessageSenderInfo.d.ts +8 -0
- package/types/inputs/ChatStatisticsMessageSenderInfo.js +3 -0
- package/types/inputs/ChatStatisticsMessageSenderInfo.js.map +1 -0
- package/types/inputs/ChatStatisticsObjectType.d.ts +12 -0
- package/types/inputs/ChatStatisticsObjectType.js +3 -0
- package/types/inputs/ChatStatisticsObjectType.js.map +1 -0
- package/types/inputs/ChatTheme.d.ts +13 -0
- package/types/inputs/ChatTheme.js +3 -0
- package/types/inputs/ChatTheme.js.map +1 -0
- package/types/inputs/ChatType.d.ts +24 -0
- package/types/inputs/ChatType.js +3 -0
- package/types/inputs/ChatType.js.map +1 -0
- package/types/inputs/Chats.d.ts +7 -0
- package/types/inputs/Chats.js +3 -0
- package/types/inputs/Chats.js.map +1 -0
- package/types/inputs/CheckChatUsernameResult.d.ts +26 -0
- package/types/inputs/CheckChatUsernameResult.js +3 -0
- package/types/inputs/CheckChatUsernameResult.js.map +1 -0
- package/types/inputs/CheckStickerSetNameResult.d.ts +14 -0
- package/types/inputs/CheckStickerSetNameResult.js +3 -0
- package/types/inputs/CheckStickerSetNameResult.js.map +1 -0
- package/types/inputs/Checklist.d.ts +12 -0
- package/types/inputs/Checklist.js +3 -0
- package/types/inputs/Checklist.js.map +1 -0
- package/types/inputs/ChecklistTask.d.ts +10 -0
- package/types/inputs/ChecklistTask.js +3 -0
- package/types/inputs/ChecklistTask.js.map +1 -0
- package/types/inputs/CloseBirthdayUser.d.ts +8 -0
- package/types/inputs/CloseBirthdayUser.js +3 -0
- package/types/inputs/CloseBirthdayUser.js.map +1 -0
- package/types/inputs/ClosedVectorPath.d.ts +7 -0
- package/types/inputs/ClosedVectorPath.js +3 -0
- package/types/inputs/ClosedVectorPath.js.map +1 -0
- package/types/inputs/CollectibleItemInfo.d.ts +11 -0
- package/types/inputs/CollectibleItemInfo.js +3 -0
- package/types/inputs/CollectibleItemInfo.js.map +1 -0
- package/types/inputs/CollectibleItemType.d.ts +12 -0
- package/types/inputs/CollectibleItemType.js +3 -0
- package/types/inputs/CollectibleItemType.js.map +1 -0
- package/types/inputs/ConnectedAffiliateProgram.d.ts +13 -0
- package/types/inputs/ConnectedAffiliateProgram.js +3 -0
- package/types/inputs/ConnectedAffiliateProgram.js.map +1 -0
- package/types/inputs/ConnectedAffiliatePrograms.d.ts +9 -0
- package/types/inputs/ConnectedAffiliatePrograms.js +3 -0
- package/types/inputs/ConnectedAffiliatePrograms.js.map +1 -0
- package/types/inputs/ConnectedWebsite.d.ts +14 -0
- package/types/inputs/ConnectedWebsite.js +3 -0
- package/types/inputs/ConnectedWebsite.js.map +1 -0
- package/types/inputs/ConnectedWebsites.d.ts +7 -0
- package/types/inputs/ConnectedWebsites.js +3 -0
- package/types/inputs/ConnectedWebsites.js.map +1 -0
- package/types/inputs/ConnectionState.d.ts +22 -0
- package/types/inputs/ConnectionState.js +3 -0
- package/types/inputs/ConnectionState.js.map +1 -0
- package/types/inputs/Contact.d.ts +10 -0
- package/types/inputs/Contact.js +3 -0
- package/types/inputs/Contact.js.map +1 -0
- package/types/inputs/Count.d.ts +6 -0
- package/types/inputs/Count.js +3 -0
- package/types/inputs/Count.js.map +1 -0
- package/types/inputs/Countries.d.ts +7 -0
- package/types/inputs/Countries.js +3 -0
- package/types/inputs/Countries.js.map +1 -0
- package/types/inputs/CountryInfo.d.ts +10 -0
- package/types/inputs/CountryInfo.js +3 -0
- package/types/inputs/CountryInfo.js.map +1 -0
- package/types/inputs/CraftGiftResult.d.ts +22 -0
- package/types/inputs/CraftGiftResult.js +3 -0
- package/types/inputs/CraftGiftResult.js.map +1 -0
- package/types/inputs/CreatedBasicGroupChat.d.ts +8 -0
- package/types/inputs/CreatedBasicGroupChat.js +3 -0
- package/types/inputs/CreatedBasicGroupChat.js.map +1 -0
- package/types/inputs/CurrentWeather.d.ts +7 -0
- package/types/inputs/CurrentWeather.js +3 -0
- package/types/inputs/CurrentWeather.js.map +1 -0
- package/types/inputs/CustomRequestResult.d.ts +6 -0
- package/types/inputs/CustomRequestResult.js +3 -0
- package/types/inputs/CustomRequestResult.js.map +1 -0
- package/types/inputs/Data.d.ts +6 -0
- package/types/inputs/Data.js +3 -0
- package/types/inputs/Data.js.map +1 -0
- package/types/inputs/DatabaseStatistics.d.ts +6 -0
- package/types/inputs/DatabaseStatistics.js +3 -0
- package/types/inputs/DatabaseStatistics.js.map +1 -0
- package/types/inputs/Date.d.ts +8 -0
- package/types/inputs/Date.js +3 -0
- package/types/inputs/Date.js.map +1 -0
- package/types/inputs/DateRange.d.ts +7 -0
- package/types/inputs/DateRange.js +3 -0
- package/types/inputs/DateRange.js.map +1 -0
- package/types/inputs/DatedFile.d.ts +8 -0
- package/types/inputs/DatedFile.js +3 -0
- package/types/inputs/DatedFile.js.map +1 -0
- package/types/inputs/DeepLinkInfo.d.ts +8 -0
- package/types/inputs/DeepLinkInfo.js +3 -0
- package/types/inputs/DeepLinkInfo.js.map +1 -0
- package/types/inputs/DeviceToken.d.ts +69 -0
- package/types/inputs/DeviceToken.js +3 -0
- package/types/inputs/DeviceToken.js.map +1 -0
- package/types/inputs/DiceStickers.d.ts +17 -0
- package/types/inputs/DiceStickers.js +3 -0
- package/types/inputs/DiceStickers.js.map +1 -0
- package/types/inputs/DirectMessagesChatTopic.d.ts +18 -0
- package/types/inputs/DirectMessagesChatTopic.js +3 -0
- package/types/inputs/DirectMessagesChatTopic.js.map +1 -0
- package/types/inputs/Document.d.ts +11 -0
- package/types/inputs/Document.js +3 -0
- package/types/inputs/Document.js.map +1 -0
- package/types/inputs/DownloadedFileCounts.d.ts +8 -0
- package/types/inputs/DownloadedFileCounts.js +3 -0
- package/types/inputs/DownloadedFileCounts.js.map +1 -0
- package/types/inputs/DraftMessage.d.ts +11 -0
- package/types/inputs/DraftMessage.js +3 -0
- package/types/inputs/DraftMessage.js.map +1 -0
- package/types/inputs/EmailAddressAuthentication.d.ts +17 -0
- package/types/inputs/EmailAddressAuthentication.js +3 -0
- package/types/inputs/EmailAddressAuthentication.js.map +1 -0
- package/types/inputs/EmailAddressAuthenticationCodeInfo.d.ts +7 -0
- package/types/inputs/EmailAddressAuthenticationCodeInfo.js +3 -0
- package/types/inputs/EmailAddressAuthenticationCodeInfo.js.map +1 -0
- package/types/inputs/EmailAddressResetState.d.ts +12 -0
- package/types/inputs/EmailAddressResetState.js +3 -0
- package/types/inputs/EmailAddressResetState.js.map +1 -0
- package/types/inputs/EmojiCategories.d.ts +7 -0
- package/types/inputs/EmojiCategories.js +3 -0
- package/types/inputs/EmojiCategories.js.map +1 -0
- package/types/inputs/EmojiCategory.d.ts +10 -0
- package/types/inputs/EmojiCategory.js +3 -0
- package/types/inputs/EmojiCategory.js.map +1 -0
- package/types/inputs/EmojiCategorySource.d.ts +11 -0
- package/types/inputs/EmojiCategorySource.js +3 -0
- package/types/inputs/EmojiCategorySource.js.map +1 -0
- package/types/inputs/EmojiCategoryType.d.ts +18 -0
- package/types/inputs/EmojiCategoryType.js +3 -0
- package/types/inputs/EmojiCategoryType.js.map +1 -0
- package/types/inputs/EmojiChatTheme.d.ts +9 -0
- package/types/inputs/EmojiChatTheme.js +3 -0
- package/types/inputs/EmojiChatTheme.js.map +1 -0
- package/types/inputs/EmojiKeyword.d.ts +7 -0
- package/types/inputs/EmojiKeyword.js +3 -0
- package/types/inputs/EmojiKeyword.js.map +1 -0
- package/types/inputs/EmojiKeywords.d.ts +7 -0
- package/types/inputs/EmojiKeywords.js +3 -0
- package/types/inputs/EmojiKeywords.js.map +1 -0
- package/types/inputs/EmojiReaction.d.ts +16 -0
- package/types/inputs/EmojiReaction.js +3 -0
- package/types/inputs/EmojiReaction.js.map +1 -0
- package/types/inputs/EmojiStatus.d.ts +8 -0
- package/types/inputs/EmojiStatus.js +3 -0
- package/types/inputs/EmojiStatus.js.map +1 -0
- package/types/inputs/EmojiStatusCustomEmojis.d.ts +6 -0
- package/types/inputs/EmojiStatusCustomEmojis.js +3 -0
- package/types/inputs/EmojiStatusCustomEmojis.js.map +1 -0
- package/types/inputs/EmojiStatusType.d.ts +18 -0
- package/types/inputs/EmojiStatusType.js +3 -0
- package/types/inputs/EmojiStatusType.js.map +1 -0
- package/types/inputs/EmojiStatuses.d.ts +7 -0
- package/types/inputs/EmojiStatuses.js +3 -0
- package/types/inputs/EmojiStatuses.js.map +1 -0
- package/types/inputs/Emojis.d.ts +6 -0
- package/types/inputs/Emojis.js +3 -0
- package/types/inputs/Emojis.js.map +1 -0
- package/types/inputs/EncryptedCredentials.d.ts +8 -0
- package/types/inputs/EncryptedCredentials.js +3 -0
- package/types/inputs/EncryptedCredentials.js.map +1 -0
- package/types/inputs/EncryptedPassportElement.d.ts +15 -0
- package/types/inputs/EncryptedPassportElement.js +3 -0
- package/types/inputs/EncryptedPassportElement.js.map +1 -0
- package/types/inputs/Error.d.ts +7 -0
- package/types/inputs/Error.js +3 -0
- package/types/inputs/Error.js.map +1 -0
- package/types/inputs/FactCheck.d.ts +8 -0
- package/types/inputs/FactCheck.js +3 -0
- package/types/inputs/FactCheck.js.map +1 -0
- package/types/inputs/FailedToAddMember.d.ts +8 -0
- package/types/inputs/FailedToAddMember.js +3 -0
- package/types/inputs/FailedToAddMember.js.map +1 -0
- package/types/inputs/FailedToAddMembers.d.ts +7 -0
- package/types/inputs/FailedToAddMembers.js +3 -0
- package/types/inputs/FailedToAddMembers.js.map +1 -0
- package/types/inputs/File.d.ts +11 -0
- package/types/inputs/File.js +3 -0
- package/types/inputs/File.js.map +1 -0
- package/types/inputs/FileDownload.d.ts +11 -0
- package/types/inputs/FileDownload.js +3 -0
- package/types/inputs/FileDownload.js.map +1 -0
- package/types/inputs/FileDownloadedPrefixSize.d.ts +6 -0
- package/types/inputs/FileDownloadedPrefixSize.js +3 -0
- package/types/inputs/FileDownloadedPrefixSize.js.map +1 -0
- package/types/inputs/FileType.d.ts +94 -0
- package/types/inputs/FileType.js +3 -0
- package/types/inputs/FileType.js.map +1 -0
- package/types/inputs/FirebaseAuthenticationSettings.d.ts +12 -0
- package/types/inputs/FirebaseAuthenticationSettings.js +3 -0
- package/types/inputs/FirebaseAuthenticationSettings.js.map +1 -0
- package/types/inputs/FirebaseDeviceVerificationParameters.d.ts +13 -0
- package/types/inputs/FirebaseDeviceVerificationParameters.js +3 -0
- package/types/inputs/FirebaseDeviceVerificationParameters.js.map +1 -0
- package/types/inputs/FormattedText.d.ts +8 -0
- package/types/inputs/FormattedText.js +3 -0
- package/types/inputs/FormattedText.js.map +1 -0
- package/types/inputs/ForumTopic.d.ts +17 -0
- package/types/inputs/ForumTopic.js +3 -0
- package/types/inputs/ForumTopic.js.map +1 -0
- package/types/inputs/ForumTopicIcon.d.ts +7 -0
- package/types/inputs/ForumTopicIcon.js +3 -0
- package/types/inputs/ForumTopicIcon.js.map +1 -0
- package/types/inputs/ForumTopicInfo.d.ts +17 -0
- package/types/inputs/ForumTopicInfo.js +3 -0
- package/types/inputs/ForumTopicInfo.js.map +1 -0
- package/types/inputs/ForumTopics.d.ts +11 -0
- package/types/inputs/ForumTopics.js +3 -0
- package/types/inputs/ForumTopics.js.map +1 -0
- package/types/inputs/ForwardSource.d.ts +12 -0
- package/types/inputs/ForwardSource.js +3 -0
- package/types/inputs/ForwardSource.js.map +1 -0
- package/types/inputs/FoundAffiliateProgram.d.ts +8 -0
- package/types/inputs/FoundAffiliateProgram.js +3 -0
- package/types/inputs/FoundAffiliateProgram.js.map +1 -0
- package/types/inputs/FoundAffiliatePrograms.d.ts +9 -0
- package/types/inputs/FoundAffiliatePrograms.js +3 -0
- package/types/inputs/FoundAffiliatePrograms.js.map +1 -0
- package/types/inputs/FoundChatBoosts.d.ts +9 -0
- package/types/inputs/FoundChatBoosts.js +3 -0
- package/types/inputs/FoundChatBoosts.js.map +1 -0
- package/types/inputs/FoundChatMessages.d.ts +9 -0
- package/types/inputs/FoundChatMessages.js +3 -0
- package/types/inputs/FoundChatMessages.js.map +1 -0
- package/types/inputs/FoundFileDownloads.d.ts +9 -0
- package/types/inputs/FoundFileDownloads.js +3 -0
- package/types/inputs/FoundFileDownloads.js.map +1 -0
- package/types/inputs/FoundMessages.d.ts +9 -0
- package/types/inputs/FoundMessages.js +3 -0
- package/types/inputs/FoundMessages.js.map +1 -0
- package/types/inputs/FoundPosition.d.ts +6 -0
- package/types/inputs/FoundPosition.js +3 -0
- package/types/inputs/FoundPosition.js.map +1 -0
- package/types/inputs/FoundPositions.d.ts +7 -0
- package/types/inputs/FoundPositions.js +3 -0
- package/types/inputs/FoundPositions.js.map +1 -0
- package/types/inputs/FoundPublicPosts.d.ts +10 -0
- package/types/inputs/FoundPublicPosts.js +3 -0
- package/types/inputs/FoundPublicPosts.js.map +1 -0
- package/types/inputs/FoundStories.d.ts +9 -0
- package/types/inputs/FoundStories.js +3 -0
- package/types/inputs/FoundStories.js.map +1 -0
- package/types/inputs/FoundUsers.d.ts +7 -0
- package/types/inputs/FoundUsers.js +3 -0
- package/types/inputs/FoundUsers.js.map +1 -0
- package/types/inputs/FoundWebApp.d.ts +9 -0
- package/types/inputs/FoundWebApp.js +3 -0
- package/types/inputs/FoundWebApp.js.map +1 -0
- package/types/inputs/Game.d.ts +13 -0
- package/types/inputs/Game.js +3 -0
- package/types/inputs/Game.js.map +1 -0
- package/types/inputs/GameHighScore.d.ts +8 -0
- package/types/inputs/GameHighScore.js +3 -0
- package/types/inputs/GameHighScore.js.map +1 -0
- package/types/inputs/GameHighScores.d.ts +7 -0
- package/types/inputs/GameHighScores.js +3 -0
- package/types/inputs/GameHighScores.js.map +1 -0
- package/types/inputs/Gift.d.ts +23 -0
- package/types/inputs/Gift.js +3 -0
- package/types/inputs/Gift.js.map +1 -0
- package/types/inputs/GiftAuction.d.ts +8 -0
- package/types/inputs/GiftAuction.js +3 -0
- package/types/inputs/GiftAuction.js.map +1 -0
- package/types/inputs/GiftAuctionAcquiredGift.d.ts +14 -0
- package/types/inputs/GiftAuctionAcquiredGift.js +3 -0
- package/types/inputs/GiftAuctionAcquiredGift.js.map +1 -0
- package/types/inputs/GiftAuctionAcquiredGifts.d.ts +7 -0
- package/types/inputs/GiftAuctionAcquiredGifts.js +3 -0
- package/types/inputs/GiftAuctionAcquiredGifts.js.map +1 -0
- package/types/inputs/GiftAuctionState.d.ts +8 -0
- package/types/inputs/GiftAuctionState.js +3 -0
- package/types/inputs/GiftAuctionState.js.map +1 -0
- package/types/inputs/GiftBackground.d.ts +8 -0
- package/types/inputs/GiftBackground.js +3 -0
- package/types/inputs/GiftBackground.js.map +1 -0
- package/types/inputs/GiftChatTheme.d.ts +9 -0
- package/types/inputs/GiftChatTheme.js +3 -0
- package/types/inputs/GiftChatTheme.js.map +1 -0
- package/types/inputs/GiftChatThemes.d.ts +8 -0
- package/types/inputs/GiftChatThemes.js +3 -0
- package/types/inputs/GiftChatThemes.js.map +1 -0
- package/types/inputs/GiftCollection.d.ts +10 -0
- package/types/inputs/GiftCollection.js +3 -0
- package/types/inputs/GiftCollection.js.map +1 -0
- package/types/inputs/GiftCollections.d.ts +7 -0
- package/types/inputs/GiftCollections.js +3 -0
- package/types/inputs/GiftCollections.js.map +1 -0
- package/types/inputs/GiftForResale.d.ts +8 -0
- package/types/inputs/GiftForResale.js +3 -0
- package/types/inputs/GiftForResale.js.map +1 -0
- package/types/inputs/GiftForResaleOrder.d.ts +14 -0
- package/types/inputs/GiftForResaleOrder.js +3 -0
- package/types/inputs/GiftForResaleOrder.js.map +1 -0
- package/types/inputs/GiftPurchaseLimits.d.ts +7 -0
- package/types/inputs/GiftPurchaseLimits.js +3 -0
- package/types/inputs/GiftPurchaseLimits.js.map +1 -0
- package/types/inputs/GiftPurchaseOfferState.d.ts +14 -0
- package/types/inputs/GiftPurchaseOfferState.js +3 -0
- package/types/inputs/GiftPurchaseOfferState.js.map +1 -0
- package/types/inputs/GiftResaleParameters.d.ts +8 -0
- package/types/inputs/GiftResaleParameters.js +3 -0
- package/types/inputs/GiftResaleParameters.js.map +1 -0
- package/types/inputs/GiftResalePrice.d.ts +12 -0
- package/types/inputs/GiftResalePrice.js +3 -0
- package/types/inputs/GiftResalePrice.js.map +1 -0
- package/types/inputs/GiftResaleResult.d.ts +13 -0
- package/types/inputs/GiftResaleResult.js +3 -0
- package/types/inputs/GiftResaleResult.js.map +1 -0
- package/types/inputs/GiftSettings.d.ts +8 -0
- package/types/inputs/GiftSettings.js +3 -0
- package/types/inputs/GiftSettings.js.map +1 -0
- package/types/inputs/GiftUpgradePreview.d.ts +11 -0
- package/types/inputs/GiftUpgradePreview.js +3 -0
- package/types/inputs/GiftUpgradePreview.js.map +1 -0
- package/types/inputs/GiftUpgradePrice.d.ts +7 -0
- package/types/inputs/GiftUpgradePrice.js +3 -0
- package/types/inputs/GiftUpgradePrice.js.map +1 -0
- package/types/inputs/GiftUpgradeVariants.d.ts +9 -0
- package/types/inputs/GiftUpgradeVariants.js +3 -0
- package/types/inputs/GiftUpgradeVariants.js.map +1 -0
- package/types/inputs/GiftsForCrafting.d.ts +10 -0
- package/types/inputs/GiftsForCrafting.js +3 -0
- package/types/inputs/GiftsForCrafting.js.map +1 -0
- package/types/inputs/GiftsForResale.d.ts +12 -0
- package/types/inputs/GiftsForResale.js +3 -0
- package/types/inputs/GiftsForResale.js.map +1 -0
- package/types/inputs/GiveawayInfo.d.ts +22 -0
- package/types/inputs/GiveawayInfo.js +3 -0
- package/types/inputs/GiveawayInfo.js.map +1 -0
- package/types/inputs/GiveawayParameters.d.ts +12 -0
- package/types/inputs/GiveawayParameters.js +3 -0
- package/types/inputs/GiveawayParameters.js.map +1 -0
- package/types/inputs/GiveawayParticipantStatus.d.ts +25 -0
- package/types/inputs/GiveawayParticipantStatus.js +3 -0
- package/types/inputs/GiveawayParticipantStatus.js.map +1 -0
- package/types/inputs/GiveawayPrize.d.ts +12 -0
- package/types/inputs/GiveawayPrize.js +3 -0
- package/types/inputs/GiveawayPrize.js.map +1 -0
- package/types/inputs/GroupCall.d.ts +38 -0
- package/types/inputs/GroupCall.js +3 -0
- package/types/inputs/GroupCall.js.map +1 -0
- package/types/inputs/GroupCallDataChannel.d.ts +10 -0
- package/types/inputs/GroupCallDataChannel.js +3 -0
- package/types/inputs/GroupCallDataChannel.js.map +1 -0
- package/types/inputs/GroupCallId.d.ts +6 -0
- package/types/inputs/GroupCallId.js +3 -0
- package/types/inputs/GroupCallId.js.map +1 -0
- package/types/inputs/GroupCallInfo.d.ts +7 -0
- package/types/inputs/GroupCallInfo.js +3 -0
- package/types/inputs/GroupCallInfo.js.map +1 -0
- package/types/inputs/GroupCallJoinParameters.d.ts +9 -0
- package/types/inputs/GroupCallJoinParameters.js +3 -0
- package/types/inputs/GroupCallJoinParameters.js.map +1 -0
- package/types/inputs/GroupCallMessage.d.ts +13 -0
- package/types/inputs/GroupCallMessage.js +3 -0
- package/types/inputs/GroupCallMessage.js.map +1 -0
- package/types/inputs/GroupCallMessageLevel.d.ts +12 -0
- package/types/inputs/GroupCallMessageLevel.js +3 -0
- package/types/inputs/GroupCallMessageLevel.js.map +1 -0
- package/types/inputs/GroupCallParticipant.d.ts +24 -0
- package/types/inputs/GroupCallParticipant.js +3 -0
- package/types/inputs/GroupCallParticipant.js.map +1 -0
- package/types/inputs/GroupCallParticipantVideoInfo.d.ts +9 -0
- package/types/inputs/GroupCallParticipantVideoInfo.js +3 -0
- package/types/inputs/GroupCallParticipantVideoInfo.js.map +1 -0
- package/types/inputs/GroupCallParticipants.d.ts +8 -0
- package/types/inputs/GroupCallParticipants.js +3 -0
- package/types/inputs/GroupCallParticipants.js.map +1 -0
- package/types/inputs/GroupCallRecentSpeaker.d.ts +8 -0
- package/types/inputs/GroupCallRecentSpeaker.js +3 -0
- package/types/inputs/GroupCallRecentSpeaker.js.map +1 -0
- package/types/inputs/GroupCallStream.d.ts +8 -0
- package/types/inputs/GroupCallStream.js +3 -0
- package/types/inputs/GroupCallStream.js.map +1 -0
- package/types/inputs/GroupCallStreams.d.ts +7 -0
- package/types/inputs/GroupCallStreams.js +3 -0
- package/types/inputs/GroupCallStreams.js.map +1 -0
- package/types/inputs/GroupCallVideoQuality.d.ts +14 -0
- package/types/inputs/GroupCallVideoQuality.js +3 -0
- package/types/inputs/GroupCallVideoQuality.js.map +1 -0
- package/types/inputs/GroupCallVideoSourceGroup.d.ts +7 -0
- package/types/inputs/GroupCallVideoSourceGroup.js +3 -0
- package/types/inputs/GroupCallVideoSourceGroup.js.map +1 -0
- package/types/inputs/Hashtags.d.ts +6 -0
- package/types/inputs/Hashtags.js +3 -0
- package/types/inputs/Hashtags.js.map +1 -0
- package/types/inputs/HttpUrl.d.ts +6 -0
- package/types/inputs/HttpUrl.js +3 -0
- package/types/inputs/HttpUrl.js.map +1 -0
- package/types/inputs/IdentityDocument.d.ts +12 -0
- package/types/inputs/IdentityDocument.js +3 -0
- package/types/inputs/IdentityDocument.js.map +1 -0
- package/types/inputs/ImportedContact.d.ts +10 -0
- package/types/inputs/ImportedContact.js +3 -0
- package/types/inputs/ImportedContact.js.map +1 -0
- package/types/inputs/ImportedContacts.d.ts +7 -0
- package/types/inputs/ImportedContacts.js +3 -0
- package/types/inputs/ImportedContacts.js.map +1 -0
- package/types/inputs/InlineKeyboardButton.d.ts +10 -0
- package/types/inputs/InlineKeyboardButton.js +3 -0
- package/types/inputs/InlineKeyboardButton.js.map +1 -0
- package/types/inputs/InlineKeyboardButtonType.d.ts +54 -0
- package/types/inputs/InlineKeyboardButtonType.js +3 -0
- package/types/inputs/InlineKeyboardButtonType.js.map +1 -0
- package/types/inputs/InlineQueryResult.d.ts +90 -0
- package/types/inputs/InlineQueryResult.js +3 -0
- package/types/inputs/InlineQueryResult.js.map +1 -0
- package/types/inputs/InlineQueryResults.d.ts +10 -0
- package/types/inputs/InlineQueryResults.js +3 -0
- package/types/inputs/InlineQueryResults.js.map +1 -0
- package/types/inputs/InlineQueryResultsButton.d.ts +8 -0
- package/types/inputs/InlineQueryResultsButton.js +3 -0
- package/types/inputs/InlineQueryResultsButton.js.map +1 -0
- package/types/inputs/InlineQueryResultsButtonType.d.ts +12 -0
- package/types/inputs/InlineQueryResultsButtonType.js +3 -0
- package/types/inputs/InlineQueryResultsButtonType.js.map +1 -0
- package/types/inputs/InputBackground.d.ts +18 -0
- package/types/inputs/InputBackground.js +3 -0
- package/types/inputs/InputBackground.js.map +1 -0
- package/types/inputs/InputBusinessChatLink.d.ts +8 -0
- package/types/inputs/InputBusinessChatLink.js +3 -0
- package/types/inputs/InputBusinessChatLink.js.map +1 -0
- package/types/inputs/InputBusinessStartPage.d.ts +9 -0
- package/types/inputs/InputBusinessStartPage.js +3 -0
- package/types/inputs/InputBusinessStartPage.js.map +1 -0
- package/types/inputs/InputChatPhoto.d.ts +24 -0
- package/types/inputs/InputChatPhoto.js +3 -0
- package/types/inputs/InputChatPhoto.js.map +1 -0
- package/types/inputs/InputChatTheme.d.ts +12 -0
- package/types/inputs/InputChatTheme.js +3 -0
- package/types/inputs/InputChatTheme.js.map +1 -0
- package/types/inputs/InputChecklist.d.ts +10 -0
- package/types/inputs/InputChecklist.js +3 -0
- package/types/inputs/InputChecklist.js.map +1 -0
- package/types/inputs/InputChecklistTask.d.ts +8 -0
- package/types/inputs/InputChecklistTask.js +3 -0
- package/types/inputs/InputChecklistTask.js.map +1 -0
- package/types/inputs/InputCredentials.d.ts +23 -0
- package/types/inputs/InputCredentials.js +3 -0
- package/types/inputs/InputCredentials.js.map +1 -0
- package/types/inputs/InputFile.d.ts +24 -0
- package/types/inputs/InputFile.js +3 -0
- package/types/inputs/InputFile.js.map +1 -0
- package/types/inputs/InputGroupCall.d.ts +13 -0
- package/types/inputs/InputGroupCall.js +3 -0
- package/types/inputs/InputGroupCall.js.map +1 -0
- package/types/inputs/InputIdentityDocument.d.ts +12 -0
- package/types/inputs/InputIdentityDocument.js +3 -0
- package/types/inputs/InputIdentityDocument.js.map +1 -0
- package/types/inputs/InputInlineQueryResult.d.ts +147 -0
- package/types/inputs/InputInlineQueryResult.js +3 -0
- package/types/inputs/InputInlineQueryResult.js.map +1 -0
- package/types/inputs/InputInvoice.d.ts +19 -0
- package/types/inputs/InputInvoice.js +3 -0
- package/types/inputs/InputInvoice.js.map +1 -0
- package/types/inputs/InputMessageContent.d.ts +193 -0
- package/types/inputs/InputMessageContent.js +3 -0
- package/types/inputs/InputMessageContent.js.map +1 -0
- package/types/inputs/InputMessageReplyTo.d.ts +24 -0
- package/types/inputs/InputMessageReplyTo.js +3 -0
- package/types/inputs/InputMessageReplyTo.js.map +1 -0
- package/types/inputs/InputPaidMedia.d.ts +12 -0
- package/types/inputs/InputPaidMedia.js +3 -0
- package/types/inputs/InputPaidMedia.js.map +1 -0
- package/types/inputs/InputPaidMediaType.d.ts +15 -0
- package/types/inputs/InputPaidMediaType.js +3 -0
- package/types/inputs/InputPaidMediaType.js.map +1 -0
- package/types/inputs/InputPassportElement.d.ts +68 -0
- package/types/inputs/InputPassportElement.js +3 -0
- package/types/inputs/InputPassportElement.js.map +1 -0
- package/types/inputs/InputPassportElementError.d.ts +9 -0
- package/types/inputs/InputPassportElementError.js +3 -0
- package/types/inputs/InputPassportElementError.js.map +1 -0
- package/types/inputs/InputPassportElementErrorSource.d.ts +48 -0
- package/types/inputs/InputPassportElementErrorSource.js +3 -0
- package/types/inputs/InputPassportElementErrorSource.js.map +1 -0
- package/types/inputs/InputPersonalDocument.d.ts +8 -0
- package/types/inputs/InputPersonalDocument.js +3 -0
- package/types/inputs/InputPersonalDocument.js.map +1 -0
- package/types/inputs/InputSticker.d.ts +11 -0
- package/types/inputs/InputSticker.js +3 -0
- package/types/inputs/InputSticker.js.map +1 -0
- package/types/inputs/InputStoryArea.d.ts +8 -0
- package/types/inputs/InputStoryArea.js +3 -0
- package/types/inputs/InputStoryArea.js.map +1 -0
- package/types/inputs/InputStoryAreaType.d.ts +51 -0
- package/types/inputs/InputStoryAreaType.js +3 -0
- package/types/inputs/InputStoryAreaType.js.map +1 -0
- package/types/inputs/InputStoryAreas.d.ts +7 -0
- package/types/inputs/InputStoryAreas.js +3 -0
- package/types/inputs/InputStoryAreas.js.map +1 -0
- package/types/inputs/InputStoryContent.d.ts +18 -0
- package/types/inputs/InputStoryContent.js +3 -0
- package/types/inputs/InputStoryContent.js.map +1 -0
- package/types/inputs/InputSuggestedPostInfo.d.ts +8 -0
- package/types/inputs/InputSuggestedPostInfo.js +3 -0
- package/types/inputs/InputSuggestedPostInfo.js.map +1 -0
- package/types/inputs/InputTextQuote.d.ts +8 -0
- package/types/inputs/InputTextQuote.js +3 -0
- package/types/inputs/InputTextQuote.js.map +1 -0
- package/types/inputs/InputThumbnail.d.ts +9 -0
- package/types/inputs/InputThumbnail.js +3 -0
- package/types/inputs/InputThumbnail.js.map +1 -0
- package/types/inputs/InternalLinkType.d.ts +297 -0
- package/types/inputs/InternalLinkType.js +3 -0
- package/types/inputs/InternalLinkType.js.map +1 -0
- package/types/inputs/InviteGroupCallParticipantResult.d.ts +20 -0
- package/types/inputs/InviteGroupCallParticipantResult.js +3 -0
- package/types/inputs/InviteGroupCallParticipantResult.js.map +1 -0
- package/types/inputs/InviteLinkChatType.d.ts +14 -0
- package/types/inputs/InviteLinkChatType.js +3 -0
- package/types/inputs/InviteLinkChatType.js.map +1 -0
- package/types/inputs/Invoice.d.ts +21 -0
- package/types/inputs/Invoice.js +3 -0
- package/types/inputs/Invoice.js.map +1 -0
- package/types/inputs/JsonObjectMember.d.ts +8 -0
- package/types/inputs/JsonObjectMember.js +3 -0
- package/types/inputs/JsonObjectMember.js.map +1 -0
- package/types/inputs/JsonValue.d.ts +32 -0
- package/types/inputs/JsonValue.js +3 -0
- package/types/inputs/JsonValue.js.map +1 -0
- package/types/inputs/KeyboardButton.d.ts +10 -0
- package/types/inputs/KeyboardButton.js +3 -0
- package/types/inputs/KeyboardButton.js.map +1 -0
- package/types/inputs/KeyboardButtonType.d.ts +56 -0
- package/types/inputs/KeyboardButtonType.js +3 -0
- package/types/inputs/KeyboardButtonType.js.map +1 -0
- package/types/inputs/LabeledPricePart.d.ts +7 -0
- package/types/inputs/LabeledPricePart.js +3 -0
- package/types/inputs/LabeledPricePart.js.map +1 -0
- package/types/inputs/LanguagePackInfo.d.ts +18 -0
- package/types/inputs/LanguagePackInfo.js +3 -0
- package/types/inputs/LanguagePackInfo.js.map +1 -0
- package/types/inputs/LanguagePackString.d.ts +8 -0
- package/types/inputs/LanguagePackString.js +3 -0
- package/types/inputs/LanguagePackString.js.map +1 -0
- package/types/inputs/LanguagePackStringValue.d.ts +21 -0
- package/types/inputs/LanguagePackStringValue.js +3 -0
- package/types/inputs/LanguagePackStringValue.js.map +1 -0
- package/types/inputs/LanguagePackStrings.d.ts +7 -0
- package/types/inputs/LanguagePackStrings.js +3 -0
- package/types/inputs/LanguagePackStrings.js.map +1 -0
- package/types/inputs/LinkPreview.d.ts +19 -0
- package/types/inputs/LinkPreview.js +3 -0
- package/types/inputs/LinkPreview.js.map +1 -0
- package/types/inputs/LinkPreviewAlbumMedia.d.ts +13 -0
- package/types/inputs/LinkPreviewAlbumMedia.js +3 -0
- package/types/inputs/LinkPreviewAlbumMedia.js.map +1 -0
- package/types/inputs/LinkPreviewOptions.d.ts +10 -0
- package/types/inputs/LinkPreviewOptions.js +3 -0
- package/types/inputs/LinkPreviewOptions.js.map +1 -0
- package/types/inputs/LinkPreviewType.d.ts +219 -0
- package/types/inputs/LinkPreviewType.js +3 -0
- package/types/inputs/LinkPreviewType.js.map +1 -0
- package/types/inputs/LiveStoryDonors.d.ts +8 -0
- package/types/inputs/LiveStoryDonors.js +3 -0
- package/types/inputs/LiveStoryDonors.js.map +1 -0
- package/types/inputs/LocalFile.d.ts +13 -0
- package/types/inputs/LocalFile.js +3 -0
- package/types/inputs/LocalFile.js.map +1 -0
- package/types/inputs/LocalizationTargetInfo.d.ts +7 -0
- package/types/inputs/LocalizationTargetInfo.js +3 -0
- package/types/inputs/LocalizationTargetInfo.js.map +1 -0
- package/types/inputs/Location.d.ts +8 -0
- package/types/inputs/Location.js +3 -0
- package/types/inputs/Location.js.map +1 -0
- package/types/inputs/LocationAddress.d.ts +9 -0
- package/types/inputs/LocationAddress.js +3 -0
- package/types/inputs/LocationAddress.js.map +1 -0
- package/types/inputs/LogStream.d.ts +17 -0
- package/types/inputs/LogStream.js +3 -0
- package/types/inputs/LogStream.js.map +1 -0
- package/types/inputs/LogTags.d.ts +6 -0
- package/types/inputs/LogTags.js +3 -0
- package/types/inputs/LogTags.js.map +1 -0
- package/types/inputs/LogVerbosityLevel.d.ts +6 -0
- package/types/inputs/LogVerbosityLevel.js +3 -0
- package/types/inputs/LogVerbosityLevel.js.map +1 -0
- package/types/inputs/LoginUrlInfo.d.ts +21 -0
- package/types/inputs/LoginUrlInfo.js +3 -0
- package/types/inputs/LoginUrlInfo.js.map +1 -0
- package/types/inputs/MainWebApp.d.ts +8 -0
- package/types/inputs/MainWebApp.js +3 -0
- package/types/inputs/MainWebApp.js.map +1 -0
- package/types/inputs/MaskPoint.d.ts +18 -0
- package/types/inputs/MaskPoint.js +3 -0
- package/types/inputs/MaskPoint.js.map +1 -0
- package/types/inputs/MaskPosition.d.ts +10 -0
- package/types/inputs/MaskPosition.js +3 -0
- package/types/inputs/MaskPosition.js.map +1 -0
- package/types/inputs/Message.d.ts +44 -0
- package/types/inputs/Message.js +3 -0
- package/types/inputs/Message.js.map +1 -0
- package/types/inputs/MessageAutoDeleteTime.d.ts +6 -0
- package/types/inputs/MessageAutoDeleteTime.js +3 -0
- package/types/inputs/MessageAutoDeleteTime.js.map +1 -0
- package/types/inputs/MessageCalendar.d.ts +8 -0
- package/types/inputs/MessageCalendar.js +3 -0
- package/types/inputs/MessageCalendar.js.map +1 -0
- package/types/inputs/MessageCalendarDay.d.ts +8 -0
- package/types/inputs/MessageCalendarDay.js +3 -0
- package/types/inputs/MessageCalendarDay.js.map +1 -0
- package/types/inputs/MessageContent.d.ts +671 -0
- package/types/inputs/MessageContent.js +3 -0
- package/types/inputs/MessageContent.js.map +1 -0
- package/types/inputs/MessageCopyOptions.d.ts +10 -0
- package/types/inputs/MessageCopyOptions.js +3 -0
- package/types/inputs/MessageCopyOptions.js.map +1 -0
- package/types/inputs/MessageEffect.d.ts +11 -0
- package/types/inputs/MessageEffect.js +3 -0
- package/types/inputs/MessageEffect.js.map +1 -0
- package/types/inputs/MessageEffectType.d.ts +14 -0
- package/types/inputs/MessageEffectType.js +3 -0
- package/types/inputs/MessageEffectType.js.map +1 -0
- package/types/inputs/MessageFileType.d.ts +16 -0
- package/types/inputs/MessageFileType.js +3 -0
- package/types/inputs/MessageFileType.js.map +1 -0
- package/types/inputs/MessageForwardInfo.d.ts +10 -0
- package/types/inputs/MessageForwardInfo.js +3 -0
- package/types/inputs/MessageForwardInfo.js.map +1 -0
- package/types/inputs/MessageImportInfo.d.ts +7 -0
- package/types/inputs/MessageImportInfo.js +3 -0
- package/types/inputs/MessageImportInfo.js.map +1 -0
- package/types/inputs/MessageInteractionInfo.d.ts +10 -0
- package/types/inputs/MessageInteractionInfo.js +3 -0
- package/types/inputs/MessageInteractionInfo.js.map +1 -0
- package/types/inputs/MessageLink.d.ts +7 -0
- package/types/inputs/MessageLink.js +3 -0
- package/types/inputs/MessageLink.js.map +1 -0
- package/types/inputs/MessageLinkInfo.d.ts +12 -0
- package/types/inputs/MessageLinkInfo.js +3 -0
- package/types/inputs/MessageLinkInfo.js.map +1 -0
- package/types/inputs/MessageOrigin.d.ts +25 -0
- package/types/inputs/MessageOrigin.js +3 -0
- package/types/inputs/MessageOrigin.js.map +1 -0
- package/types/inputs/MessagePosition.d.ts +8 -0
- package/types/inputs/MessagePosition.js +3 -0
- package/types/inputs/MessagePosition.js.map +1 -0
- package/types/inputs/MessagePositions.d.ts +8 -0
- package/types/inputs/MessagePositions.js +3 -0
- package/types/inputs/MessagePositions.js.map +1 -0
- package/types/inputs/MessageProperties.d.ts +40 -0
- package/types/inputs/MessageProperties.js +3 -0
- package/types/inputs/MessageProperties.js.map +1 -0
- package/types/inputs/MessageReaction.d.ts +11 -0
- package/types/inputs/MessageReaction.js +3 -0
- package/types/inputs/MessageReaction.js.map +1 -0
- package/types/inputs/MessageReactions.d.ts +10 -0
- package/types/inputs/MessageReactions.js +3 -0
- package/types/inputs/MessageReactions.js.map +1 -0
- package/types/inputs/MessageReadDate.d.ts +23 -0
- package/types/inputs/MessageReadDate.js +3 -0
- package/types/inputs/MessageReadDate.js.map +1 -0
- package/types/inputs/MessageReplyInfo.d.ts +11 -0
- package/types/inputs/MessageReplyInfo.js +3 -0
- package/types/inputs/MessageReplyInfo.js.map +1 -0
- package/types/inputs/MessageReplyTo.d.ts +20 -0
- package/types/inputs/MessageReplyTo.js +3 -0
- package/types/inputs/MessageReplyTo.js.map +1 -0
- package/types/inputs/MessageSchedulingState.d.ts +17 -0
- package/types/inputs/MessageSchedulingState.js +3 -0
- package/types/inputs/MessageSchedulingState.js.map +1 -0
- package/types/inputs/MessageSelfDestructType.d.ts +11 -0
- package/types/inputs/MessageSelfDestructType.js +3 -0
- package/types/inputs/MessageSelfDestructType.js.map +1 -0
- package/types/inputs/MessageSendOptions.d.ts +17 -0
- package/types/inputs/MessageSendOptions.js +3 -0
- package/types/inputs/MessageSendOptions.js.map +1 -0
- package/types/inputs/MessageSender.d.ts +12 -0
- package/types/inputs/MessageSender.js +3 -0
- package/types/inputs/MessageSender.js.map +1 -0
- package/types/inputs/MessageSenders.d.ts +8 -0
- package/types/inputs/MessageSenders.js +3 -0
- package/types/inputs/MessageSenders.js.map +1 -0
- package/types/inputs/MessageSendingState.d.ts +19 -0
- package/types/inputs/MessageSendingState.js +3 -0
- package/types/inputs/MessageSendingState.js.map +1 -0
- package/types/inputs/MessageSource.d.ts +46 -0
- package/types/inputs/MessageSource.js +3 -0
- package/types/inputs/MessageSource.js.map +1 -0
- package/types/inputs/MessageStatistics.d.ts +8 -0
- package/types/inputs/MessageStatistics.js +3 -0
- package/types/inputs/MessageStatistics.js.map +1 -0
- package/types/inputs/MessageThreadInfo.d.ts +12 -0
- package/types/inputs/MessageThreadInfo.js +3 -0
- package/types/inputs/MessageThreadInfo.js.map +1 -0
- package/types/inputs/MessageTopic.d.ts +22 -0
- package/types/inputs/MessageTopic.js +3 -0
- package/types/inputs/MessageTopic.js.map +1 -0
- package/types/inputs/MessageViewer.d.ts +7 -0
- package/types/inputs/MessageViewer.js +3 -0
- package/types/inputs/MessageViewer.js.map +1 -0
- package/types/inputs/MessageViewers.d.ts +7 -0
- package/types/inputs/MessageViewers.js +3 -0
- package/types/inputs/MessageViewers.js.map +1 -0
- package/types/inputs/Messages.d.ts +8 -0
- package/types/inputs/Messages.js +3 -0
- package/types/inputs/Messages.js.map +1 -0
- package/types/inputs/Minithumbnail.d.ts +8 -0
- package/types/inputs/Minithumbnail.js +3 -0
- package/types/inputs/Minithumbnail.js.map +1 -0
- package/types/inputs/NetworkStatistics.d.ts +8 -0
- package/types/inputs/NetworkStatistics.js +3 -0
- package/types/inputs/NetworkStatistics.js.map +1 -0
- package/types/inputs/NetworkStatisticsEntry.d.ts +19 -0
- package/types/inputs/NetworkStatisticsEntry.js +3 -0
- package/types/inputs/NetworkStatisticsEntry.js.map +1 -0
- package/types/inputs/NetworkType.d.ts +22 -0
- package/types/inputs/NetworkType.js +3 -0
- package/types/inputs/NetworkType.js.map +1 -0
- package/types/inputs/NewChatPrivacySettings.d.ts +7 -0
- package/types/inputs/NewChatPrivacySettings.js +3 -0
- package/types/inputs/NewChatPrivacySettings.js.map +1 -0
- package/types/inputs/Notification.d.ts +10 -0
- package/types/inputs/Notification.js +3 -0
- package/types/inputs/Notification.js.map +1 -0
- package/types/inputs/NotificationGroup.d.ts +11 -0
- package/types/inputs/NotificationGroup.js +3 -0
- package/types/inputs/NotificationGroup.js.map +1 -0
- package/types/inputs/NotificationGroupType.d.ts +18 -0
- package/types/inputs/NotificationGroupType.js +3 -0
- package/types/inputs/NotificationGroupType.js.map +1 -0
- package/types/inputs/NotificationSettingsScope.d.ts +14 -0
- package/types/inputs/NotificationSettingsScope.js +3 -0
- package/types/inputs/NotificationSettingsScope.js.map +1 -0
- package/types/inputs/NotificationSound.d.ts +12 -0
- package/types/inputs/NotificationSound.js +3 -0
- package/types/inputs/NotificationSound.js.map +1 -0
- package/types/inputs/NotificationSounds.d.ts +7 -0
- package/types/inputs/NotificationSounds.js +3 -0
- package/types/inputs/NotificationSounds.js.map +1 -0
- package/types/inputs/NotificationType.d.ts +27 -0
- package/types/inputs/NotificationType.js +3 -0
- package/types/inputs/NotificationType.js.map +1 -0
- package/types/inputs/Ok.d.ts +5 -0
- package/types/inputs/Ok.js +3 -0
- package/types/inputs/Ok.js.map +1 -0
- package/types/inputs/OptionValue.d.ts +21 -0
- package/types/inputs/OptionValue.js +3 -0
- package/types/inputs/OptionValue.js.map +1 -0
- package/types/inputs/OrderInfo.d.ts +10 -0
- package/types/inputs/OrderInfo.js +3 -0
- package/types/inputs/OrderInfo.js.map +1 -0
- package/types/inputs/Outline.d.ts +7 -0
- package/types/inputs/Outline.js +3 -0
- package/types/inputs/Outline.js.map +1 -0
- package/types/inputs/PageBlock.d.ts +187 -0
- package/types/inputs/PageBlock.js +3 -0
- package/types/inputs/PageBlock.js.map +1 -0
- package/types/inputs/PageBlockCaption.d.ts +8 -0
- package/types/inputs/PageBlockCaption.js +3 -0
- package/types/inputs/PageBlockCaption.js.map +1 -0
- package/types/inputs/PageBlockHorizontalAlignment.d.ts +14 -0
- package/types/inputs/PageBlockHorizontalAlignment.js +3 -0
- package/types/inputs/PageBlockHorizontalAlignment.js.map +1 -0
- package/types/inputs/PageBlockListItem.d.ts +8 -0
- package/types/inputs/PageBlockListItem.js +3 -0
- package/types/inputs/PageBlockListItem.js.map +1 -0
- package/types/inputs/PageBlockRelatedArticle.d.ts +12 -0
- package/types/inputs/PageBlockRelatedArticle.js +3 -0
- package/types/inputs/PageBlockRelatedArticle.js.map +1 -0
- package/types/inputs/PageBlockTableCell.d.ts +12 -0
- package/types/inputs/PageBlockTableCell.js +3 -0
- package/types/inputs/PageBlockTableCell.js.map +1 -0
- package/types/inputs/PageBlockVerticalAlignment.d.ts +14 -0
- package/types/inputs/PageBlockVerticalAlignment.js +3 -0
- package/types/inputs/PageBlockVerticalAlignment.js.map +1 -0
- package/types/inputs/PaidMedia.d.ts +27 -0
- package/types/inputs/PaidMedia.js +3 -0
- package/types/inputs/PaidMedia.js.map +1 -0
- package/types/inputs/PaidReactionType.d.ts +15 -0
- package/types/inputs/PaidReactionType.js +3 -0
- package/types/inputs/PaidReactionType.js.map +1 -0
- package/types/inputs/PaidReactor.d.ts +11 -0
- package/types/inputs/PaidReactor.js +3 -0
- package/types/inputs/PaidReactor.js.map +1 -0
- package/types/inputs/Passkey.d.ts +10 -0
- package/types/inputs/Passkey.js +3 -0
- package/types/inputs/Passkey.js.map +1 -0
- package/types/inputs/Passkeys.d.ts +7 -0
- package/types/inputs/Passkeys.js +3 -0
- package/types/inputs/Passkeys.js.map +1 -0
- package/types/inputs/PassportAuthorizationForm.d.ts +9 -0
- package/types/inputs/PassportAuthorizationForm.js +3 -0
- package/types/inputs/PassportAuthorizationForm.js.map +1 -0
- package/types/inputs/PassportElement.d.ts +68 -0
- package/types/inputs/PassportElement.js +3 -0
- package/types/inputs/PassportElement.js.map +1 -0
- package/types/inputs/PassportElementError.d.ts +9 -0
- package/types/inputs/PassportElementError.js +3 -0
- package/types/inputs/PassportElementError.js.map +1 -0
- package/types/inputs/PassportElementErrorSource.d.ts +41 -0
- package/types/inputs/PassportElementErrorSource.js +3 -0
- package/types/inputs/PassportElementErrorSource.js.map +1 -0
- package/types/inputs/PassportElementType.d.ts +54 -0
- package/types/inputs/PassportElementType.js +3 -0
- package/types/inputs/PassportElementType.js.map +1 -0
- package/types/inputs/PassportElements.d.ts +7 -0
- package/types/inputs/PassportElements.js +3 -0
- package/types/inputs/PassportElements.js.map +1 -0
- package/types/inputs/PassportElementsWithErrors.d.ts +8 -0
- package/types/inputs/PassportElementsWithErrors.js +3 -0
- package/types/inputs/PassportElementsWithErrors.js.map +1 -0
- package/types/inputs/PassportRequiredElement.d.ts +7 -0
- package/types/inputs/PassportRequiredElement.js +3 -0
- package/types/inputs/PassportRequiredElement.js.map +1 -0
- package/types/inputs/PassportSuitableElement.d.ts +10 -0
- package/types/inputs/PassportSuitableElement.js +3 -0
- package/types/inputs/PassportSuitableElement.js.map +1 -0
- package/types/inputs/PasswordState.d.ts +13 -0
- package/types/inputs/PasswordState.js +3 -0
- package/types/inputs/PasswordState.js.map +1 -0
- package/types/inputs/PaymentForm.d.ts +10 -0
- package/types/inputs/PaymentForm.js +3 -0
- package/types/inputs/PaymentForm.js.map +1 -0
- package/types/inputs/PaymentFormType.d.ts +25 -0
- package/types/inputs/PaymentFormType.js +3 -0
- package/types/inputs/PaymentFormType.js.map +1 -0
- package/types/inputs/PaymentOption.d.ts +7 -0
- package/types/inputs/PaymentOption.js +3 -0
- package/types/inputs/PaymentOption.js.map +1 -0
- package/types/inputs/PaymentProvider.d.ts +21 -0
- package/types/inputs/PaymentProvider.js +3 -0
- package/types/inputs/PaymentProvider.js.map +1 -0
- package/types/inputs/PaymentReceipt.d.ts +10 -0
- package/types/inputs/PaymentReceipt.js +3 -0
- package/types/inputs/PaymentReceipt.js.map +1 -0
- package/types/inputs/PaymentReceiptType.d.ts +19 -0
- package/types/inputs/PaymentReceiptType.js +3 -0
- package/types/inputs/PaymentReceiptType.js.map +1 -0
- package/types/inputs/PaymentResult.d.ts +7 -0
- package/types/inputs/PaymentResult.js +3 -0
- package/types/inputs/PaymentResult.js.map +1 -0
- package/types/inputs/PersonalDetails.d.ts +16 -0
- package/types/inputs/PersonalDetails.js +3 -0
- package/types/inputs/PersonalDetails.js.map +1 -0
- package/types/inputs/PersonalDocument.d.ts +8 -0
- package/types/inputs/PersonalDocument.js +3 -0
- package/types/inputs/PersonalDocument.js.map +1 -0
- package/types/inputs/PhoneNumberAuthenticationSettings.d.ts +13 -0
- package/types/inputs/PhoneNumberAuthenticationSettings.js +3 -0
- package/types/inputs/PhoneNumberAuthenticationSettings.js.map +1 -0
- package/types/inputs/PhoneNumberCodeType.d.ts +15 -0
- package/types/inputs/PhoneNumberCodeType.js +3 -0
- package/types/inputs/PhoneNumberCodeType.js.map +1 -0
- package/types/inputs/PhoneNumberInfo.d.ts +10 -0
- package/types/inputs/PhoneNumberInfo.js +3 -0
- package/types/inputs/PhoneNumberInfo.js.map +1 -0
- package/types/inputs/Photo.d.ts +9 -0
- package/types/inputs/Photo.js +3 -0
- package/types/inputs/Photo.js.map +1 -0
- package/types/inputs/PhotoSize.d.ts +11 -0
- package/types/inputs/PhotoSize.js +3 -0
- package/types/inputs/PhotoSize.js.map +1 -0
- package/types/inputs/Point.d.ts +7 -0
- package/types/inputs/Point.js +3 -0
- package/types/inputs/Point.js.map +1 -0
- package/types/inputs/Poll.d.ts +16 -0
- package/types/inputs/Poll.js +3 -0
- package/types/inputs/Poll.js.map +1 -0
- package/types/inputs/PollOption.d.ts +11 -0
- package/types/inputs/PollOption.js +3 -0
- package/types/inputs/PollOption.js.map +1 -0
- package/types/inputs/PollType.d.ts +14 -0
- package/types/inputs/PollType.js +3 -0
- package/types/inputs/PollType.js.map +1 -0
- package/types/inputs/PremiumFeature.d.ts +106 -0
- package/types/inputs/PremiumFeature.js +3 -0
- package/types/inputs/PremiumFeature.js.map +1 -0
- package/types/inputs/PremiumFeaturePromotionAnimation.d.ts +8 -0
- package/types/inputs/PremiumFeaturePromotionAnimation.js +3 -0
- package/types/inputs/PremiumFeaturePromotionAnimation.js.map +1 -0
- package/types/inputs/PremiumFeatures.d.ts +9 -0
- package/types/inputs/PremiumFeatures.js +3 -0
- package/types/inputs/PremiumFeatures.js.map +1 -0
- package/types/inputs/PremiumGiftCodeInfo.d.ts +14 -0
- package/types/inputs/PremiumGiftCodeInfo.js +3 -0
- package/types/inputs/PremiumGiftCodeInfo.js.map +1 -0
- package/types/inputs/PremiumGiftPaymentOption.d.ts +13 -0
- package/types/inputs/PremiumGiftPaymentOption.js +3 -0
- package/types/inputs/PremiumGiftPaymentOption.js.map +1 -0
- package/types/inputs/PremiumGiftPaymentOptions.d.ts +7 -0
- package/types/inputs/PremiumGiftPaymentOptions.js +3 -0
- package/types/inputs/PremiumGiftPaymentOptions.js.map +1 -0
- package/types/inputs/PremiumGiveawayPaymentOption.d.ts +11 -0
- package/types/inputs/PremiumGiveawayPaymentOption.js +3 -0
- package/types/inputs/PremiumGiveawayPaymentOption.js.map +1 -0
- package/types/inputs/PremiumGiveawayPaymentOptions.d.ts +7 -0
- package/types/inputs/PremiumGiveawayPaymentOptions.js +3 -0
- package/types/inputs/PremiumGiveawayPaymentOptions.js.map +1 -0
- package/types/inputs/PremiumLimit.d.ts +9 -0
- package/types/inputs/PremiumLimit.js +3 -0
- package/types/inputs/PremiumLimit.js.map +1 -0
- package/types/inputs/PremiumLimitType.d.ts +78 -0
- package/types/inputs/PremiumLimitType.js +3 -0
- package/types/inputs/PremiumLimitType.js.map +1 -0
- package/types/inputs/PremiumPaymentOption.d.ts +12 -0
- package/types/inputs/PremiumPaymentOption.js +3 -0
- package/types/inputs/PremiumPaymentOption.js.map +1 -0
- package/types/inputs/PremiumSource.d.ts +32 -0
- package/types/inputs/PremiumSource.js +3 -0
- package/types/inputs/PremiumSource.js.map +1 -0
- package/types/inputs/PremiumState.d.ts +10 -0
- package/types/inputs/PremiumState.js +3 -0
- package/types/inputs/PremiumState.js.map +1 -0
- package/types/inputs/PremiumStatePaymentOption.d.ts +10 -0
- package/types/inputs/PremiumStatePaymentOption.js +3 -0
- package/types/inputs/PremiumStatePaymentOption.js.map +1 -0
- package/types/inputs/PremiumStoryFeature.d.ts +30 -0
- package/types/inputs/PremiumStoryFeature.js +3 -0
- package/types/inputs/PremiumStoryFeature.js.map +1 -0
- package/types/inputs/PrepaidGiveaway.d.ts +11 -0
- package/types/inputs/PrepaidGiveaway.js +3 -0
- package/types/inputs/PrepaidGiveaway.js.map +1 -0
- package/types/inputs/PreparedInlineMessage.d.ts +9 -0
- package/types/inputs/PreparedInlineMessage.js +3 -0
- package/types/inputs/PreparedInlineMessage.js.map +1 -0
- package/types/inputs/PreparedInlineMessageId.d.ts +7 -0
- package/types/inputs/PreparedInlineMessageId.js +3 -0
- package/types/inputs/PreparedInlineMessageId.js.map +1 -0
- package/types/inputs/ProductInfo.d.ts +9 -0
- package/types/inputs/ProductInfo.js +3 -0
- package/types/inputs/ProductInfo.js.map +1 -0
- package/types/inputs/ProfileAccentColor.d.ts +11 -0
- package/types/inputs/ProfileAccentColor.js +3 -0
- package/types/inputs/ProfileAccentColor.js.map +1 -0
- package/types/inputs/ProfileAccentColors.d.ts +8 -0
- package/types/inputs/ProfileAccentColors.js +3 -0
- package/types/inputs/ProfileAccentColors.js.map +1 -0
- package/types/inputs/ProfilePhoto.d.ts +12 -0
- package/types/inputs/ProfilePhoto.js +3 -0
- package/types/inputs/ProfilePhoto.js.map +1 -0
- package/types/inputs/ProfileTab.d.ts +34 -0
- package/types/inputs/ProfileTab.js +3 -0
- package/types/inputs/ProfileTab.js.map +1 -0
- package/types/inputs/Proxy.d.ts +9 -0
- package/types/inputs/Proxy.js +3 -0
- package/types/inputs/Proxy.js.map +1 -0
- package/types/inputs/ProxyType.d.ts +20 -0
- package/types/inputs/ProxyType.js +3 -0
- package/types/inputs/ProxyType.js.map +1 -0
- package/types/inputs/PublicChatType.d.ts +10 -0
- package/types/inputs/PublicChatType.js +3 -0
- package/types/inputs/PublicChatType.js.map +1 -0
- package/types/inputs/PublicForward.d.ts +13 -0
- package/types/inputs/PublicForward.js +3 -0
- package/types/inputs/PublicForward.js.map +1 -0
- package/types/inputs/PublicForwards.d.ts +9 -0
- package/types/inputs/PublicForwards.js +3 -0
- package/types/inputs/PublicForwards.js.map +1 -0
- package/types/inputs/PublicPostSearchLimits.d.ts +10 -0
- package/types/inputs/PublicPostSearchLimits.js +3 -0
- package/types/inputs/PublicPostSearchLimits.js.map +1 -0
- package/types/inputs/PushMessageContent.d.ts +257 -0
- package/types/inputs/PushMessageContent.js +3 -0
- package/types/inputs/PushMessageContent.js.map +1 -0
- package/types/inputs/PushReceiverId.d.ts +6 -0
- package/types/inputs/PushReceiverId.js +3 -0
- package/types/inputs/PushReceiverId.js.map +1 -0
- package/types/inputs/QuickReplyMessage.d.ts +14 -0
- package/types/inputs/QuickReplyMessage.js +3 -0
- package/types/inputs/QuickReplyMessage.js.map +1 -0
- package/types/inputs/QuickReplyMessages.d.ts +7 -0
- package/types/inputs/QuickReplyMessages.js +3 -0
- package/types/inputs/QuickReplyMessages.js.map +1 -0
- package/types/inputs/QuickReplyShortcut.d.ts +10 -0
- package/types/inputs/QuickReplyShortcut.js +3 -0
- package/types/inputs/QuickReplyShortcut.js.map +1 -0
- package/types/inputs/ReactionNotificationSettings.d.ts +10 -0
- package/types/inputs/ReactionNotificationSettings.js +3 -0
- package/types/inputs/ReactionNotificationSettings.js.map +1 -0
- package/types/inputs/ReactionNotificationSource.d.ts +14 -0
- package/types/inputs/ReactionNotificationSource.js +3 -0
- package/types/inputs/ReactionNotificationSource.js.map +1 -0
- package/types/inputs/ReactionType.d.ts +16 -0
- package/types/inputs/ReactionType.js +3 -0
- package/types/inputs/ReactionType.js.map +1 -0
- package/types/inputs/ReactionUnavailabilityReason.d.ts +10 -0
- package/types/inputs/ReactionUnavailabilityReason.js +3 -0
- package/types/inputs/ReactionUnavailabilityReason.js.map +1 -0
- package/types/inputs/ReadDatePrivacySettings.d.ts +6 -0
- package/types/inputs/ReadDatePrivacySettings.js +3 -0
- package/types/inputs/ReadDatePrivacySettings.js.map +1 -0
- package/types/inputs/ReceivedGift.d.ts +29 -0
- package/types/inputs/ReceivedGift.js +3 -0
- package/types/inputs/ReceivedGift.js.map +1 -0
- package/types/inputs/ReceivedGifts.d.ts +10 -0
- package/types/inputs/ReceivedGifts.js +3 -0
- package/types/inputs/ReceivedGifts.js.map +1 -0
- package/types/inputs/RecommendedChatFolder.d.ts +8 -0
- package/types/inputs/RecommendedChatFolder.js +3 -0
- package/types/inputs/RecommendedChatFolder.js.map +1 -0
- package/types/inputs/RecommendedChatFolders.d.ts +7 -0
- package/types/inputs/RecommendedChatFolders.js +3 -0
- package/types/inputs/RecommendedChatFolders.js.map +1 -0
- package/types/inputs/RecoveryEmailAddress.d.ts +6 -0
- package/types/inputs/RecoveryEmailAddress.js +3 -0
- package/types/inputs/RecoveryEmailAddress.js.map +1 -0
- package/types/inputs/RemoteFile.d.ts +10 -0
- package/types/inputs/RemoteFile.js +3 -0
- package/types/inputs/RemoteFile.js.map +1 -0
- package/types/inputs/ReplyMarkup.d.ts +29 -0
- package/types/inputs/ReplyMarkup.js +3 -0
- package/types/inputs/ReplyMarkup.js.map +1 -0
- package/types/inputs/ReportChatResult.d.ts +23 -0
- package/types/inputs/ReportChatResult.js +3 -0
- package/types/inputs/ReportChatResult.js.map +1 -0
- package/types/inputs/ReportOption.d.ts +7 -0
- package/types/inputs/ReportOption.js +3 -0
- package/types/inputs/ReportOption.js.map +1 -0
- package/types/inputs/ReportReason.d.ts +42 -0
- package/types/inputs/ReportReason.js +3 -0
- package/types/inputs/ReportReason.js.map +1 -0
- package/types/inputs/ReportSponsoredResult.d.ts +25 -0
- package/types/inputs/ReportSponsoredResult.js +3 -0
- package/types/inputs/ReportSponsoredResult.js.map +1 -0
- package/types/inputs/ReportStoryResult.d.ts +19 -0
- package/types/inputs/ReportStoryResult.js +3 -0
- package/types/inputs/ReportStoryResult.js.map +1 -0
- package/types/inputs/ResendCodeReason.d.ts +11 -0
- package/types/inputs/ResendCodeReason.js +3 -0
- package/types/inputs/ResendCodeReason.js.map +1 -0
- package/types/inputs/ResetPasswordResult.d.ts +16 -0
- package/types/inputs/ResetPasswordResult.js +3 -0
- package/types/inputs/ResetPasswordResult.js.map +1 -0
- package/types/inputs/RestrictionInfo.d.ts +7 -0
- package/types/inputs/RestrictionInfo.js +3 -0
- package/types/inputs/RestrictionInfo.js.map +1 -0
- package/types/inputs/RevenueWithdrawalState.d.ts +16 -0
- package/types/inputs/RevenueWithdrawalState.js +3 -0
- package/types/inputs/RevenueWithdrawalState.js.map +1 -0
- package/types/inputs/RichText.d.ts +98 -0
- package/types/inputs/RichText.js +3 -0
- package/types/inputs/RichText.js.map +1 -0
- package/types/inputs/RtmpUrl.d.ts +7 -0
- package/types/inputs/RtmpUrl.js +3 -0
- package/types/inputs/RtmpUrl.js.map +1 -0
- package/types/inputs/SavedCredentials.d.ts +7 -0
- package/types/inputs/SavedCredentials.js +3 -0
- package/types/inputs/SavedCredentials.js.map +1 -0
- package/types/inputs/SavedMessagesTag.d.ts +9 -0
- package/types/inputs/SavedMessagesTag.js +3 -0
- package/types/inputs/SavedMessagesTag.js.map +1 -0
- package/types/inputs/SavedMessagesTags.d.ts +7 -0
- package/types/inputs/SavedMessagesTags.js +3 -0
- package/types/inputs/SavedMessagesTags.js.map +1 -0
- package/types/inputs/SavedMessagesTopic.d.ts +12 -0
- package/types/inputs/SavedMessagesTopic.js +3 -0
- package/types/inputs/SavedMessagesTopic.js.map +1 -0
- package/types/inputs/SavedMessagesTopicType.d.ts +15 -0
- package/types/inputs/SavedMessagesTopicType.js +3 -0
- package/types/inputs/SavedMessagesTopicType.js.map +1 -0
- package/types/inputs/ScopeAutosaveSettings.d.ts +8 -0
- package/types/inputs/ScopeAutosaveSettings.js +3 -0
- package/types/inputs/ScopeAutosaveSettings.js.map +1 -0
- package/types/inputs/ScopeNotificationSettings.d.ts +14 -0
- package/types/inputs/ScopeNotificationSettings.js +3 -0
- package/types/inputs/ScopeNotificationSettings.js.map +1 -0
- package/types/inputs/SearchMessagesChatTypeFilter.d.ts +14 -0
- package/types/inputs/SearchMessagesChatTypeFilter.js +3 -0
- package/types/inputs/SearchMessagesChatTypeFilter.js.map +1 -0
- package/types/inputs/SearchMessagesFilter.d.ts +70 -0
- package/types/inputs/SearchMessagesFilter.js +3 -0
- package/types/inputs/SearchMessagesFilter.js.map +1 -0
- package/types/inputs/Seconds.d.ts +6 -0
- package/types/inputs/Seconds.js +3 -0
- package/types/inputs/Seconds.js.map +1 -0
- package/types/inputs/SecretChat.d.ts +12 -0
- package/types/inputs/SecretChat.js +3 -0
- package/types/inputs/SecretChat.js.map +1 -0
- package/types/inputs/SecretChatState.d.ts +14 -0
- package/types/inputs/SecretChatState.js +3 -0
- package/types/inputs/SecretChatState.js.map +1 -0
- package/types/inputs/SentGift.d.ts +13 -0
- package/types/inputs/SentGift.js +3 -0
- package/types/inputs/SentGift.js.map +1 -0
- package/types/inputs/SentWebAppMessage.d.ts +6 -0
- package/types/inputs/SentWebAppMessage.js +3 -0
- package/types/inputs/SentWebAppMessage.js.map +1 -0
- package/types/inputs/Session.d.ts +24 -0
- package/types/inputs/Session.js +3 -0
- package/types/inputs/Session.js.map +1 -0
- package/types/inputs/SessionType.d.ts +70 -0
- package/types/inputs/SessionType.js +3 -0
- package/types/inputs/SessionType.js.map +1 -0
- package/types/inputs/Sessions.d.ts +8 -0
- package/types/inputs/Sessions.js +3 -0
- package/types/inputs/Sessions.js.map +1 -0
- package/types/inputs/SettingsSection.d.ts +100 -0
- package/types/inputs/SettingsSection.js +3 -0
- package/types/inputs/SettingsSection.js.map +1 -0
- package/types/inputs/SharedChat.d.ts +10 -0
- package/types/inputs/SharedChat.js +3 -0
- package/types/inputs/SharedChat.js.map +1 -0
- package/types/inputs/SharedUser.d.ts +11 -0
- package/types/inputs/SharedUser.js +3 -0
- package/types/inputs/SharedUser.js.map +1 -0
- package/types/inputs/ShippingOption.d.ts +9 -0
- package/types/inputs/ShippingOption.js +3 -0
- package/types/inputs/ShippingOption.js.map +1 -0
- package/types/inputs/SpeechRecognitionResult.d.ts +18 -0
- package/types/inputs/SpeechRecognitionResult.js +3 -0
- package/types/inputs/SpeechRecognitionResult.js.map +1 -0
- package/types/inputs/SponsoredChat.d.ts +9 -0
- package/types/inputs/SponsoredChat.js +3 -0
- package/types/inputs/SponsoredChat.js.map +1 -0
- package/types/inputs/SponsoredChats.d.ts +7 -0
- package/types/inputs/SponsoredChats.js +3 -0
- package/types/inputs/SponsoredChats.js.map +1 -0
- package/types/inputs/SponsoredMessage.d.ts +16 -0
- package/types/inputs/SponsoredMessage.js +3 -0
- package/types/inputs/SponsoredMessage.js.map +1 -0
- package/types/inputs/SponsoredMessages.d.ts +8 -0
- package/types/inputs/SponsoredMessages.js +3 -0
- package/types/inputs/SponsoredMessages.js.map +1 -0
- package/types/inputs/StakeDiceState.d.ts +11 -0
- package/types/inputs/StakeDiceState.js +3 -0
- package/types/inputs/StakeDiceState.js.map +1 -0
- package/types/inputs/StarAmount.d.ts +7 -0
- package/types/inputs/StarAmount.js +3 -0
- package/types/inputs/StarAmount.js.map +1 -0
- package/types/inputs/StarCount.d.ts +6 -0
- package/types/inputs/StarCount.js +3 -0
- package/types/inputs/StarCount.js.map +1 -0
- package/types/inputs/StarGiveawayPaymentOption.d.ts +14 -0
- package/types/inputs/StarGiveawayPaymentOption.js +3 -0
- package/types/inputs/StarGiveawayPaymentOption.js.map +1 -0
- package/types/inputs/StarGiveawayPaymentOptions.d.ts +7 -0
- package/types/inputs/StarGiveawayPaymentOptions.js +3 -0
- package/types/inputs/StarGiveawayPaymentOptions.js.map +1 -0
- package/types/inputs/StarGiveawayWinnerOption.d.ts +8 -0
- package/types/inputs/StarGiveawayWinnerOption.js +3 -0
- package/types/inputs/StarGiveawayWinnerOption.js.map +1 -0
- package/types/inputs/StarPaymentOption.d.ts +10 -0
- package/types/inputs/StarPaymentOption.js +3 -0
- package/types/inputs/StarPaymentOption.js.map +1 -0
- package/types/inputs/StarPaymentOptions.d.ts +7 -0
- package/types/inputs/StarPaymentOptions.js +3 -0
- package/types/inputs/StarPaymentOptions.js.map +1 -0
- package/types/inputs/StarRevenueStatistics.d.ts +9 -0
- package/types/inputs/StarRevenueStatistics.js +3 -0
- package/types/inputs/StarRevenueStatistics.js.map +1 -0
- package/types/inputs/StarRevenueStatus.d.ts +11 -0
- package/types/inputs/StarRevenueStatus.js +3 -0
- package/types/inputs/StarRevenueStatus.js.map +1 -0
- package/types/inputs/StarSubscription.d.ts +13 -0
- package/types/inputs/StarSubscription.js +3 -0
- package/types/inputs/StarSubscription.js.map +1 -0
- package/types/inputs/StarSubscriptionPricing.d.ts +7 -0
- package/types/inputs/StarSubscriptionPricing.js +3 -0
- package/types/inputs/StarSubscriptionPricing.js.map +1 -0
- package/types/inputs/StarSubscriptionType.d.ts +17 -0
- package/types/inputs/StarSubscriptionType.js +3 -0
- package/types/inputs/StarSubscriptionType.js.map +1 -0
- package/types/inputs/StarSubscriptions.d.ts +10 -0
- package/types/inputs/StarSubscriptions.js +3 -0
- package/types/inputs/StarSubscriptions.js.map +1 -0
- package/types/inputs/StarTransaction.d.ts +11 -0
- package/types/inputs/StarTransaction.js +3 -0
- package/types/inputs/StarTransaction.js.map +1 -0
- package/types/inputs/StarTransactionType.d.ts +268 -0
- package/types/inputs/StarTransactionType.js +3 -0
- package/types/inputs/StarTransactionType.js.map +1 -0
- package/types/inputs/StarTransactions.d.ts +9 -0
- package/types/inputs/StarTransactions.js +3 -0
- package/types/inputs/StarTransactions.js.map +1 -0
- package/types/inputs/StartLiveStoryResult.d.ts +13 -0
- package/types/inputs/StartLiveStoryResult.js +3 -0
- package/types/inputs/StartLiveStoryResult.js.map +1 -0
- package/types/inputs/StatisticalGraph.d.ts +18 -0
- package/types/inputs/StatisticalGraph.js +3 -0
- package/types/inputs/StatisticalGraph.js.map +1 -0
- package/types/inputs/StatisticalValue.d.ts +8 -0
- package/types/inputs/StatisticalValue.js +3 -0
- package/types/inputs/StatisticalValue.js.map +1 -0
- package/types/inputs/Sticker.d.ts +15 -0
- package/types/inputs/Sticker.js +3 -0
- package/types/inputs/Sticker.js.map +1 -0
- package/types/inputs/StickerFormat.d.ts +14 -0
- package/types/inputs/StickerFormat.js +3 -0
- package/types/inputs/StickerFormat.js.map +1 -0
- package/types/inputs/StickerFullType.d.ts +19 -0
- package/types/inputs/StickerFullType.js +3 -0
- package/types/inputs/StickerFullType.js.map +1 -0
- package/types/inputs/StickerSet.d.ts +21 -0
- package/types/inputs/StickerSet.js +3 -0
- package/types/inputs/StickerSet.js.map +1 -0
- package/types/inputs/StickerSetInfo.d.ts +21 -0
- package/types/inputs/StickerSetInfo.js +3 -0
- package/types/inputs/StickerSetInfo.js.map +1 -0
- package/types/inputs/StickerSets.d.ts +8 -0
- package/types/inputs/StickerSets.js +3 -0
- package/types/inputs/StickerSets.js.map +1 -0
- package/types/inputs/StickerType.d.ts +14 -0
- package/types/inputs/StickerType.js +3 -0
- package/types/inputs/StickerType.js.map +1 -0
- package/types/inputs/Stickers.d.ts +7 -0
- package/types/inputs/Stickers.js +3 -0
- package/types/inputs/Stickers.js.map +1 -0
- package/types/inputs/StorageStatistics.d.ts +9 -0
- package/types/inputs/StorageStatistics.js +3 -0
- package/types/inputs/StorageStatistics.js.map +1 -0
- package/types/inputs/StorageStatisticsByChat.d.ts +10 -0
- package/types/inputs/StorageStatisticsByChat.js +3 -0
- package/types/inputs/StorageStatisticsByChat.js.map +1 -0
- package/types/inputs/StorageStatisticsByFileType.d.ts +9 -0
- package/types/inputs/StorageStatisticsByFileType.js +3 -0
- package/types/inputs/StorageStatisticsByFileType.js.map +1 -0
- package/types/inputs/StorageStatisticsFast.d.ts +10 -0
- package/types/inputs/StorageStatisticsFast.js +3 -0
- package/types/inputs/StorageStatisticsFast.js.map +1 -0
- package/types/inputs/StorePaymentPurpose.d.ts +58 -0
- package/types/inputs/StorePaymentPurpose.js +3 -0
- package/types/inputs/StorePaymentPurpose.js.map +1 -0
- package/types/inputs/StoreTransaction.d.ts +14 -0
- package/types/inputs/StoreTransaction.js +3 -0
- package/types/inputs/StoreTransaction.js.map +1 -0
- package/types/inputs/Stories.d.ts +9 -0
- package/types/inputs/Stories.js +3 -0
- package/types/inputs/Stories.js.map +1 -0
- package/types/inputs/Story.d.ts +33 -0
- package/types/inputs/Story.js +3 -0
- package/types/inputs/Story.js.map +1 -0
- package/types/inputs/StoryAlbum.d.ts +10 -0
- package/types/inputs/StoryAlbum.js +3 -0
- package/types/inputs/StoryAlbum.js.map +1 -0
- package/types/inputs/StoryAlbums.d.ts +7 -0
- package/types/inputs/StoryAlbums.js +3 -0
- package/types/inputs/StoryAlbums.js.map +1 -0
- package/types/inputs/StoryArea.d.ts +8 -0
- package/types/inputs/StoryArea.js +3 -0
- package/types/inputs/StoryArea.js.map +1 -0
- package/types/inputs/StoryAreaPosition.d.ts +11 -0
- package/types/inputs/StoryAreaPosition.js +3 -0
- package/types/inputs/StoryAreaPosition.js.map +1 -0
- package/types/inputs/StoryAreaType.d.ts +45 -0
- package/types/inputs/StoryAreaType.js +3 -0
- package/types/inputs/StoryAreaType.js.map +1 -0
- package/types/inputs/StoryContent.d.ts +24 -0
- package/types/inputs/StoryContent.js +3 -0
- package/types/inputs/StoryContent.js.map +1 -0
- package/types/inputs/StoryContentType.d.ts +18 -0
- package/types/inputs/StoryContentType.js +3 -0
- package/types/inputs/StoryContentType.js.map +1 -0
- package/types/inputs/StoryFullId.d.ts +7 -0
- package/types/inputs/StoryFullId.js +3 -0
- package/types/inputs/StoryFullId.js.map +1 -0
- package/types/inputs/StoryInfo.d.ts +9 -0
- package/types/inputs/StoryInfo.js +3 -0
- package/types/inputs/StoryInfo.js.map +1 -0
- package/types/inputs/StoryInteraction.d.ts +10 -0
- package/types/inputs/StoryInteraction.js +3 -0
- package/types/inputs/StoryInteraction.js.map +1 -0
- package/types/inputs/StoryInteractionInfo.d.ts +9 -0
- package/types/inputs/StoryInteractionInfo.js +3 -0
- package/types/inputs/StoryInteractionInfo.js.map +1 -0
- package/types/inputs/StoryInteractionType.d.ts +18 -0
- package/types/inputs/StoryInteractionType.js +3 -0
- package/types/inputs/StoryInteractionType.js.map +1 -0
- package/types/inputs/StoryInteractions.d.ts +11 -0
- package/types/inputs/StoryInteractions.js +3 -0
- package/types/inputs/StoryInteractions.js.map +1 -0
- package/types/inputs/StoryList.d.ts +10 -0
- package/types/inputs/StoryList.js +3 -0
- package/types/inputs/StoryList.js.map +1 -0
- package/types/inputs/StoryOrigin.d.ts +13 -0
- package/types/inputs/StoryOrigin.js +3 -0
- package/types/inputs/StoryOrigin.js.map +1 -0
- package/types/inputs/StoryPrivacySettings.d.ts +21 -0
- package/types/inputs/StoryPrivacySettings.js +3 -0
- package/types/inputs/StoryPrivacySettings.js.map +1 -0
- package/types/inputs/StoryRepostInfo.d.ts +8 -0
- package/types/inputs/StoryRepostInfo.js +3 -0
- package/types/inputs/StoryRepostInfo.js.map +1 -0
- package/types/inputs/StoryStatistics.d.ts +8 -0
- package/types/inputs/StoryStatistics.js +3 -0
- package/types/inputs/StoryStatistics.js.map +1 -0
- package/types/inputs/StoryVideo.d.ts +16 -0
- package/types/inputs/StoryVideo.js +3 -0
- package/types/inputs/StoryVideo.js.map +1 -0
- package/types/inputs/SuggestedAction.d.ts +79 -0
- package/types/inputs/SuggestedAction.js +3 -0
- package/types/inputs/SuggestedAction.js.map +1 -0
- package/types/inputs/SuggestedPostInfo.d.ts +11 -0
- package/types/inputs/SuggestedPostInfo.js +3 -0
- package/types/inputs/SuggestedPostInfo.js.map +1 -0
- package/types/inputs/SuggestedPostPrice.d.ts +12 -0
- package/types/inputs/SuggestedPostPrice.js +3 -0
- package/types/inputs/SuggestedPostPrice.js.map +1 -0
- package/types/inputs/SuggestedPostRefundReason.d.ts +10 -0
- package/types/inputs/SuggestedPostRefundReason.js +3 -0
- package/types/inputs/SuggestedPostRefundReason.js.map +1 -0
- package/types/inputs/SuggestedPostState.d.ts +14 -0
- package/types/inputs/SuggestedPostState.js +3 -0
- package/types/inputs/SuggestedPostState.js.map +1 -0
- package/types/inputs/Supergroup.d.ts +31 -0
- package/types/inputs/Supergroup.js +3 -0
- package/types/inputs/Supergroup.js.map +1 -0
- package/types/inputs/SupergroupFullInfo.d.ts +46 -0
- package/types/inputs/SupergroupFullInfo.js +3 -0
- package/types/inputs/SupergroupFullInfo.js.map +1 -0
- package/types/inputs/SupergroupMembersFilter.d.ts +41 -0
- package/types/inputs/SupergroupMembersFilter.js +3 -0
- package/types/inputs/SupergroupMembersFilter.js.map +1 -0
- package/types/inputs/TMeUrl.d.ts +8 -0
- package/types/inputs/TMeUrl.js +3 -0
- package/types/inputs/TMeUrl.js.map +1 -0
- package/types/inputs/TMeUrlType.d.ts +23 -0
- package/types/inputs/TMeUrlType.js +3 -0
- package/types/inputs/TMeUrlType.js.map +1 -0
- package/types/inputs/TMeUrls.d.ts +7 -0
- package/types/inputs/TMeUrls.js +3 -0
- package/types/inputs/TMeUrls.js.map +1 -0
- package/types/inputs/TargetChat.d.ts +17 -0
- package/types/inputs/TargetChat.js +3 -0
- package/types/inputs/TargetChat.js.map +1 -0
- package/types/inputs/TargetChatTypes.d.ts +9 -0
- package/types/inputs/TargetChatTypes.js +3 -0
- package/types/inputs/TargetChatTypes.js.map +1 -0
- package/types/inputs/TelegramPaymentPurpose.d.ts +61 -0
- package/types/inputs/TelegramPaymentPurpose.js +3 -0
- package/types/inputs/TelegramPaymentPurpose.js.map +1 -0
- package/types/inputs/TemporaryPasswordState.d.ts +7 -0
- package/types/inputs/TemporaryPasswordState.js +3 -0
- package/types/inputs/TemporaryPasswordState.js.map +1 -0
- package/types/inputs/TermsOfService.d.ts +9 -0
- package/types/inputs/TermsOfService.js +3 -0
- package/types/inputs/TermsOfService.js.map +1 -0
- package/types/inputs/TestBytes.d.ts +6 -0
- package/types/inputs/TestBytes.js +3 -0
- package/types/inputs/TestBytes.js.map +1 -0
- package/types/inputs/TestInt.d.ts +6 -0
- package/types/inputs/TestInt.js +3 -0
- package/types/inputs/TestInt.js.map +1 -0
- package/types/inputs/TestString.d.ts +6 -0
- package/types/inputs/TestString.js +3 -0
- package/types/inputs/TestString.js.map +1 -0
- package/types/inputs/TestVectorInt.d.ts +6 -0
- package/types/inputs/TestVectorInt.js +3 -0
- package/types/inputs/TestVectorInt.js.map +1 -0
- package/types/inputs/TestVectorIntObject.d.ts +7 -0
- package/types/inputs/TestVectorIntObject.js +3 -0
- package/types/inputs/TestVectorIntObject.js.map +1 -0
- package/types/inputs/TestVectorString.d.ts +6 -0
- package/types/inputs/TestVectorString.js +3 -0
- package/types/inputs/TestVectorString.js.map +1 -0
- package/types/inputs/TestVectorStringObject.d.ts +7 -0
- package/types/inputs/TestVectorStringObject.js +3 -0
- package/types/inputs/TestVectorStringObject.js.map +1 -0
- package/types/inputs/Text.d.ts +6 -0
- package/types/inputs/Text.js +3 -0
- package/types/inputs/Text.js.map +1 -0
- package/types/inputs/TextEntities.d.ts +7 -0
- package/types/inputs/TextEntities.js +3 -0
- package/types/inputs/TextEntities.js.map +1 -0
- package/types/inputs/TextEntity.d.ts +9 -0
- package/types/inputs/TextEntity.js +3 -0
- package/types/inputs/TextEntity.js.map +1 -0
- package/types/inputs/TextEntityType.d.ts +95 -0
- package/types/inputs/TextEntityType.js +3 -0
- package/types/inputs/TextEntityType.js.map +1 -0
- package/types/inputs/TextParseMode.d.ts +11 -0
- package/types/inputs/TextParseMode.js +3 -0
- package/types/inputs/TextParseMode.js.map +1 -0
- package/types/inputs/TextQuote.d.ts +9 -0
- package/types/inputs/TextQuote.js +3 -0
- package/types/inputs/TextQuote.js.map +1 -0
- package/types/inputs/ThemeParameters.d.ts +20 -0
- package/types/inputs/ThemeParameters.js +3 -0
- package/types/inputs/ThemeParameters.js.map +1 -0
- package/types/inputs/ThemeSettings.d.ts +12 -0
- package/types/inputs/ThemeSettings.js +3 -0
- package/types/inputs/ThemeSettings.js.map +1 -0
- package/types/inputs/Thumbnail.d.ts +10 -0
- package/types/inputs/Thumbnail.js +3 -0
- package/types/inputs/Thumbnail.js.map +1 -0
- package/types/inputs/ThumbnailFormat.d.ts +30 -0
- package/types/inputs/ThumbnailFormat.js +3 -0
- package/types/inputs/ThumbnailFormat.js.map +1 -0
- package/types/inputs/TimeZone.d.ts +8 -0
- package/types/inputs/TimeZone.js +3 -0
- package/types/inputs/TimeZone.js.map +1 -0
- package/types/inputs/TimeZones.d.ts +7 -0
- package/types/inputs/TimeZones.js +3 -0
- package/types/inputs/TimeZones.js.map +1 -0
- package/types/inputs/TonRevenueStatistics.d.ts +9 -0
- package/types/inputs/TonRevenueStatistics.js +3 -0
- package/types/inputs/TonRevenueStatistics.js.map +1 -0
- package/types/inputs/TonRevenueStatus.d.ts +9 -0
- package/types/inputs/TonRevenueStatus.js +3 -0
- package/types/inputs/TonRevenueStatus.js.map +1 -0
- package/types/inputs/TonTransaction.d.ts +11 -0
- package/types/inputs/TonTransaction.js +3 -0
- package/types/inputs/TonTransaction.js.map +1 -0
- package/types/inputs/TonTransactionType.d.ts +51 -0
- package/types/inputs/TonTransactionType.js +3 -0
- package/types/inputs/TonTransactionType.js.map +1 -0
- package/types/inputs/TonTransactions.d.ts +9 -0
- package/types/inputs/TonTransactions.js +3 -0
- package/types/inputs/TonTransactions.js.map +1 -0
- package/types/inputs/TopChatCategory.d.ts +34 -0
- package/types/inputs/TopChatCategory.js +3 -0
- package/types/inputs/TopChatCategory.js.map +1 -0
- package/types/inputs/TransactionDirection.d.ts +10 -0
- package/types/inputs/TransactionDirection.js +3 -0
- package/types/inputs/TransactionDirection.js.map +1 -0
- package/types/inputs/TrendingStickerSets.d.ts +9 -0
- package/types/inputs/TrendingStickerSets.js +3 -0
- package/types/inputs/TrendingStickerSets.js.map +1 -0
- package/types/inputs/UnconfirmedSession.d.ts +9 -0
- package/types/inputs/UnconfirmedSession.js +3 -0
- package/types/inputs/UnconfirmedSession.js.map +1 -0
- package/types/inputs/UnreadReaction.d.ts +9 -0
- package/types/inputs/UnreadReaction.js +3 -0
- package/types/inputs/UnreadReaction.js.map +1 -0
- package/types/inputs/Update.d.ts +1100 -0
- package/types/inputs/Update.js +3 -0
- package/types/inputs/Update.js.map +1 -0
- package/types/inputs/Updates.d.ts +7 -0
- package/types/inputs/Updates.js +3 -0
- package/types/inputs/Updates.js.map +1 -0
- package/types/inputs/UpgradeGiftResult.d.ts +15 -0
- package/types/inputs/UpgradeGiftResult.js +3 -0
- package/types/inputs/UpgradeGiftResult.js.map +1 -0
- package/types/inputs/UpgradedGift.d.ts +35 -0
- package/types/inputs/UpgradedGift.js +3 -0
- package/types/inputs/UpgradedGift.js.map +1 -0
- package/types/inputs/UpgradedGiftAttributeId.d.ts +17 -0
- package/types/inputs/UpgradedGiftAttributeId.js +3 -0
- package/types/inputs/UpgradedGiftAttributeId.js.map +1 -0
- package/types/inputs/UpgradedGiftAttributeRarity.d.ts +23 -0
- package/types/inputs/UpgradedGiftAttributeRarity.js +3 -0
- package/types/inputs/UpgradedGiftAttributeRarity.js.map +1 -0
- package/types/inputs/UpgradedGiftBackdrop.d.ts +10 -0
- package/types/inputs/UpgradedGiftBackdrop.js +3 -0
- package/types/inputs/UpgradedGiftBackdrop.js.map +1 -0
- package/types/inputs/UpgradedGiftBackdropColors.d.ts +9 -0
- package/types/inputs/UpgradedGiftBackdropColors.js +3 -0
- package/types/inputs/UpgradedGiftBackdropColors.js.map +1 -0
- package/types/inputs/UpgradedGiftBackdropCount.d.ts +8 -0
- package/types/inputs/UpgradedGiftBackdropCount.js +3 -0
- package/types/inputs/UpgradedGiftBackdropCount.js.map +1 -0
- package/types/inputs/UpgradedGiftColors.d.ts +12 -0
- package/types/inputs/UpgradedGiftColors.js +3 -0
- package/types/inputs/UpgradedGiftColors.js.map +1 -0
- package/types/inputs/UpgradedGiftModel.d.ts +10 -0
- package/types/inputs/UpgradedGiftModel.js +3 -0
- package/types/inputs/UpgradedGiftModel.js.map +1 -0
- package/types/inputs/UpgradedGiftModelCount.d.ts +8 -0
- package/types/inputs/UpgradedGiftModelCount.js +3 -0
- package/types/inputs/UpgradedGiftModelCount.js.map +1 -0
- package/types/inputs/UpgradedGiftOrigin.d.ts +34 -0
- package/types/inputs/UpgradedGiftOrigin.js +3 -0
- package/types/inputs/UpgradedGiftOrigin.js.map +1 -0
- package/types/inputs/UpgradedGiftOriginalDetails.d.ts +10 -0
- package/types/inputs/UpgradedGiftOriginalDetails.js +3 -0
- package/types/inputs/UpgradedGiftOriginalDetails.js.map +1 -0
- package/types/inputs/UpgradedGiftSymbol.d.ts +9 -0
- package/types/inputs/UpgradedGiftSymbol.js +3 -0
- package/types/inputs/UpgradedGiftSymbol.js.map +1 -0
- package/types/inputs/UpgradedGiftSymbolCount.d.ts +8 -0
- package/types/inputs/UpgradedGiftSymbolCount.js +3 -0
- package/types/inputs/UpgradedGiftSymbolCount.js.map +1 -0
- package/types/inputs/UpgradedGiftValueInfo.d.ts +19 -0
- package/types/inputs/UpgradedGiftValueInfo.js +3 -0
- package/types/inputs/UpgradedGiftValueInfo.js.map +1 -0
- package/types/inputs/User.d.ts +33 -0
- package/types/inputs/User.js +3 -0
- package/types/inputs/User.js.map +1 -0
- package/types/inputs/UserAuctionBid.d.ts +11 -0
- package/types/inputs/UserAuctionBid.js +3 -0
- package/types/inputs/UserAuctionBid.js.map +1 -0
- package/types/inputs/UserFullInfo.d.ts +36 -0
- package/types/inputs/UserFullInfo.js +3 -0
- package/types/inputs/UserFullInfo.js.map +1 -0
- package/types/inputs/UserLink.d.ts +7 -0
- package/types/inputs/UserLink.js +3 -0
- package/types/inputs/UserLink.js.map +1 -0
- package/types/inputs/UserPrivacySetting.d.ts +58 -0
- package/types/inputs/UserPrivacySetting.js +3 -0
- package/types/inputs/UserPrivacySetting.js.map +1 -0
- package/types/inputs/UserPrivacySettingRule.d.ts +50 -0
- package/types/inputs/UserPrivacySettingRule.js +3 -0
- package/types/inputs/UserPrivacySettingRule.js.map +1 -0
- package/types/inputs/UserPrivacySettingRules.d.ts +7 -0
- package/types/inputs/UserPrivacySettingRules.js +3 -0
- package/types/inputs/UserPrivacySettingRules.js.map +1 -0
- package/types/inputs/UserRating.d.ts +10 -0
- package/types/inputs/UserRating.js +3 -0
- package/types/inputs/UserRating.js.map +1 -0
- package/types/inputs/UserStatus.d.ts +31 -0
- package/types/inputs/UserStatus.js +3 -0
- package/types/inputs/UserStatus.js.map +1 -0
- package/types/inputs/UserSupportInfo.d.ts +9 -0
- package/types/inputs/UserSupportInfo.js +3 -0
- package/types/inputs/UserSupportInfo.js.map +1 -0
- package/types/inputs/UserType.d.ts +30 -0
- package/types/inputs/UserType.js +3 -0
- package/types/inputs/UserType.js.map +1 -0
- package/types/inputs/Usernames.d.ts +9 -0
- package/types/inputs/Usernames.js +3 -0
- package/types/inputs/Usernames.js.map +1 -0
- package/types/inputs/Users.d.ts +7 -0
- package/types/inputs/Users.js +3 -0
- package/types/inputs/Users.js.map +1 -0
- package/types/inputs/ValidatedOrderInfo.d.ts +8 -0
- package/types/inputs/ValidatedOrderInfo.js +3 -0
- package/types/inputs/ValidatedOrderInfo.js.map +1 -0
- package/types/inputs/VectorPathCommand.d.ts +15 -0
- package/types/inputs/VectorPathCommand.js +3 -0
- package/types/inputs/VectorPathCommand.js.map +1 -0
- package/types/inputs/Venue.d.ts +12 -0
- package/types/inputs/Venue.js +3 -0
- package/types/inputs/Venue.js.map +1 -0
- package/types/inputs/VerificationStatus.d.ts +9 -0
- package/types/inputs/VerificationStatus.js +3 -0
- package/types/inputs/VerificationStatus.js.map +1 -0
- package/types/inputs/Video.d.ts +16 -0
- package/types/inputs/Video.js +3 -0
- package/types/inputs/Video.js.map +1 -0
- package/types/inputs/VideoChat.d.ts +9 -0
- package/types/inputs/VideoChat.js +3 -0
- package/types/inputs/VideoChat.js.map +1 -0
- package/types/inputs/VideoMessageAdvertisement.d.ts +14 -0
- package/types/inputs/VideoMessageAdvertisement.js +3 -0
- package/types/inputs/VideoMessageAdvertisement.js.map +1 -0
- package/types/inputs/VideoMessageAdvertisements.d.ts +9 -0
- package/types/inputs/VideoMessageAdvertisements.js +3 -0
- package/types/inputs/VideoMessageAdvertisements.js.map +1 -0
- package/types/inputs/VideoNote.d.ts +13 -0
- package/types/inputs/VideoNote.js +3 -0
- package/types/inputs/VideoNote.js.map +1 -0
- package/types/inputs/VideoStoryboard.d.ts +10 -0
- package/types/inputs/VideoStoryboard.js +3 -0
- package/types/inputs/VideoStoryboard.js.map +1 -0
- package/types/inputs/VoiceNote.d.ts +11 -0
- package/types/inputs/VoiceNote.js +3 -0
- package/types/inputs/VoiceNote.js.map +1 -0
- package/types/inputs/WebApp.d.ts +11 -0
- package/types/inputs/WebApp.js +3 -0
- package/types/inputs/WebApp.js.map +1 -0
- package/types/inputs/WebAppInfo.d.ts +7 -0
- package/types/inputs/WebAppInfo.js +3 -0
- package/types/inputs/WebAppInfo.js.map +1 -0
- package/types/inputs/WebAppOpenMode.d.ts +14 -0
- package/types/inputs/WebAppOpenMode.js +3 -0
- package/types/inputs/WebAppOpenMode.js.map +1 -0
- package/types/inputs/WebAppOpenParameters.d.ts +9 -0
- package/types/inputs/WebAppOpenParameters.js +3 -0
- package/types/inputs/WebAppOpenParameters.js.map +1 -0
- package/types/inputs/WebPageInstantView.d.ts +12 -0
- package/types/inputs/WebPageInstantView.js +3 -0
- package/types/inputs/WebPageInstantView.js.map +1 -0
- package/types/inputs/index.d.ts +688 -0
- package/types/inputs/index.js +701 -0
- package/types/inputs/index.js.map +1 -0
- package/types/legacy-compat.d.ts +59 -0
- package/types/legacy-compat.js +5 -0
- package/types/legacy-compat.js.map +1 -0
- package/types/methods/acceptCall.d.ts +16 -0
- package/types/methods/acceptCall.js +3 -0
- package/types/methods/acceptCall.js.map +1 -0
- package/types/methods/acceptTermsOfService.d.ts +13 -0
- package/types/methods/acceptTermsOfService.js +3 -0
- package/types/methods/acceptTermsOfService.js.map +1 -0
- package/types/methods/activateStoryStealthMode.d.ts +8 -0
- package/types/methods/activateStoryStealthMode.js +3 -0
- package/types/methods/activateStoryStealthMode.js.map +1 -0
- package/types/methods/addBotMediaPreview.d.ts +18 -0
- package/types/methods/addBotMediaPreview.js +3 -0
- package/types/methods/addBotMediaPreview.js.map +1 -0
- package/types/methods/addChatFolderByInviteLink.d.ts +15 -0
- package/types/methods/addChatFolderByInviteLink.js +3 -0
- package/types/methods/addChatFolderByInviteLink.js.map +1 -0
- package/types/methods/addChatMember.d.ts +17 -0
- package/types/methods/addChatMember.js +3 -0
- package/types/methods/addChatMember.js.map +1 -0
- package/types/methods/addChatMembers.d.ts +15 -0
- package/types/methods/addChatMembers.js +3 -0
- package/types/methods/addChatMembers.js.map +1 -0
- package/types/methods/addChatToList.d.ts +16 -0
- package/types/methods/addChatToList.js +3 -0
- package/types/methods/addChatToList.js.map +1 -0
- package/types/methods/addChecklistTasks.d.ts +18 -0
- package/types/methods/addChecklistTasks.js +3 -0
- package/types/methods/addChecklistTasks.js.map +1 -0
- package/types/methods/addContact.d.ts +18 -0
- package/types/methods/addContact.js +3 -0
- package/types/methods/addContact.js.map +1 -0
- package/types/methods/addCustomServerLanguagePack.d.ts +13 -0
- package/types/methods/addCustomServerLanguagePack.js +3 -0
- package/types/methods/addCustomServerLanguagePack.js.map +1 -0
- package/types/methods/addFavoriteSticker.d.ts +14 -0
- package/types/methods/addFavoriteSticker.js +3 -0
- package/types/methods/addFavoriteSticker.js.map +1 -0
- package/types/methods/addFileToDownloads.d.ts +19 -0
- package/types/methods/addFileToDownloads.js +3 -0
- package/types/methods/addFileToDownloads.js.map +1 -0
- package/types/methods/addGiftCollectionGifts.d.ts +18 -0
- package/types/methods/addGiftCollectionGifts.js +3 -0
- package/types/methods/addGiftCollectionGifts.js.map +1 -0
- package/types/methods/addLocalMessage.d.ts +22 -0
- package/types/methods/addLocalMessage.js +3 -0
- package/types/methods/addLocalMessage.js.map +1 -0
- package/types/methods/addLogMessage.d.ts +16 -0
- package/types/methods/addLogMessage.js +3 -0
- package/types/methods/addLogMessage.js.map +1 -0
- package/types/methods/addLoginPasskey.d.ts +15 -0
- package/types/methods/addLoginPasskey.js +3 -0
- package/types/methods/addLoginPasskey.js.map +1 -0
- package/types/methods/addMessageReaction.d.ts +22 -0
- package/types/methods/addMessageReaction.js +3 -0
- package/types/methods/addMessageReaction.js.map +1 -0
- package/types/methods/addNetworkStatistics.d.ts +14 -0
- package/types/methods/addNetworkStatistics.js +3 -0
- package/types/methods/addNetworkStatistics.js.map +1 -0
- package/types/methods/addOffer.d.ts +18 -0
- package/types/methods/addOffer.js +3 -0
- package/types/methods/addOffer.js.map +1 -0
- package/types/methods/addPendingLiveStoryReaction.d.ts +15 -0
- package/types/methods/addPendingLiveStoryReaction.js +3 -0
- package/types/methods/addPendingLiveStoryReaction.js.map +1 -0
- package/types/methods/addPendingPaidMessageReaction.d.ts +20 -0
- package/types/methods/addPendingPaidMessageReaction.js +3 -0
- package/types/methods/addPendingPaidMessageReaction.js.map +1 -0
- package/types/methods/addProfileAudio.d.ts +13 -0
- package/types/methods/addProfileAudio.js +3 -0
- package/types/methods/addProfileAudio.js.map +1 -0
- package/types/methods/addProxy.d.ts +16 -0
- package/types/methods/addProxy.js +3 -0
- package/types/methods/addProxy.js.map +1 -0
- package/types/methods/addQuickReplyShortcutInlineQueryResultMessage.d.ts +21 -0
- package/types/methods/addQuickReplyShortcutInlineQueryResultMessage.js +3 -0
- package/types/methods/addQuickReplyShortcutInlineQueryResultMessage.js.map +1 -0
- package/types/methods/addQuickReplyShortcutMessage.d.ts +18 -0
- package/types/methods/addQuickReplyShortcutMessage.js +3 -0
- package/types/methods/addQuickReplyShortcutMessage.js.map +1 -0
- package/types/methods/addQuickReplyShortcutMessageAlbum.d.ts +18 -0
- package/types/methods/addQuickReplyShortcutMessageAlbum.js +3 -0
- package/types/methods/addQuickReplyShortcutMessageAlbum.js.map +1 -0
- package/types/methods/addRecentSticker.d.ts +16 -0
- package/types/methods/addRecentSticker.js +3 -0
- package/types/methods/addRecentSticker.js.map +1 -0
- package/types/methods/addRecentlyFoundChat.d.ts +13 -0
- package/types/methods/addRecentlyFoundChat.js +3 -0
- package/types/methods/addRecentlyFoundChat.js.map +1 -0
- package/types/methods/addSavedAnimation.d.ts +14 -0
- package/types/methods/addSavedAnimation.js +3 -0
- package/types/methods/addSavedAnimation.js.map +1 -0
- package/types/methods/addSavedNotificationSound.d.ts +14 -0
- package/types/methods/addSavedNotificationSound.js +3 -0
- package/types/methods/addSavedNotificationSound.js.map +1 -0
- package/types/methods/addStickerToSet.d.ts +18 -0
- package/types/methods/addStickerToSet.js +3 -0
- package/types/methods/addStickerToSet.js.map +1 -0
- package/types/methods/addStoryAlbumStories.d.ts +17 -0
- package/types/methods/addStoryAlbumStories.js +3 -0
- package/types/methods/addStoryAlbumStories.js.map +1 -0
- package/types/methods/allowBotToSendMessages.d.ts +13 -0
- package/types/methods/allowBotToSendMessages.js +3 -0
- package/types/methods/allowBotToSendMessages.js.map +1 -0
- package/types/methods/allowUnpaidMessagesFromUser.d.ts +15 -0
- package/types/methods/allowUnpaidMessagesFromUser.js +3 -0
- package/types/methods/allowUnpaidMessagesFromUser.js.map +1 -0
- package/types/methods/answerCallbackQuery.d.ts +21 -0
- package/types/methods/answerCallbackQuery.js +3 -0
- package/types/methods/answerCallbackQuery.js.map +1 -0
- package/types/methods/answerCustomQuery.d.ts +15 -0
- package/types/methods/answerCustomQuery.js +3 -0
- package/types/methods/answerCustomQuery.js.map +1 -0
- package/types/methods/answerInlineQuery.d.ts +24 -0
- package/types/methods/answerInlineQuery.js +3 -0
- package/types/methods/answerInlineQuery.js.map +1 -0
- package/types/methods/answerPreCheckoutQuery.d.ts +15 -0
- package/types/methods/answerPreCheckoutQuery.js +3 -0
- package/types/methods/answerPreCheckoutQuery.js.map +1 -0
- package/types/methods/answerShippingQuery.d.ts +18 -0
- package/types/methods/answerShippingQuery.js +3 -0
- package/types/methods/answerShippingQuery.js.map +1 -0
- package/types/methods/answerWebAppQuery.d.ts +16 -0
- package/types/methods/answerWebAppQuery.js +3 -0
- package/types/methods/answerWebAppQuery.js.map +1 -0
- package/types/methods/applyPremiumGiftCode.d.ts +13 -0
- package/types/methods/applyPremiumGiftCode.js +3 -0
- package/types/methods/applyPremiumGiftCode.js.map +1 -0
- package/types/methods/approveSuggestedPost.d.ts +17 -0
- package/types/methods/approveSuggestedPost.js +3 -0
- package/types/methods/approveSuggestedPost.js.map +1 -0
- package/types/methods/assignStoreTransaction.d.ts +16 -0
- package/types/methods/assignStoreTransaction.js +3 -0
- package/types/methods/assignStoreTransaction.js.map +1 -0
- package/types/methods/banChatMember.d.ts +20 -0
- package/types/methods/banChatMember.js +3 -0
- package/types/methods/banChatMember.js.map +1 -0
- package/types/methods/banGroupCallParticipants.d.ts +15 -0
- package/types/methods/banGroupCallParticipants.js +3 -0
- package/types/methods/banGroupCallParticipants.js.map +1 -0
- package/types/methods/blockMessageSenderFromReplies.d.ts +19 -0
- package/types/methods/blockMessageSenderFromReplies.js +3 -0
- package/types/methods/blockMessageSenderFromReplies.js.map +1 -0
- package/types/methods/boostChat.d.ts +15 -0
- package/types/methods/boostChat.js +3 -0
- package/types/methods/boostChat.js.map +1 -0
- package/types/methods/buyGiftUpgrade.d.ts +18 -0
- package/types/methods/buyGiftUpgrade.js +3 -0
- package/types/methods/buyGiftUpgrade.js.map +1 -0
- package/types/methods/canBotSendMessages.d.ts +13 -0
- package/types/methods/canBotSendMessages.js +3 -0
- package/types/methods/canBotSendMessages.js.map +1 -0
- package/types/methods/canPostStory.d.ts +13 -0
- package/types/methods/canPostStory.js +3 -0
- package/types/methods/canPostStory.js.map +1 -0
- package/types/methods/canPurchaseFromStore.d.ts +14 -0
- package/types/methods/canPurchaseFromStore.js +3 -0
- package/types/methods/canPurchaseFromStore.js.map +1 -0
- package/types/methods/canSendGift.d.ts +13 -0
- package/types/methods/canSendGift.js +3 -0
- package/types/methods/canSendGift.js.map +1 -0
- package/types/methods/canSendMessageToUser.d.ts +15 -0
- package/types/methods/canSendMessageToUser.js +3 -0
- package/types/methods/canSendMessageToUser.js.map +1 -0
- package/types/methods/canTransferOwnership.d.ts +8 -0
- package/types/methods/canTransferOwnership.js +3 -0
- package/types/methods/canTransferOwnership.js.map +1 -0
- package/types/methods/cancelDownloadFile.d.ts +15 -0
- package/types/methods/cancelDownloadFile.js +3 -0
- package/types/methods/cancelDownloadFile.js.map +1 -0
- package/types/methods/cancelPasswordReset.d.ts +8 -0
- package/types/methods/cancelPasswordReset.js +3 -0
- package/types/methods/cancelPasswordReset.js.map +1 -0
- package/types/methods/cancelPreliminaryUploadFile.d.ts +13 -0
- package/types/methods/cancelPreliminaryUploadFile.js +3 -0
- package/types/methods/cancelPreliminaryUploadFile.js.map +1 -0
- package/types/methods/cancelRecoveryEmailAddressVerification.d.ts +8 -0
- package/types/methods/cancelRecoveryEmailAddressVerification.js +3 -0
- package/types/methods/cancelRecoveryEmailAddressVerification.js.map +1 -0
- package/types/methods/changeImportedContacts.d.ts +14 -0
- package/types/methods/changeImportedContacts.js +3 -0
- package/types/methods/changeImportedContacts.js.map +1 -0
- package/types/methods/changeStickerSet.d.ts +17 -0
- package/types/methods/changeStickerSet.js +3 -0
- package/types/methods/changeStickerSet.js.map +1 -0
- package/types/methods/checkAuthenticationBotToken.d.ts +13 -0
- package/types/methods/checkAuthenticationBotToken.js +3 -0
- package/types/methods/checkAuthenticationBotToken.js.map +1 -0
- package/types/methods/checkAuthenticationCode.d.ts +13 -0
- package/types/methods/checkAuthenticationCode.js +3 -0
- package/types/methods/checkAuthenticationCode.js.map +1 -0
- package/types/methods/checkAuthenticationEmailCode.d.ts +14 -0
- package/types/methods/checkAuthenticationEmailCode.js +3 -0
- package/types/methods/checkAuthenticationEmailCode.js.map +1 -0
- package/types/methods/checkAuthenticationPasskey.d.ts +21 -0
- package/types/methods/checkAuthenticationPasskey.js +3 -0
- package/types/methods/checkAuthenticationPasskey.js.map +1 -0
- package/types/methods/checkAuthenticationPassword.d.ts +13 -0
- package/types/methods/checkAuthenticationPassword.js +3 -0
- package/types/methods/checkAuthenticationPassword.js.map +1 -0
- package/types/methods/checkAuthenticationPasswordRecoveryCode.d.ts +13 -0
- package/types/methods/checkAuthenticationPasswordRecoveryCode.js +3 -0
- package/types/methods/checkAuthenticationPasswordRecoveryCode.js.map +1 -0
- package/types/methods/checkAuthenticationPremiumPurchase.d.ts +15 -0
- package/types/methods/checkAuthenticationPremiumPurchase.js +3 -0
- package/types/methods/checkAuthenticationPremiumPurchase.js.map +1 -0
- package/types/methods/checkChatFolderInviteLink.d.ts +13 -0
- package/types/methods/checkChatFolderInviteLink.js +3 -0
- package/types/methods/checkChatFolderInviteLink.js.map +1 -0
- package/types/methods/checkChatInviteLink.d.ts +13 -0
- package/types/methods/checkChatInviteLink.js +3 -0
- package/types/methods/checkChatInviteLink.js.map +1 -0
- package/types/methods/checkChatUsername.d.ts +15 -0
- package/types/methods/checkChatUsername.js +3 -0
- package/types/methods/checkChatUsername.js.map +1 -0
- package/types/methods/checkCreatedPublicChatsLimit.d.ts +14 -0
- package/types/methods/checkCreatedPublicChatsLimit.js +3 -0
- package/types/methods/checkCreatedPublicChatsLimit.js.map +1 -0
- package/types/methods/checkEmailAddressVerificationCode.d.ts +13 -0
- package/types/methods/checkEmailAddressVerificationCode.js +3 -0
- package/types/methods/checkEmailAddressVerificationCode.js.map +1 -0
- package/types/methods/checkLoginEmailAddressCode.d.ts +14 -0
- package/types/methods/checkLoginEmailAddressCode.js +3 -0
- package/types/methods/checkLoginEmailAddressCode.js.map +1 -0
- package/types/methods/checkPasswordRecoveryCode.d.ts +13 -0
- package/types/methods/checkPasswordRecoveryCode.js +3 -0
- package/types/methods/checkPasswordRecoveryCode.js.map +1 -0
- package/types/methods/checkPhoneNumberCode.d.ts +13 -0
- package/types/methods/checkPhoneNumberCode.js +3 -0
- package/types/methods/checkPhoneNumberCode.js.map +1 -0
- package/types/methods/checkPremiumGiftCode.d.ts +13 -0
- package/types/methods/checkPremiumGiftCode.js +3 -0
- package/types/methods/checkPremiumGiftCode.js.map +1 -0
- package/types/methods/checkQuickReplyShortcutName.d.ts +14 -0
- package/types/methods/checkQuickReplyShortcutName.js +3 -0
- package/types/methods/checkQuickReplyShortcutName.js.map +1 -0
- package/types/methods/checkRecoveryEmailAddressCode.d.ts +13 -0
- package/types/methods/checkRecoveryEmailAddressCode.js +3 -0
- package/types/methods/checkRecoveryEmailAddressCode.js.map +1 -0
- package/types/methods/checkStickerSetName.d.ts +13 -0
- package/types/methods/checkStickerSetName.js +3 -0
- package/types/methods/checkStickerSetName.js.map +1 -0
- package/types/methods/checkWebAppFileDownload.d.ts +17 -0
- package/types/methods/checkWebAppFileDownload.js +3 -0
- package/types/methods/checkWebAppFileDownload.js.map +1 -0
- package/types/methods/cleanFileName.d.ts +14 -0
- package/types/methods/cleanFileName.js +3 -0
- package/types/methods/cleanFileName.js.map +1 -0
- package/types/methods/clearAllDraftMessages.d.ts +13 -0
- package/types/methods/clearAllDraftMessages.js +3 -0
- package/types/methods/clearAllDraftMessages.js.map +1 -0
- package/types/methods/clearAutosaveSettingsExceptions.d.ts +8 -0
- package/types/methods/clearAutosaveSettingsExceptions.js +3 -0
- package/types/methods/clearAutosaveSettingsExceptions.js.map +1 -0
- package/types/methods/clearImportedContacts.d.ts +8 -0
- package/types/methods/clearImportedContacts.js +3 -0
- package/types/methods/clearImportedContacts.js.map +1 -0
- package/types/methods/clearRecentEmojiStatuses.d.ts +8 -0
- package/types/methods/clearRecentEmojiStatuses.js +3 -0
- package/types/methods/clearRecentEmojiStatuses.js.map +1 -0
- package/types/methods/clearRecentReactions.d.ts +8 -0
- package/types/methods/clearRecentReactions.js +3 -0
- package/types/methods/clearRecentReactions.js.map +1 -0
- package/types/methods/clearRecentStickers.d.ts +13 -0
- package/types/methods/clearRecentStickers.js +3 -0
- package/types/methods/clearRecentStickers.js.map +1 -0
- package/types/methods/clearRecentlyFoundChats.d.ts +8 -0
- package/types/methods/clearRecentlyFoundChats.js +3 -0
- package/types/methods/clearRecentlyFoundChats.js.map +1 -0
- package/types/methods/clearSearchedForTags.d.ts +13 -0
- package/types/methods/clearSearchedForTags.js +3 -0
- package/types/methods/clearSearchedForTags.js.map +1 -0
- package/types/methods/clickAnimatedEmojiMessage.d.ts +15 -0
- package/types/methods/clickAnimatedEmojiMessage.js +3 -0
- package/types/methods/clickAnimatedEmojiMessage.js.map +1 -0
- package/types/methods/clickChatSponsoredMessage.d.ts +19 -0
- package/types/methods/clickChatSponsoredMessage.js +3 -0
- package/types/methods/clickChatSponsoredMessage.js.map +1 -0
- package/types/methods/clickPremiumSubscriptionButton.d.ts +8 -0
- package/types/methods/clickPremiumSubscriptionButton.js +3 -0
- package/types/methods/clickPremiumSubscriptionButton.js.map +1 -0
- package/types/methods/clickVideoMessageAdvertisement.d.ts +13 -0
- package/types/methods/clickVideoMessageAdvertisement.js +3 -0
- package/types/methods/clickVideoMessageAdvertisement.js.map +1 -0
- package/types/methods/close.d.ts +8 -0
- package/types/methods/close.js +3 -0
- package/types/methods/close.js.map +1 -0
- package/types/methods/closeChat.d.ts +13 -0
- package/types/methods/closeChat.js +3 -0
- package/types/methods/closeChat.js.map +1 -0
- package/types/methods/closeGiftAuction.d.ts +13 -0
- package/types/methods/closeGiftAuction.js +3 -0
- package/types/methods/closeGiftAuction.js.map +1 -0
- package/types/methods/closeSecretChat.d.ts +13 -0
- package/types/methods/closeSecretChat.js +3 -0
- package/types/methods/closeSecretChat.js.map +1 -0
- package/types/methods/closeStory.d.ts +15 -0
- package/types/methods/closeStory.js +3 -0
- package/types/methods/closeStory.js.map +1 -0
- package/types/methods/closeWebApp.d.ts +13 -0
- package/types/methods/closeWebApp.js +3 -0
- package/types/methods/closeWebApp.js.map +1 -0
- package/types/methods/commitPendingLiveStoryReactions.d.ts +13 -0
- package/types/methods/commitPendingLiveStoryReactions.js +3 -0
- package/types/methods/commitPendingLiveStoryReactions.js.map +1 -0
- package/types/methods/commitPendingPaidMessageReactions.d.ts +15 -0
- package/types/methods/commitPendingPaidMessageReactions.js +3 -0
- package/types/methods/commitPendingPaidMessageReactions.js.map +1 -0
- package/types/methods/confirmQrCodeAuthentication.d.ts +13 -0
- package/types/methods/confirmQrCodeAuthentication.js +3 -0
- package/types/methods/confirmQrCodeAuthentication.js.map +1 -0
- package/types/methods/confirmSession.d.ts +13 -0
- package/types/methods/confirmSession.js +3 -0
- package/types/methods/confirmSession.js.map +1 -0
- package/types/methods/connectAffiliateProgram.d.ts +16 -0
- package/types/methods/connectAffiliateProgram.js +3 -0
- package/types/methods/connectAffiliateProgram.js.map +1 -0
- package/types/methods/craftGift.d.ts +13 -0
- package/types/methods/craftGift.js +3 -0
- package/types/methods/craftGift.js.map +1 -0
- package/types/methods/createBasicGroupChat.d.ts +15 -0
- package/types/methods/createBasicGroupChat.js +3 -0
- package/types/methods/createBasicGroupChat.js.map +1 -0
- package/types/methods/createBusinessChatLink.d.ts +14 -0
- package/types/methods/createBusinessChatLink.js +3 -0
- package/types/methods/createBusinessChatLink.js.map +1 -0
- package/types/methods/createCall.d.ts +18 -0
- package/types/methods/createCall.js +3 -0
- package/types/methods/createCall.js.map +1 -0
- package/types/methods/createChatFolder.d.ts +14 -0
- package/types/methods/createChatFolder.js +3 -0
- package/types/methods/createChatFolder.js.map +1 -0
- package/types/methods/createChatFolderInviteLink.d.ts +17 -0
- package/types/methods/createChatFolderInviteLink.js +3 -0
- package/types/methods/createChatFolderInviteLink.js.map +1 -0
- package/types/methods/createChatInviteLink.d.ts +21 -0
- package/types/methods/createChatInviteLink.js +3 -0
- package/types/methods/createChatInviteLink.js.map +1 -0
- package/types/methods/createChatSubscriptionInviteLink.d.ts +18 -0
- package/types/methods/createChatSubscriptionInviteLink.js +3 -0
- package/types/methods/createChatSubscriptionInviteLink.js.map +1 -0
- package/types/methods/createForumTopic.d.ts +20 -0
- package/types/methods/createForumTopic.js +3 -0
- package/types/methods/createForumTopic.js.map +1 -0
- package/types/methods/createGiftCollection.d.ts +18 -0
- package/types/methods/createGiftCollection.js +3 -0
- package/types/methods/createGiftCollection.js.map +1 -0
- package/types/methods/createGroupCall.d.ts +14 -0
- package/types/methods/createGroupCall.js +3 -0
- package/types/methods/createGroupCall.js.map +1 -0
- package/types/methods/createInvoiceLink.d.ts +16 -0
- package/types/methods/createInvoiceLink.js +3 -0
- package/types/methods/createInvoiceLink.js.map +1 -0
- package/types/methods/createNewBasicGroupChat.d.ts +17 -0
- package/types/methods/createNewBasicGroupChat.js +3 -0
- package/types/methods/createNewBasicGroupChat.js.map +1 -0
- package/types/methods/createNewSecretChat.d.ts +13 -0
- package/types/methods/createNewSecretChat.js +3 -0
- package/types/methods/createNewSecretChat.js.map +1 -0
- package/types/methods/createNewStickerSet.d.ts +26 -0
- package/types/methods/createNewStickerSet.js +3 -0
- package/types/methods/createNewStickerSet.js.map +1 -0
- package/types/methods/createNewSupergroupChat.d.ts +26 -0
- package/types/methods/createNewSupergroupChat.js +3 -0
- package/types/methods/createNewSupergroupChat.js.map +1 -0
- package/types/methods/createPrivateChat.d.ts +15 -0
- package/types/methods/createPrivateChat.js +3 -0
- package/types/methods/createPrivateChat.js.map +1 -0
- package/types/methods/createSecretChat.d.ts +13 -0
- package/types/methods/createSecretChat.js +3 -0
- package/types/methods/createSecretChat.js.map +1 -0
- package/types/methods/createStoryAlbum.d.ts +17 -0
- package/types/methods/createStoryAlbum.js +3 -0
- package/types/methods/createStoryAlbum.js.map +1 -0
- package/types/methods/createSupergroupChat.d.ts +15 -0
- package/types/methods/createSupergroupChat.js +3 -0
- package/types/methods/createSupergroupChat.js.map +1 -0
- package/types/methods/createTemporaryPassword.d.ts +15 -0
- package/types/methods/createTemporaryPassword.js +3 -0
- package/types/methods/createTemporaryPassword.js.map +1 -0
- package/types/methods/createVideoChat.d.ts +19 -0
- package/types/methods/createVideoChat.js +3 -0
- package/types/methods/createVideoChat.js.map +1 -0
- package/types/methods/declineGroupCallInvitation.d.ts +15 -0
- package/types/methods/declineGroupCallInvitation.js +3 -0
- package/types/methods/declineGroupCallInvitation.js.map +1 -0
- package/types/methods/declineSuggestedPost.d.ts +17 -0
- package/types/methods/declineSuggestedPost.js +3 -0
- package/types/methods/declineSuggestedPost.js.map +1 -0
- package/types/methods/decryptGroupCallData.d.ts +20 -0
- package/types/methods/decryptGroupCallData.js +3 -0
- package/types/methods/decryptGroupCallData.js.map +1 -0
- package/types/methods/deleteAccount.d.ts +15 -0
- package/types/methods/deleteAccount.js +3 -0
- package/types/methods/deleteAccount.js.map +1 -0
- package/types/methods/deleteAllCallMessages.d.ts +13 -0
- package/types/methods/deleteAllCallMessages.js +3 -0
- package/types/methods/deleteAllCallMessages.js.map +1 -0
- package/types/methods/deleteAllRevokedChatInviteLinks.d.ts +15 -0
- package/types/methods/deleteAllRevokedChatInviteLinks.js +3 -0
- package/types/methods/deleteAllRevokedChatInviteLinks.js.map +1 -0
- package/types/methods/deleteBotMediaPreviews.d.ts +17 -0
- package/types/methods/deleteBotMediaPreviews.js +3 -0
- package/types/methods/deleteBotMediaPreviews.js.map +1 -0
- package/types/methods/deleteBusinessChatLink.d.ts +13 -0
- package/types/methods/deleteBusinessChatLink.js +3 -0
- package/types/methods/deleteBusinessChatLink.js.map +1 -0
- package/types/methods/deleteBusinessConnectedBot.d.ts +13 -0
- package/types/methods/deleteBusinessConnectedBot.js +3 -0
- package/types/methods/deleteBusinessConnectedBot.js.map +1 -0
- package/types/methods/deleteBusinessMessages.d.ts +15 -0
- package/types/methods/deleteBusinessMessages.js +3 -0
- package/types/methods/deleteBusinessMessages.js.map +1 -0
- package/types/methods/deleteBusinessStory.d.ts +15 -0
- package/types/methods/deleteBusinessStory.js +3 -0
- package/types/methods/deleteBusinessStory.js.map +1 -0
- package/types/methods/deleteChat.d.ts +13 -0
- package/types/methods/deleteChat.js +3 -0
- package/types/methods/deleteChat.js.map +1 -0
- package/types/methods/deleteChatBackground.d.ts +15 -0
- package/types/methods/deleteChatBackground.js +3 -0
- package/types/methods/deleteChatBackground.js.map +1 -0
- package/types/methods/deleteChatFolder.d.ts +15 -0
- package/types/methods/deleteChatFolder.js +3 -0
- package/types/methods/deleteChatFolder.js.map +1 -0
- package/types/methods/deleteChatFolderInviteLink.d.ts +15 -0
- package/types/methods/deleteChatFolderInviteLink.js +3 -0
- package/types/methods/deleteChatFolderInviteLink.js.map +1 -0
- package/types/methods/deleteChatHistory.d.ts +17 -0
- package/types/methods/deleteChatHistory.js +3 -0
- package/types/methods/deleteChatHistory.js.map +1 -0
- package/types/methods/deleteChatMessagesByDate.d.ts +19 -0
- package/types/methods/deleteChatMessagesByDate.js +3 -0
- package/types/methods/deleteChatMessagesByDate.js.map +1 -0
- package/types/methods/deleteChatMessagesBySender.d.ts +16 -0
- package/types/methods/deleteChatMessagesBySender.js +3 -0
- package/types/methods/deleteChatMessagesBySender.js.map +1 -0
- package/types/methods/deleteChatReplyMarkup.d.ts +15 -0
- package/types/methods/deleteChatReplyMarkup.js +3 -0
- package/types/methods/deleteChatReplyMarkup.js.map +1 -0
- package/types/methods/deleteCommands.d.ts +16 -0
- package/types/methods/deleteCommands.js +3 -0
- package/types/methods/deleteCommands.js.map +1 -0
- package/types/methods/deleteDefaultBackground.d.ts +13 -0
- package/types/methods/deleteDefaultBackground.js +3 -0
- package/types/methods/deleteDefaultBackground.js.map +1 -0
- package/types/methods/deleteDirectMessagesChatTopicHistory.d.ts +15 -0
- package/types/methods/deleteDirectMessagesChatTopicHistory.js +3 -0
- package/types/methods/deleteDirectMessagesChatTopicHistory.js.map +1 -0
- package/types/methods/deleteDirectMessagesChatTopicMessagesByDate.d.ts +19 -0
- package/types/methods/deleteDirectMessagesChatTopicMessagesByDate.js +3 -0
- package/types/methods/deleteDirectMessagesChatTopicMessagesByDate.js.map +1 -0
- package/types/methods/deleteFile.d.ts +13 -0
- package/types/methods/deleteFile.js +3 -0
- package/types/methods/deleteFile.js.map +1 -0
- package/types/methods/deleteForumTopic.d.ts +15 -0
- package/types/methods/deleteForumTopic.js +3 -0
- package/types/methods/deleteForumTopic.js.map +1 -0
- package/types/methods/deleteGiftCollection.d.ts +16 -0
- package/types/methods/deleteGiftCollection.js +3 -0
- package/types/methods/deleteGiftCollection.js.map +1 -0
- package/types/methods/deleteGroupCallMessages.d.ts +17 -0
- package/types/methods/deleteGroupCallMessages.js +3 -0
- package/types/methods/deleteGroupCallMessages.js.map +1 -0
- package/types/methods/deleteGroupCallMessagesBySender.d.ts +18 -0
- package/types/methods/deleteGroupCallMessagesBySender.js +3 -0
- package/types/methods/deleteGroupCallMessagesBySender.js.map +1 -0
- package/types/methods/deleteLanguagePack.d.ts +13 -0
- package/types/methods/deleteLanguagePack.js +3 -0
- package/types/methods/deleteLanguagePack.js.map +1 -0
- package/types/methods/deleteMessages.d.ts +17 -0
- package/types/methods/deleteMessages.js +3 -0
- package/types/methods/deleteMessages.js.map +1 -0
- package/types/methods/deletePassportElement.d.ts +14 -0
- package/types/methods/deletePassportElement.js +3 -0
- package/types/methods/deletePassportElement.js.map +1 -0
- package/types/methods/deleteProfilePhoto.d.ts +13 -0
- package/types/methods/deleteProfilePhoto.js +3 -0
- package/types/methods/deleteProfilePhoto.js.map +1 -0
- package/types/methods/deleteQuickReplyShortcut.d.ts +13 -0
- package/types/methods/deleteQuickReplyShortcut.js +3 -0
- package/types/methods/deleteQuickReplyShortcut.js.map +1 -0
- package/types/methods/deleteQuickReplyShortcutMessages.d.ts +15 -0
- package/types/methods/deleteQuickReplyShortcutMessages.js +3 -0
- package/types/methods/deleteQuickReplyShortcutMessages.js.map +1 -0
- package/types/methods/deleteRevokedChatInviteLink.d.ts +15 -0
- package/types/methods/deleteRevokedChatInviteLink.js +3 -0
- package/types/methods/deleteRevokedChatInviteLink.js.map +1 -0
- package/types/methods/deleteSavedCredentials.d.ts +8 -0
- package/types/methods/deleteSavedCredentials.js +3 -0
- package/types/methods/deleteSavedCredentials.js.map +1 -0
- package/types/methods/deleteSavedMessagesTopicHistory.d.ts +13 -0
- package/types/methods/deleteSavedMessagesTopicHistory.js +3 -0
- package/types/methods/deleteSavedMessagesTopicHistory.js.map +1 -0
- package/types/methods/deleteSavedMessagesTopicMessagesByDate.d.ts +17 -0
- package/types/methods/deleteSavedMessagesTopicMessagesByDate.js +3 -0
- package/types/methods/deleteSavedMessagesTopicMessagesByDate.js.map +1 -0
- package/types/methods/deleteSavedOrderInfo.d.ts +8 -0
- package/types/methods/deleteSavedOrderInfo.js +3 -0
- package/types/methods/deleteSavedOrderInfo.js.map +1 -0
- package/types/methods/deleteStickerSet.d.ts +13 -0
- package/types/methods/deleteStickerSet.js +3 -0
- package/types/methods/deleteStickerSet.js.map +1 -0
- package/types/methods/deleteStory.d.ts +15 -0
- package/types/methods/deleteStory.js +3 -0
- package/types/methods/deleteStory.js.map +1 -0
- package/types/methods/deleteStoryAlbum.d.ts +15 -0
- package/types/methods/deleteStoryAlbum.js +3 -0
- package/types/methods/deleteStoryAlbum.js.map +1 -0
- package/types/methods/destroy.d.ts +8 -0
- package/types/methods/destroy.js +3 -0
- package/types/methods/destroy.js.map +1 -0
- package/types/methods/disableAllSupergroupUsernames.d.ts +13 -0
- package/types/methods/disableAllSupergroupUsernames.js +3 -0
- package/types/methods/disableAllSupergroupUsernames.js.map +1 -0
- package/types/methods/disableProxy.d.ts +8 -0
- package/types/methods/disableProxy.js +3 -0
- package/types/methods/disableProxy.js.map +1 -0
- package/types/methods/discardCall.d.ts +23 -0
- package/types/methods/discardCall.js +3 -0
- package/types/methods/discardCall.js.map +1 -0
- package/types/methods/disconnectAffiliateProgram.d.ts +16 -0
- package/types/methods/disconnectAffiliateProgram.js +3 -0
- package/types/methods/disconnectAffiliateProgram.js.map +1 -0
- package/types/methods/disconnectAllWebsites.d.ts +8 -0
- package/types/methods/disconnectAllWebsites.js +3 -0
- package/types/methods/disconnectAllWebsites.js.map +1 -0
- package/types/methods/disconnectWebsite.d.ts +13 -0
- package/types/methods/disconnectWebsite.js +3 -0
- package/types/methods/disconnectWebsite.js.map +1 -0
- package/types/methods/downloadFile.d.ts +21 -0
- package/types/methods/downloadFile.js +3 -0
- package/types/methods/downloadFile.js.map +1 -0
- package/types/methods/dropGiftOriginalDetails.d.ts +15 -0
- package/types/methods/dropGiftOriginalDetails.js +3 -0
- package/types/methods/dropGiftOriginalDetails.js.map +1 -0
- package/types/methods/editBotMediaPreview.d.ts +20 -0
- package/types/methods/editBotMediaPreview.js +3 -0
- package/types/methods/editBotMediaPreview.js.map +1 -0
- package/types/methods/editBusinessChatLink.d.ts +16 -0
- package/types/methods/editBusinessChatLink.js +3 -0
- package/types/methods/editBusinessChatLink.js.map +1 -0
- package/types/methods/editBusinessMessageCaption.d.ts +24 -0
- package/types/methods/editBusinessMessageCaption.js +3 -0
- package/types/methods/editBusinessMessageCaption.js.map +1 -0
- package/types/methods/editBusinessMessageChecklist.d.ts +22 -0
- package/types/methods/editBusinessMessageChecklist.js +3 -0
- package/types/methods/editBusinessMessageChecklist.js.map +1 -0
- package/types/methods/editBusinessMessageLiveLocation.d.ts +28 -0
- package/types/methods/editBusinessMessageLiveLocation.js +3 -0
- package/types/methods/editBusinessMessageLiveLocation.js.map +1 -0
- package/types/methods/editBusinessMessageMedia.d.ts +22 -0
- package/types/methods/editBusinessMessageMedia.js +3 -0
- package/types/methods/editBusinessMessageMedia.js.map +1 -0
- package/types/methods/editBusinessMessageReplyMarkup.d.ts +20 -0
- package/types/methods/editBusinessMessageReplyMarkup.js +3 -0
- package/types/methods/editBusinessMessageReplyMarkup.js.map +1 -0
- package/types/methods/editBusinessMessageText.d.ts +22 -0
- package/types/methods/editBusinessMessageText.js +3 -0
- package/types/methods/editBusinessMessageText.js.map +1 -0
- package/types/methods/editBusinessStory.d.ts +24 -0
- package/types/methods/editBusinessStory.js +3 -0
- package/types/methods/editBusinessStory.js.map +1 -0
- package/types/methods/editChatFolder.d.ts +16 -0
- package/types/methods/editChatFolder.js +3 -0
- package/types/methods/editChatFolder.js.map +1 -0
- package/types/methods/editChatFolderInviteLink.d.ts +19 -0
- package/types/methods/editChatFolderInviteLink.js +3 -0
- package/types/methods/editChatFolderInviteLink.js.map +1 -0
- package/types/methods/editChatInviteLink.d.ts +23 -0
- package/types/methods/editChatInviteLink.js +3 -0
- package/types/methods/editChatInviteLink.js.map +1 -0
- package/types/methods/editChatSubscriptionInviteLink.d.ts +17 -0
- package/types/methods/editChatSubscriptionInviteLink.js +3 -0
- package/types/methods/editChatSubscriptionInviteLink.js.map +1 -0
- package/types/methods/editCustomLanguagePackInfo.d.ts +14 -0
- package/types/methods/editCustomLanguagePackInfo.js +3 -0
- package/types/methods/editCustomLanguagePackInfo.js.map +1 -0
- package/types/methods/editForumTopic.d.ts +21 -0
- package/types/methods/editForumTopic.js +3 -0
- package/types/methods/editForumTopic.js.map +1 -0
- package/types/methods/editInlineMessageCaption.d.ts +20 -0
- package/types/methods/editInlineMessageCaption.js +3 -0
- package/types/methods/editInlineMessageCaption.js.map +1 -0
- package/types/methods/editInlineMessageLiveLocation.d.ts +24 -0
- package/types/methods/editInlineMessageLiveLocation.js +3 -0
- package/types/methods/editInlineMessageLiveLocation.js.map +1 -0
- package/types/methods/editInlineMessageMedia.d.ts +18 -0
- package/types/methods/editInlineMessageMedia.js +3 -0
- package/types/methods/editInlineMessageMedia.js.map +1 -0
- package/types/methods/editInlineMessageReplyMarkup.d.ts +16 -0
- package/types/methods/editInlineMessageReplyMarkup.js +3 -0
- package/types/methods/editInlineMessageReplyMarkup.js.map +1 -0
- package/types/methods/editInlineMessageText.d.ts +18 -0
- package/types/methods/editInlineMessageText.js +3 -0
- package/types/methods/editInlineMessageText.js.map +1 -0
- package/types/methods/editMessageCaption.d.ts +22 -0
- package/types/methods/editMessageCaption.js +3 -0
- package/types/methods/editMessageCaption.js.map +1 -0
- package/types/methods/editMessageChecklist.d.ts +20 -0
- package/types/methods/editMessageChecklist.js +3 -0
- package/types/methods/editMessageChecklist.js.map +1 -0
- package/types/methods/editMessageLiveLocation.d.ts +26 -0
- package/types/methods/editMessageLiveLocation.js +3 -0
- package/types/methods/editMessageLiveLocation.js.map +1 -0
- package/types/methods/editMessageMedia.d.ts +20 -0
- package/types/methods/editMessageMedia.js +3 -0
- package/types/methods/editMessageMedia.js.map +1 -0
- package/types/methods/editMessageReplyMarkup.d.ts +18 -0
- package/types/methods/editMessageReplyMarkup.js +3 -0
- package/types/methods/editMessageReplyMarkup.js.map +1 -0
- package/types/methods/editMessageSchedulingState.d.ts +18 -0
- package/types/methods/editMessageSchedulingState.js +3 -0
- package/types/methods/editMessageSchedulingState.js.map +1 -0
- package/types/methods/editMessageText.d.ts +20 -0
- package/types/methods/editMessageText.js +3 -0
- package/types/methods/editMessageText.js.map +1 -0
- package/types/methods/editProxy.d.ts +18 -0
- package/types/methods/editProxy.js +3 -0
- package/types/methods/editProxy.js.map +1 -0
- package/types/methods/editQuickReplyMessage.d.ts +18 -0
- package/types/methods/editQuickReplyMessage.js +3 -0
- package/types/methods/editQuickReplyMessage.js.map +1 -0
- package/types/methods/editStarSubscription.d.ts +15 -0
- package/types/methods/editStarSubscription.js +3 -0
- package/types/methods/editStarSubscription.js.map +1 -0
- package/types/methods/editStory.d.ts +22 -0
- package/types/methods/editStory.js +3 -0
- package/types/methods/editStory.js.map +1 -0
- package/types/methods/editStoryCover.d.ts +17 -0
- package/types/methods/editStoryCover.js +3 -0
- package/types/methods/editStoryCover.js.map +1 -0
- package/types/methods/editUserStarSubscription.d.ts +17 -0
- package/types/methods/editUserStarSubscription.js +3 -0
- package/types/methods/editUserStarSubscription.js.map +1 -0
- package/types/methods/enableProxy.d.ts +13 -0
- package/types/methods/enableProxy.js +3 -0
- package/types/methods/enableProxy.js.map +1 -0
- package/types/methods/encryptGroupCallData.d.ts +20 -0
- package/types/methods/encryptGroupCallData.js +3 -0
- package/types/methods/encryptGroupCallData.js.map +1 -0
- package/types/methods/endGroupCall.d.ts +13 -0
- package/types/methods/endGroupCall.js +3 -0
- package/types/methods/endGroupCall.js.map +1 -0
- package/types/methods/endGroupCallRecording.d.ts +13 -0
- package/types/methods/endGroupCallRecording.js +3 -0
- package/types/methods/endGroupCallRecording.js.map +1 -0
- package/types/methods/endGroupCallScreenSharing.d.ts +13 -0
- package/types/methods/endGroupCallScreenSharing.js +3 -0
- package/types/methods/endGroupCallScreenSharing.js.map +1 -0
- package/types/methods/finishFileGeneration.d.ts +16 -0
- package/types/methods/finishFileGeneration.js +3 -0
- package/types/methods/finishFileGeneration.js.map +1 -0
- package/types/methods/forwardMessages.d.ts +26 -0
- package/types/methods/forwardMessages.js +3 -0
- package/types/methods/forwardMessages.js.map +1 -0
- package/types/methods/getAccountTtl.d.ts +8 -0
- package/types/methods/getAccountTtl.js +3 -0
- package/types/methods/getAccountTtl.js.map +1 -0
- package/types/methods/getActiveSessions.d.ts +8 -0
- package/types/methods/getActiveSessions.js +3 -0
- package/types/methods/getActiveSessions.js.map +1 -0
- package/types/methods/getAllPassportElements.d.ts +13 -0
- package/types/methods/getAllPassportElements.js +3 -0
- package/types/methods/getAllPassportElements.js.map +1 -0
- package/types/methods/getAllStickerEmojis.d.ts +20 -0
- package/types/methods/getAllStickerEmojis.js +3 -0
- package/types/methods/getAllStickerEmojis.js.map +1 -0
- package/types/methods/getAnimatedEmoji.d.ts +13 -0
- package/types/methods/getAnimatedEmoji.js +3 -0
- package/types/methods/getAnimatedEmoji.js.map +1 -0
- package/types/methods/getApplicationConfig.d.ts +8 -0
- package/types/methods/getApplicationConfig.js +3 -0
- package/types/methods/getApplicationConfig.js.map +1 -0
- package/types/methods/getApplicationDownloadLink.d.ts +8 -0
- package/types/methods/getApplicationDownloadLink.js +3 -0
- package/types/methods/getApplicationDownloadLink.js.map +1 -0
- package/types/methods/getArchiveChatListSettings.d.ts +8 -0
- package/types/methods/getArchiveChatListSettings.js +3 -0
- package/types/methods/getArchiveChatListSettings.js.map +1 -0
- package/types/methods/getArchivedStickerSets.d.ts +18 -0
- package/types/methods/getArchivedStickerSets.js +3 -0
- package/types/methods/getArchivedStickerSets.js.map +1 -0
- package/types/methods/getAttachedStickerSets.d.ts +13 -0
- package/types/methods/getAttachedStickerSets.js +3 -0
- package/types/methods/getAttachedStickerSets.js.map +1 -0
- package/types/methods/getAttachmentMenuBot.d.ts +13 -0
- package/types/methods/getAttachmentMenuBot.js +3 -0
- package/types/methods/getAttachmentMenuBot.js.map +1 -0
- package/types/methods/getAuthenticationPasskeyParameters.d.ts +8 -0
- package/types/methods/getAuthenticationPasskeyParameters.js +3 -0
- package/types/methods/getAuthenticationPasskeyParameters.js.map +1 -0
- package/types/methods/getAuthorizationState.d.ts +8 -0
- package/types/methods/getAuthorizationState.js +3 -0
- package/types/methods/getAuthorizationState.js.map +1 -0
- package/types/methods/getAutoDownloadSettingsPresets.d.ts +8 -0
- package/types/methods/getAutoDownloadSettingsPresets.js +3 -0
- package/types/methods/getAutoDownloadSettingsPresets.js.map +1 -0
- package/types/methods/getAutosaveSettings.d.ts +8 -0
- package/types/methods/getAutosaveSettings.js +3 -0
- package/types/methods/getAutosaveSettings.js.map +1 -0
- package/types/methods/getAvailableChatBoostSlots.d.ts +8 -0
- package/types/methods/getAvailableChatBoostSlots.js +3 -0
- package/types/methods/getAvailableChatBoostSlots.js.map +1 -0
- package/types/methods/getAvailableGifts.d.ts +8 -0
- package/types/methods/getAvailableGifts.js +3 -0
- package/types/methods/getAvailableGifts.js.map +1 -0
- package/types/methods/getBackgroundUrl.d.ts +16 -0
- package/types/methods/getBackgroundUrl.js +3 -0
- package/types/methods/getBackgroundUrl.js.map +1 -0
- package/types/methods/getBankCardInfo.d.ts +13 -0
- package/types/methods/getBankCardInfo.js +3 -0
- package/types/methods/getBankCardInfo.js.map +1 -0
- package/types/methods/getBasicGroup.d.ts +13 -0
- package/types/methods/getBasicGroup.js +3 -0
- package/types/methods/getBasicGroup.js.map +1 -0
- package/types/methods/getBasicGroupFullInfo.d.ts +13 -0
- package/types/methods/getBasicGroupFullInfo.js +3 -0
- package/types/methods/getBasicGroupFullInfo.js.map +1 -0
- package/types/methods/getBlockedMessageSenders.d.ts +18 -0
- package/types/methods/getBlockedMessageSenders.js +3 -0
- package/types/methods/getBlockedMessageSenders.js.map +1 -0
- package/types/methods/getBotInfoDescription.d.ts +15 -0
- package/types/methods/getBotInfoDescription.js +3 -0
- package/types/methods/getBotInfoDescription.js.map +1 -0
- package/types/methods/getBotInfoShortDescription.d.ts +15 -0
- package/types/methods/getBotInfoShortDescription.js +3 -0
- package/types/methods/getBotInfoShortDescription.js.map +1 -0
- package/types/methods/getBotMediaPreviewInfo.d.ts +15 -0
- package/types/methods/getBotMediaPreviewInfo.js +3 -0
- package/types/methods/getBotMediaPreviewInfo.js.map +1 -0
- package/types/methods/getBotMediaPreviews.d.ts +13 -0
- package/types/methods/getBotMediaPreviews.js +3 -0
- package/types/methods/getBotMediaPreviews.js.map +1 -0
- package/types/methods/getBotName.d.ts +15 -0
- package/types/methods/getBotName.js +3 -0
- package/types/methods/getBotName.js.map +1 -0
- package/types/methods/getBotSimilarBotCount.d.ts +15 -0
- package/types/methods/getBotSimilarBotCount.js +3 -0
- package/types/methods/getBotSimilarBotCount.js.map +1 -0
- package/types/methods/getBotSimilarBots.d.ts +13 -0
- package/types/methods/getBotSimilarBots.js +3 -0
- package/types/methods/getBotSimilarBots.js.map +1 -0
- package/types/methods/getBusinessAccountStarAmount.d.ts +13 -0
- package/types/methods/getBusinessAccountStarAmount.js +3 -0
- package/types/methods/getBusinessAccountStarAmount.js.map +1 -0
- package/types/methods/getBusinessChatLinkInfo.d.ts +13 -0
- package/types/methods/getBusinessChatLinkInfo.js +3 -0
- package/types/methods/getBusinessChatLinkInfo.js.map +1 -0
- package/types/methods/getBusinessChatLinks.d.ts +8 -0
- package/types/methods/getBusinessChatLinks.js +3 -0
- package/types/methods/getBusinessChatLinks.js.map +1 -0
- package/types/methods/getBusinessConnectedBot.d.ts +8 -0
- package/types/methods/getBusinessConnectedBot.js +3 -0
- package/types/methods/getBusinessConnectedBot.js.map +1 -0
- package/types/methods/getBusinessConnection.d.ts +13 -0
- package/types/methods/getBusinessConnection.js +3 -0
- package/types/methods/getBusinessConnection.js.map +1 -0
- package/types/methods/getBusinessFeatures.d.ts +14 -0
- package/types/methods/getBusinessFeatures.js +3 -0
- package/types/methods/getBusinessFeatures.js.map +1 -0
- package/types/methods/getCallbackQueryAnswer.d.ts +18 -0
- package/types/methods/getCallbackQueryAnswer.js +3 -0
- package/types/methods/getCallbackQueryAnswer.js.map +1 -0
- package/types/methods/getCallbackQueryMessage.d.ts +17 -0
- package/types/methods/getCallbackQueryMessage.js +3 -0
- package/types/methods/getCallbackQueryMessage.js.map +1 -0
- package/types/methods/getChat.d.ts +13 -0
- package/types/methods/getChat.js +3 -0
- package/types/methods/getChat.js.map +1 -0
- package/types/methods/getChatActiveStories.d.ts +13 -0
- package/types/methods/getChatActiveStories.js +3 -0
- package/types/methods/getChatActiveStories.js.map +1 -0
- package/types/methods/getChatAdministrators.d.ts +13 -0
- package/types/methods/getChatAdministrators.js +3 -0
- package/types/methods/getChatAdministrators.js.map +1 -0
- package/types/methods/getChatArchivedStories.d.ts +17 -0
- package/types/methods/getChatArchivedStories.js +3 -0
- package/types/methods/getChatArchivedStories.js.map +1 -0
- package/types/methods/getChatAvailableMessageSenders.d.ts +13 -0
- package/types/methods/getChatAvailableMessageSenders.js +3 -0
- package/types/methods/getChatAvailableMessageSenders.js.map +1 -0
- package/types/methods/getChatAvailablePaidMessageReactionSenders.d.ts +13 -0
- package/types/methods/getChatAvailablePaidMessageReactionSenders.js +3 -0
- package/types/methods/getChatAvailablePaidMessageReactionSenders.js.map +1 -0
- package/types/methods/getChatBoostFeatures.d.ts +13 -0
- package/types/methods/getChatBoostFeatures.js +3 -0
- package/types/methods/getChatBoostFeatures.js.map +1 -0
- package/types/methods/getChatBoostLevelFeatures.d.ts +15 -0
- package/types/methods/getChatBoostLevelFeatures.js +3 -0
- package/types/methods/getChatBoostLevelFeatures.js.map +1 -0
- package/types/methods/getChatBoostLink.d.ts +13 -0
- package/types/methods/getChatBoostLink.js +3 -0
- package/types/methods/getChatBoostLink.js.map +1 -0
- package/types/methods/getChatBoostLinkInfo.d.ts +13 -0
- package/types/methods/getChatBoostLinkInfo.js +3 -0
- package/types/methods/getChatBoostLinkInfo.js.map +1 -0
- package/types/methods/getChatBoostStatus.d.ts +13 -0
- package/types/methods/getChatBoostStatus.js +3 -0
- package/types/methods/getChatBoostStatus.js.map +1 -0
- package/types/methods/getChatBoosts.d.ts +19 -0
- package/types/methods/getChatBoosts.js +3 -0
- package/types/methods/getChatBoosts.js.map +1 -0
- package/types/methods/getChatEventLog.d.ts +24 -0
- package/types/methods/getChatEventLog.js +3 -0
- package/types/methods/getChatEventLog.js.map +1 -0
- package/types/methods/getChatFolder.d.ts +13 -0
- package/types/methods/getChatFolder.js +3 -0
- package/types/methods/getChatFolder.js.map +1 -0
- package/types/methods/getChatFolderChatCount.d.ts +14 -0
- package/types/methods/getChatFolderChatCount.js +3 -0
- package/types/methods/getChatFolderChatCount.js.map +1 -0
- package/types/methods/getChatFolderChatsToLeave.d.ts +13 -0
- package/types/methods/getChatFolderChatsToLeave.js +3 -0
- package/types/methods/getChatFolderChatsToLeave.js.map +1 -0
- package/types/methods/getChatFolderDefaultIconName.d.ts +15 -0
- package/types/methods/getChatFolderDefaultIconName.js +3 -0
- package/types/methods/getChatFolderDefaultIconName.js.map +1 -0
- package/types/methods/getChatFolderInviteLinks.d.ts +13 -0
- package/types/methods/getChatFolderInviteLinks.js +3 -0
- package/types/methods/getChatFolderInviteLinks.js.map +1 -0
- package/types/methods/getChatFolderNewChats.d.ts +13 -0
- package/types/methods/getChatFolderNewChats.js +3 -0
- package/types/methods/getChatFolderNewChats.js.map +1 -0
- package/types/methods/getChatHistory.d.ts +21 -0
- package/types/methods/getChatHistory.js +3 -0
- package/types/methods/getChatHistory.js.map +1 -0
- package/types/methods/getChatInviteLink.d.ts +15 -0
- package/types/methods/getChatInviteLink.js +3 -0
- package/types/methods/getChatInviteLink.js.map +1 -0
- package/types/methods/getChatInviteLinkCounts.d.ts +13 -0
- package/types/methods/getChatInviteLinkCounts.js +3 -0
- package/types/methods/getChatInviteLinkCounts.js.map +1 -0
- package/types/methods/getChatInviteLinkMembers.d.ts +22 -0
- package/types/methods/getChatInviteLinkMembers.js +3 -0
- package/types/methods/getChatInviteLinkMembers.js.map +1 -0
- package/types/methods/getChatInviteLinks.d.ts +23 -0
- package/types/methods/getChatInviteLinks.js +3 -0
- package/types/methods/getChatInviteLinks.js.map +1 -0
- package/types/methods/getChatJoinRequests.d.ts +22 -0
- package/types/methods/getChatJoinRequests.js +3 -0
- package/types/methods/getChatJoinRequests.js.map +1 -0
- package/types/methods/getChatListsToAddChat.d.ts +13 -0
- package/types/methods/getChatListsToAddChat.js +3 -0
- package/types/methods/getChatListsToAddChat.js.map +1 -0
- package/types/methods/getChatMember.d.ts +16 -0
- package/types/methods/getChatMember.js +3 -0
- package/types/methods/getChatMember.js.map +1 -0
- package/types/methods/getChatMessageByDate.d.ts +15 -0
- package/types/methods/getChatMessageByDate.js +3 -0
- package/types/methods/getChatMessageByDate.js.map +1 -0
- package/types/methods/getChatMessageCalendar.d.ts +20 -0
- package/types/methods/getChatMessageCalendar.js +3 -0
- package/types/methods/getChatMessageCalendar.js.map +1 -0
- package/types/methods/getChatMessageCount.d.ts +20 -0
- package/types/methods/getChatMessageCount.js +3 -0
- package/types/methods/getChatMessageCount.js.map +1 -0
- package/types/methods/getChatMessagePosition.d.ts +20 -0
- package/types/methods/getChatMessagePosition.js +3 -0
- package/types/methods/getChatMessagePosition.js.map +1 -0
- package/types/methods/getChatNotificationSettingsExceptions.d.ts +16 -0
- package/types/methods/getChatNotificationSettingsExceptions.js +3 -0
- package/types/methods/getChatNotificationSettingsExceptions.js.map +1 -0
- package/types/methods/getChatOwnerAfterLeaving.d.ts +13 -0
- package/types/methods/getChatOwnerAfterLeaving.js +3 -0
- package/types/methods/getChatOwnerAfterLeaving.js.map +1 -0
- package/types/methods/getChatPinnedMessage.d.ts +13 -0
- package/types/methods/getChatPinnedMessage.js +3 -0
- package/types/methods/getChatPinnedMessage.js.map +1 -0
- package/types/methods/getChatPostedToChatPageStories.d.ts +17 -0
- package/types/methods/getChatPostedToChatPageStories.js +3 -0
- package/types/methods/getChatPostedToChatPageStories.js.map +1 -0
- package/types/methods/getChatRevenueStatistics.d.ts +15 -0
- package/types/methods/getChatRevenueStatistics.js +3 -0
- package/types/methods/getChatRevenueStatistics.js.map +1 -0
- package/types/methods/getChatRevenueTransactions.d.ts +17 -0
- package/types/methods/getChatRevenueTransactions.js +3 -0
- package/types/methods/getChatRevenueTransactions.js.map +1 -0
- package/types/methods/getChatRevenueWithdrawalUrl.d.ts +15 -0
- package/types/methods/getChatRevenueWithdrawalUrl.js +3 -0
- package/types/methods/getChatRevenueWithdrawalUrl.js.map +1 -0
- package/types/methods/getChatScheduledMessages.d.ts +13 -0
- package/types/methods/getChatScheduledMessages.js +3 -0
- package/types/methods/getChatScheduledMessages.js.map +1 -0
- package/types/methods/getChatSimilarChatCount.d.ts +15 -0
- package/types/methods/getChatSimilarChatCount.js +3 -0
- package/types/methods/getChatSimilarChatCount.js.map +1 -0
- package/types/methods/getChatSimilarChats.d.ts +13 -0
- package/types/methods/getChatSimilarChats.js +3 -0
- package/types/methods/getChatSimilarChats.js.map +1 -0
- package/types/methods/getChatSparseMessagePositions.d.ts +22 -0
- package/types/methods/getChatSparseMessagePositions.js +3 -0
- package/types/methods/getChatSparseMessagePositions.js.map +1 -0
- package/types/methods/getChatSponsoredMessages.d.ts +13 -0
- package/types/methods/getChatSponsoredMessages.js +3 -0
- package/types/methods/getChatSponsoredMessages.js.map +1 -0
- package/types/methods/getChatStatistics.d.ts +15 -0
- package/types/methods/getChatStatistics.js +3 -0
- package/types/methods/getChatStatistics.js.map +1 -0
- package/types/methods/getChatStoryAlbums.d.ts +13 -0
- package/types/methods/getChatStoryAlbums.js +3 -0
- package/types/methods/getChatStoryAlbums.js.map +1 -0
- package/types/methods/getChatStoryInteractions.d.ts +24 -0
- package/types/methods/getChatStoryInteractions.js +3 -0
- package/types/methods/getChatStoryInteractions.js.map +1 -0
- package/types/methods/getChats.d.ts +16 -0
- package/types/methods/getChats.js +3 -0
- package/types/methods/getChats.js.map +1 -0
- package/types/methods/getChatsForChatFolderInviteLink.d.ts +13 -0
- package/types/methods/getChatsForChatFolderInviteLink.js +3 -0
- package/types/methods/getChatsForChatFolderInviteLink.js.map +1 -0
- package/types/methods/getChatsToPostStories.d.ts +8 -0
- package/types/methods/getChatsToPostStories.js +3 -0
- package/types/methods/getChatsToPostStories.js.map +1 -0
- package/types/methods/getCloseFriends.d.ts +8 -0
- package/types/methods/getCloseFriends.js +3 -0
- package/types/methods/getCloseFriends.js.map +1 -0
- package/types/methods/getCollectibleItemInfo.d.ts +14 -0
- package/types/methods/getCollectibleItemInfo.js +3 -0
- package/types/methods/getCollectibleItemInfo.js.map +1 -0
- package/types/methods/getCommands.d.ts +16 -0
- package/types/methods/getCommands.js +3 -0
- package/types/methods/getCommands.js.map +1 -0
- package/types/methods/getConnectedAffiliateProgram.d.ts +16 -0
- package/types/methods/getConnectedAffiliateProgram.js +3 -0
- package/types/methods/getConnectedAffiliateProgram.js.map +1 -0
- package/types/methods/getConnectedAffiliatePrograms.d.ts +18 -0
- package/types/methods/getConnectedAffiliatePrograms.js +3 -0
- package/types/methods/getConnectedAffiliatePrograms.js.map +1 -0
- package/types/methods/getConnectedWebsites.d.ts +8 -0
- package/types/methods/getConnectedWebsites.js +3 -0
- package/types/methods/getConnectedWebsites.js.map +1 -0
- package/types/methods/getContacts.d.ts +8 -0
- package/types/methods/getContacts.js +3 -0
- package/types/methods/getContacts.js.map +1 -0
- package/types/methods/getCountries.d.ts +8 -0
- package/types/methods/getCountries.js +3 -0
- package/types/methods/getCountries.js.map +1 -0
- package/types/methods/getCountryCode.d.ts +8 -0
- package/types/methods/getCountryCode.js +3 -0
- package/types/methods/getCountryCode.js.map +1 -0
- package/types/methods/getCountryFlagEmoji.d.ts +14 -0
- package/types/methods/getCountryFlagEmoji.js +3 -0
- package/types/methods/getCountryFlagEmoji.js.map +1 -0
- package/types/methods/getCreatedPublicChats.d.ts +14 -0
- package/types/methods/getCreatedPublicChats.js +3 -0
- package/types/methods/getCreatedPublicChats.js.map +1 -0
- package/types/methods/getCurrentState.d.ts +8 -0
- package/types/methods/getCurrentState.js +3 -0
- package/types/methods/getCurrentState.js.map +1 -0
- package/types/methods/getCurrentWeather.d.ts +14 -0
- package/types/methods/getCurrentWeather.js +3 -0
- package/types/methods/getCurrentWeather.js.map +1 -0
- package/types/methods/getCustomEmojiReactionAnimations.d.ts +8 -0
- package/types/methods/getCustomEmojiReactionAnimations.js +3 -0
- package/types/methods/getCustomEmojiReactionAnimations.js.map +1 -0
- package/types/methods/getCustomEmojiStickers.d.ts +13 -0
- package/types/methods/getCustomEmojiStickers.js +3 -0
- package/types/methods/getCustomEmojiStickers.js.map +1 -0
- package/types/methods/getDatabaseStatistics.d.ts +8 -0
- package/types/methods/getDatabaseStatistics.js +3 -0
- package/types/methods/getDatabaseStatistics.js.map +1 -0
- package/types/methods/getDeepLinkInfo.d.ts +13 -0
- package/types/methods/getDeepLinkInfo.js +3 -0
- package/types/methods/getDeepLinkInfo.js.map +1 -0
- package/types/methods/getDefaultBackgroundCustomEmojiStickers.d.ts +8 -0
- package/types/methods/getDefaultBackgroundCustomEmojiStickers.js +3 -0
- package/types/methods/getDefaultBackgroundCustomEmojiStickers.js.map +1 -0
- package/types/methods/getDefaultChatEmojiStatuses.d.ts +8 -0
- package/types/methods/getDefaultChatEmojiStatuses.js +3 -0
- package/types/methods/getDefaultChatEmojiStatuses.js.map +1 -0
- package/types/methods/getDefaultChatPhotoCustomEmojiStickers.d.ts +8 -0
- package/types/methods/getDefaultChatPhotoCustomEmojiStickers.js +3 -0
- package/types/methods/getDefaultChatPhotoCustomEmojiStickers.js.map +1 -0
- package/types/methods/getDefaultEmojiStatuses.d.ts +8 -0
- package/types/methods/getDefaultEmojiStatuses.js +3 -0
- package/types/methods/getDefaultEmojiStatuses.js.map +1 -0
- package/types/methods/getDefaultMessageAutoDeleteTime.d.ts +8 -0
- package/types/methods/getDefaultMessageAutoDeleteTime.js +3 -0
- package/types/methods/getDefaultMessageAutoDeleteTime.js.map +1 -0
- package/types/methods/getDefaultProfilePhotoCustomEmojiStickers.d.ts +8 -0
- package/types/methods/getDefaultProfilePhotoCustomEmojiStickers.js +3 -0
- package/types/methods/getDefaultProfilePhotoCustomEmojiStickers.js.map +1 -0
- package/types/methods/getDirectMessagesChatTopic.d.ts +15 -0
- package/types/methods/getDirectMessagesChatTopic.js +3 -0
- package/types/methods/getDirectMessagesChatTopic.js.map +1 -0
- package/types/methods/getDirectMessagesChatTopicHistory.d.ts +21 -0
- package/types/methods/getDirectMessagesChatTopicHistory.js +3 -0
- package/types/methods/getDirectMessagesChatTopicHistory.js.map +1 -0
- package/types/methods/getDirectMessagesChatTopicMessageByDate.d.ts +17 -0
- package/types/methods/getDirectMessagesChatTopicMessageByDate.js +3 -0
- package/types/methods/getDirectMessagesChatTopicMessageByDate.js.map +1 -0
- package/types/methods/getDirectMessagesChatTopicRevenue.d.ts +15 -0
- package/types/methods/getDirectMessagesChatTopicRevenue.js +3 -0
- package/types/methods/getDirectMessagesChatTopicRevenue.js.map +1 -0
- package/types/methods/getDisallowedChatEmojiStatuses.d.ts +8 -0
- package/types/methods/getDisallowedChatEmojiStatuses.js +3 -0
- package/types/methods/getDisallowedChatEmojiStatuses.js.map +1 -0
- package/types/methods/getEmojiCategories.d.ts +14 -0
- package/types/methods/getEmojiCategories.js +3 -0
- package/types/methods/getEmojiCategories.js.map +1 -0
- package/types/methods/getEmojiReaction.d.ts +13 -0
- package/types/methods/getEmojiReaction.js +3 -0
- package/types/methods/getEmojiReaction.js.map +1 -0
- package/types/methods/getEmojiSuggestionsUrl.d.ts +13 -0
- package/types/methods/getEmojiSuggestionsUrl.js +3 -0
- package/types/methods/getEmojiSuggestionsUrl.js.map +1 -0
- package/types/methods/getExternalLink.d.ts +17 -0
- package/types/methods/getExternalLink.js +3 -0
- package/types/methods/getExternalLink.js.map +1 -0
- package/types/methods/getExternalLinkInfo.d.ts +13 -0
- package/types/methods/getExternalLinkInfo.js +3 -0
- package/types/methods/getExternalLinkInfo.js.map +1 -0
- package/types/methods/getFavoriteStickers.d.ts +8 -0
- package/types/methods/getFavoriteStickers.js +3 -0
- package/types/methods/getFavoriteStickers.js.map +1 -0
- package/types/methods/getFile.d.ts +13 -0
- package/types/methods/getFile.js +3 -0
- package/types/methods/getFile.js.map +1 -0
- package/types/methods/getFileDownloadedPrefixSize.d.ts +15 -0
- package/types/methods/getFileDownloadedPrefixSize.js +3 -0
- package/types/methods/getFileDownloadedPrefixSize.js.map +1 -0
- package/types/methods/getFileExtension.d.ts +14 -0
- package/types/methods/getFileExtension.js +3 -0
- package/types/methods/getFileExtension.js.map +1 -0
- package/types/methods/getFileMimeType.d.ts +14 -0
- package/types/methods/getFileMimeType.js +3 -0
- package/types/methods/getFileMimeType.js.map +1 -0
- package/types/methods/getForumTopic.d.ts +15 -0
- package/types/methods/getForumTopic.js +3 -0
- package/types/methods/getForumTopic.js.map +1 -0
- package/types/methods/getForumTopicDefaultIcons.d.ts +8 -0
- package/types/methods/getForumTopicDefaultIcons.js +3 -0
- package/types/methods/getForumTopicDefaultIcons.js.map +1 -0
- package/types/methods/getForumTopicHistory.d.ts +21 -0
- package/types/methods/getForumTopicHistory.js +3 -0
- package/types/methods/getForumTopicHistory.js.map +1 -0
- package/types/methods/getForumTopicLink.d.ts +15 -0
- package/types/methods/getForumTopicLink.js +3 -0
- package/types/methods/getForumTopicLink.js.map +1 -0
- package/types/methods/getForumTopics.d.ts +23 -0
- package/types/methods/getForumTopics.js +3 -0
- package/types/methods/getForumTopics.js.map +1 -0
- package/types/methods/getGameHighScores.d.ts +17 -0
- package/types/methods/getGameHighScores.js +3 -0
- package/types/methods/getGameHighScores.js.map +1 -0
- package/types/methods/getGiftAuctionAcquiredGifts.d.ts +13 -0
- package/types/methods/getGiftAuctionAcquiredGifts.js +3 -0
- package/types/methods/getGiftAuctionAcquiredGifts.js.map +1 -0
- package/types/methods/getGiftAuctionState.d.ts +13 -0
- package/types/methods/getGiftAuctionState.js +3 -0
- package/types/methods/getGiftAuctionState.js.map +1 -0
- package/types/methods/getGiftChatThemes.d.ts +15 -0
- package/types/methods/getGiftChatThemes.js +3 -0
- package/types/methods/getGiftChatThemes.js.map +1 -0
- package/types/methods/getGiftCollections.d.ts +14 -0
- package/types/methods/getGiftCollections.js +3 -0
- package/types/methods/getGiftCollections.js.map +1 -0
- package/types/methods/getGiftUpgradePreview.d.ts +13 -0
- package/types/methods/getGiftUpgradePreview.js +3 -0
- package/types/methods/getGiftUpgradePreview.js.map +1 -0
- package/types/methods/getGiftsForCrafting.d.ts +17 -0
- package/types/methods/getGiftsForCrafting.js +3 -0
- package/types/methods/getGiftsForCrafting.js.map +1 -0
- package/types/methods/getGiveawayInfo.d.ts +15 -0
- package/types/methods/getGiveawayInfo.js +3 -0
- package/types/methods/getGiveawayInfo.js.map +1 -0
- package/types/methods/getGreetingStickers.d.ts +8 -0
- package/types/methods/getGreetingStickers.js +3 -0
- package/types/methods/getGreetingStickers.js.map +1 -0
- package/types/methods/getGrossingWebAppBots.d.ts +15 -0
- package/types/methods/getGrossingWebAppBots.js +3 -0
- package/types/methods/getGrossingWebAppBots.js.map +1 -0
- package/types/methods/getGroupCall.d.ts +13 -0
- package/types/methods/getGroupCall.js +3 -0
- package/types/methods/getGroupCall.js.map +1 -0
- package/types/methods/getGroupCallParticipants.d.ts +16 -0
- package/types/methods/getGroupCallParticipants.js +3 -0
- package/types/methods/getGroupCallParticipants.js.map +1 -0
- package/types/methods/getGroupCallStreamSegment.d.ts +22 -0
- package/types/methods/getGroupCallStreamSegment.js +3 -0
- package/types/methods/getGroupCallStreamSegment.js.map +1 -0
- package/types/methods/getGroupCallStreams.d.ts +13 -0
- package/types/methods/getGroupCallStreams.js +3 -0
- package/types/methods/getGroupCallStreams.js.map +1 -0
- package/types/methods/getGroupsInCommon.d.ts +17 -0
- package/types/methods/getGroupsInCommon.js +3 -0
- package/types/methods/getGroupsInCommon.js.map +1 -0
- package/types/methods/getImportedContactCount.d.ts +8 -0
- package/types/methods/getImportedContactCount.js +3 -0
- package/types/methods/getImportedContactCount.js.map +1 -0
- package/types/methods/getInactiveSupergroupChats.d.ts +8 -0
- package/types/methods/getInactiveSupergroupChats.js +3 -0
- package/types/methods/getInactiveSupergroupChats.js.map +1 -0
- package/types/methods/getInlineGameHighScores.d.ts +15 -0
- package/types/methods/getInlineGameHighScores.js +3 -0
- package/types/methods/getInlineGameHighScores.js.map +1 -0
- package/types/methods/getInlineQueryResults.d.ts +22 -0
- package/types/methods/getInlineQueryResults.js +3 -0
- package/types/methods/getInlineQueryResults.js.map +1 -0
- package/types/methods/getInstalledBackgrounds.d.ts +13 -0
- package/types/methods/getInstalledBackgrounds.js +3 -0
- package/types/methods/getInstalledBackgrounds.js.map +1 -0
- package/types/methods/getInstalledStickerSets.d.ts +14 -0
- package/types/methods/getInstalledStickerSets.js +3 -0
- package/types/methods/getInstalledStickerSets.js.map +1 -0
- package/types/methods/getInternalLink.d.ts +16 -0
- package/types/methods/getInternalLink.js +3 -0
- package/types/methods/getInternalLink.js.map +1 -0
- package/types/methods/getInternalLinkType.d.ts +13 -0
- package/types/methods/getInternalLinkType.js +3 -0
- package/types/methods/getInternalLinkType.js.map +1 -0
- package/types/methods/getJsonString.d.ts +15 -0
- package/types/methods/getJsonString.js +3 -0
- package/types/methods/getJsonString.js.map +1 -0
- package/types/methods/getJsonValue.d.ts +14 -0
- package/types/methods/getJsonValue.js +3 -0
- package/types/methods/getJsonValue.js.map +1 -0
- package/types/methods/getKeywordEmojis.d.ts +15 -0
- package/types/methods/getKeywordEmojis.js +3 -0
- package/types/methods/getKeywordEmojis.js.map +1 -0
- package/types/methods/getLanguagePackInfo.d.ts +13 -0
- package/types/methods/getLanguagePackInfo.js +3 -0
- package/types/methods/getLanguagePackInfo.js.map +1 -0
- package/types/methods/getLanguagePackString.d.ts +20 -0
- package/types/methods/getLanguagePackString.js +3 -0
- package/types/methods/getLanguagePackString.js.map +1 -0
- package/types/methods/getLanguagePackStrings.d.ts +15 -0
- package/types/methods/getLanguagePackStrings.js +3 -0
- package/types/methods/getLanguagePackStrings.js.map +1 -0
- package/types/methods/getLinkPreview.d.ts +16 -0
- package/types/methods/getLinkPreview.js +3 -0
- package/types/methods/getLinkPreview.js.map +1 -0
- package/types/methods/getLiveStoryAvailableMessageSenders.d.ts +13 -0
- package/types/methods/getLiveStoryAvailableMessageSenders.js +3 -0
- package/types/methods/getLiveStoryAvailableMessageSenders.js.map +1 -0
- package/types/methods/getLiveStoryRtmpUrl.d.ts +13 -0
- package/types/methods/getLiveStoryRtmpUrl.js +3 -0
- package/types/methods/getLiveStoryRtmpUrl.js.map +1 -0
- package/types/methods/getLiveStoryStreamer.d.ts +13 -0
- package/types/methods/getLiveStoryStreamer.js +3 -0
- package/types/methods/getLiveStoryStreamer.js.map +1 -0
- package/types/methods/getLiveStoryTopDonors.d.ts +13 -0
- package/types/methods/getLiveStoryTopDonors.js +3 -0
- package/types/methods/getLiveStoryTopDonors.js.map +1 -0
- package/types/methods/getLocalizationTargetInfo.d.ts +13 -0
- package/types/methods/getLocalizationTargetInfo.js +3 -0
- package/types/methods/getLocalizationTargetInfo.js.map +1 -0
- package/types/methods/getLogStream.d.ts +9 -0
- package/types/methods/getLogStream.js +3 -0
- package/types/methods/getLogStream.js.map +1 -0
- package/types/methods/getLogTagVerbosityLevel.d.ts +14 -0
- package/types/methods/getLogTagVerbosityLevel.js +3 -0
- package/types/methods/getLogTagVerbosityLevel.js.map +1 -0
- package/types/methods/getLogTags.d.ts +9 -0
- package/types/methods/getLogTags.js +3 -0
- package/types/methods/getLogTags.js.map +1 -0
- package/types/methods/getLogVerbosityLevel.d.ts +9 -0
- package/types/methods/getLogVerbosityLevel.js +3 -0
- package/types/methods/getLogVerbosityLevel.js.map +1 -0
- package/types/methods/getLoginPasskeys.d.ts +8 -0
- package/types/methods/getLoginPasskeys.js +3 -0
- package/types/methods/getLoginPasskeys.js.map +1 -0
- package/types/methods/getLoginUrl.d.ts +19 -0
- package/types/methods/getLoginUrl.js +3 -0
- package/types/methods/getLoginUrl.js.map +1 -0
- package/types/methods/getLoginUrlInfo.d.ts +17 -0
- package/types/methods/getLoginUrlInfo.js +3 -0
- package/types/methods/getLoginUrlInfo.js.map +1 -0
- package/types/methods/getMainWebApp.d.ts +20 -0
- package/types/methods/getMainWebApp.js +3 -0
- package/types/methods/getMainWebApp.js.map +1 -0
- package/types/methods/getMapThumbnailFile.d.ts +24 -0
- package/types/methods/getMapThumbnailFile.js +3 -0
- package/types/methods/getMapThumbnailFile.js.map +1 -0
- package/types/methods/getMarkdownText.d.ts +15 -0
- package/types/methods/getMarkdownText.js +3 -0
- package/types/methods/getMarkdownText.js.map +1 -0
- package/types/methods/getMe.d.ts +8 -0
- package/types/methods/getMe.js +3 -0
- package/types/methods/getMe.js.map +1 -0
- package/types/methods/getMenuButton.d.ts +13 -0
- package/types/methods/getMenuButton.js +3 -0
- package/types/methods/getMenuButton.js.map +1 -0
- package/types/methods/getMessage.d.ts +15 -0
- package/types/methods/getMessage.js +3 -0
- package/types/methods/getMessage.js.map +1 -0
- package/types/methods/getMessageAddedReactions.d.ts +22 -0
- package/types/methods/getMessageAddedReactions.js +3 -0
- package/types/methods/getMessageAddedReactions.js.map +1 -0
- package/types/methods/getMessageAuthor.d.ts +15 -0
- package/types/methods/getMessageAuthor.js +3 -0
- package/types/methods/getMessageAuthor.js.map +1 -0
- package/types/methods/getMessageAvailableReactions.d.ts +17 -0
- package/types/methods/getMessageAvailableReactions.js +3 -0
- package/types/methods/getMessageAvailableReactions.js.map +1 -0
- package/types/methods/getMessageEffect.d.ts +13 -0
- package/types/methods/getMessageEffect.js +3 -0
- package/types/methods/getMessageEffect.js.map +1 -0
- package/types/methods/getMessageEmbeddingCode.d.ts +17 -0
- package/types/methods/getMessageEmbeddingCode.js +3 -0
- package/types/methods/getMessageEmbeddingCode.js.map +1 -0
- package/types/methods/getMessageFileType.d.ts +13 -0
- package/types/methods/getMessageFileType.js +3 -0
- package/types/methods/getMessageFileType.js.map +1 -0
- package/types/methods/getMessageImportConfirmationText.d.ts +13 -0
- package/types/methods/getMessageImportConfirmationText.js +3 -0
- package/types/methods/getMessageImportConfirmationText.js.map +1 -0
- package/types/methods/getMessageLink.d.ts +21 -0
- package/types/methods/getMessageLink.js +3 -0
- package/types/methods/getMessageLink.js.map +1 -0
- package/types/methods/getMessageLinkInfo.d.ts +13 -0
- package/types/methods/getMessageLinkInfo.js +3 -0
- package/types/methods/getMessageLinkInfo.js.map +1 -0
- package/types/methods/getMessageLocally.d.ts +15 -0
- package/types/methods/getMessageLocally.js +3 -0
- package/types/methods/getMessageLocally.js.map +1 -0
- package/types/methods/getMessageProperties.d.ts +15 -0
- package/types/methods/getMessageProperties.js +3 -0
- package/types/methods/getMessageProperties.js.map +1 -0
- package/types/methods/getMessagePublicForwards.d.ts +19 -0
- package/types/methods/getMessagePublicForwards.js +3 -0
- package/types/methods/getMessagePublicForwards.js.map +1 -0
- package/types/methods/getMessageReadDate.d.ts +15 -0
- package/types/methods/getMessageReadDate.js +3 -0
- package/types/methods/getMessageReadDate.js.map +1 -0
- package/types/methods/getMessageStatistics.d.ts +17 -0
- package/types/methods/getMessageStatistics.js +3 -0
- package/types/methods/getMessageStatistics.js.map +1 -0
- package/types/methods/getMessageThread.d.ts +15 -0
- package/types/methods/getMessageThread.js +3 -0
- package/types/methods/getMessageThread.js.map +1 -0
- package/types/methods/getMessageThreadHistory.d.ts +21 -0
- package/types/methods/getMessageThreadHistory.js +3 -0
- package/types/methods/getMessageThreadHistory.js.map +1 -0
- package/types/methods/getMessageViewers.d.ts +15 -0
- package/types/methods/getMessageViewers.js +3 -0
- package/types/methods/getMessageViewers.js.map +1 -0
- package/types/methods/getMessages.d.ts +15 -0
- package/types/methods/getMessages.js +3 -0
- package/types/methods/getMessages.js.map +1 -0
- package/types/methods/getNetworkStatistics.d.ts +13 -0
- package/types/methods/getNetworkStatistics.js +3 -0
- package/types/methods/getNetworkStatistics.js.map +1 -0
- package/types/methods/getNewChatPrivacySettings.d.ts +8 -0
- package/types/methods/getNewChatPrivacySettings.js +3 -0
- package/types/methods/getNewChatPrivacySettings.js.map +1 -0
- package/types/methods/getOption.d.ts +14 -0
- package/types/methods/getOption.js +3 -0
- package/types/methods/getOption.js.map +1 -0
- package/types/methods/getOwnedBots.d.ts +8 -0
- package/types/methods/getOwnedBots.js +3 -0
- package/types/methods/getOwnedBots.js.map +1 -0
- package/types/methods/getOwnedStickerSets.d.ts +15 -0
- package/types/methods/getOwnedStickerSets.js +3 -0
- package/types/methods/getOwnedStickerSets.js.map +1 -0
- package/types/methods/getPaidMessageRevenue.d.ts +13 -0
- package/types/methods/getPaidMessageRevenue.js +3 -0
- package/types/methods/getPaidMessageRevenue.js.map +1 -0
- package/types/methods/getPasskeyParameters.d.ts +8 -0
- package/types/methods/getPasskeyParameters.js +3 -0
- package/types/methods/getPasskeyParameters.js.map +1 -0
- package/types/methods/getPassportAuthorizationForm.d.ts +19 -0
- package/types/methods/getPassportAuthorizationForm.js +3 -0
- package/types/methods/getPassportAuthorizationForm.js.map +1 -0
- package/types/methods/getPassportAuthorizationFormAvailableElements.d.ts +15 -0
- package/types/methods/getPassportAuthorizationFormAvailableElements.js +3 -0
- package/types/methods/getPassportAuthorizationFormAvailableElements.js.map +1 -0
- package/types/methods/getPassportElement.d.ts +16 -0
- package/types/methods/getPassportElement.js +3 -0
- package/types/methods/getPassportElement.js.map +1 -0
- package/types/methods/getPasswordState.d.ts +8 -0
- package/types/methods/getPasswordState.js +3 -0
- package/types/methods/getPasswordState.js.map +1 -0
- package/types/methods/getPaymentForm.d.ts +16 -0
- package/types/methods/getPaymentForm.js +3 -0
- package/types/methods/getPaymentForm.js.map +1 -0
- package/types/methods/getPaymentReceipt.d.ts +15 -0
- package/types/methods/getPaymentReceipt.js +3 -0
- package/types/methods/getPaymentReceipt.js.map +1 -0
- package/types/methods/getPhoneNumberInfo.d.ts +13 -0
- package/types/methods/getPhoneNumberInfo.js +3 -0
- package/types/methods/getPhoneNumberInfo.js.map +1 -0
- package/types/methods/getPhoneNumberInfoSync.d.ts +16 -0
- package/types/methods/getPhoneNumberInfoSync.js +3 -0
- package/types/methods/getPhoneNumberInfoSync.js.map +1 -0
- package/types/methods/getPollVoters.d.ts +21 -0
- package/types/methods/getPollVoters.js +3 -0
- package/types/methods/getPollVoters.js.map +1 -0
- package/types/methods/getPreferredCountryLanguage.d.ts +13 -0
- package/types/methods/getPreferredCountryLanguage.js +3 -0
- package/types/methods/getPreferredCountryLanguage.js.map +1 -0
- package/types/methods/getPremiumFeatures.d.ts +14 -0
- package/types/methods/getPremiumFeatures.js +3 -0
- package/types/methods/getPremiumFeatures.js.map +1 -0
- package/types/methods/getPremiumGiftPaymentOptions.d.ts +8 -0
- package/types/methods/getPremiumGiftPaymentOptions.js +3 -0
- package/types/methods/getPremiumGiftPaymentOptions.js.map +1 -0
- package/types/methods/getPremiumGiveawayPaymentOptions.d.ts +13 -0
- package/types/methods/getPremiumGiveawayPaymentOptions.js +3 -0
- package/types/methods/getPremiumGiveawayPaymentOptions.js.map +1 -0
- package/types/methods/getPremiumInfoSticker.d.ts +13 -0
- package/types/methods/getPremiumInfoSticker.js +3 -0
- package/types/methods/getPremiumInfoSticker.js.map +1 -0
- package/types/methods/getPremiumLimit.d.ts +14 -0
- package/types/methods/getPremiumLimit.js +3 -0
- package/types/methods/getPremiumLimit.js.map +1 -0
- package/types/methods/getPremiumState.d.ts +8 -0
- package/types/methods/getPremiumState.js +3 -0
- package/types/methods/getPremiumState.js.map +1 -0
- package/types/methods/getPremiumStickerExamples.d.ts +8 -0
- package/types/methods/getPremiumStickerExamples.js +3 -0
- package/types/methods/getPremiumStickerExamples.js.map +1 -0
- package/types/methods/getPremiumStickers.d.ts +13 -0
- package/types/methods/getPremiumStickers.js +3 -0
- package/types/methods/getPremiumStickers.js.map +1 -0
- package/types/methods/getPreparedInlineMessage.d.ts +15 -0
- package/types/methods/getPreparedInlineMessage.js +3 -0
- package/types/methods/getPreparedInlineMessage.js.map +1 -0
- package/types/methods/getProxies.d.ts +8 -0
- package/types/methods/getProxies.js +3 -0
- package/types/methods/getProxies.js.map +1 -0
- package/types/methods/getPublicPostSearchLimits.d.ts +13 -0
- package/types/methods/getPublicPostSearchLimits.js +3 -0
- package/types/methods/getPublicPostSearchLimits.js.map +1 -0
- package/types/methods/getPushReceiverId.d.ts +14 -0
- package/types/methods/getPushReceiverId.js +3 -0
- package/types/methods/getPushReceiverId.js.map +1 -0
- package/types/methods/getReadDatePrivacySettings.d.ts +8 -0
- package/types/methods/getReadDatePrivacySettings.js +3 -0
- package/types/methods/getReadDatePrivacySettings.js.map +1 -0
- package/types/methods/getReceivedGift.d.ts +13 -0
- package/types/methods/getReceivedGift.js +3 -0
- package/types/methods/getReceivedGift.js.map +1 -0
- package/types/methods/getReceivedGifts.d.ts +40 -0
- package/types/methods/getReceivedGifts.js +3 -0
- package/types/methods/getReceivedGifts.js.map +1 -0
- package/types/methods/getRecentEmojiStatuses.d.ts +8 -0
- package/types/methods/getRecentEmojiStatuses.js +3 -0
- package/types/methods/getRecentEmojiStatuses.js.map +1 -0
- package/types/methods/getRecentInlineBots.d.ts +8 -0
- package/types/methods/getRecentInlineBots.js +3 -0
- package/types/methods/getRecentInlineBots.js.map +1 -0
- package/types/methods/getRecentStickers.d.ts +13 -0
- package/types/methods/getRecentStickers.js +3 -0
- package/types/methods/getRecentStickers.js.map +1 -0
- package/types/methods/getRecentlyOpenedChats.d.ts +13 -0
- package/types/methods/getRecentlyOpenedChats.js +3 -0
- package/types/methods/getRecentlyOpenedChats.js.map +1 -0
- package/types/methods/getRecentlyVisitedTMeUrls.d.ts +13 -0
- package/types/methods/getRecentlyVisitedTMeUrls.js +3 -0
- package/types/methods/getRecentlyVisitedTMeUrls.js.map +1 -0
- package/types/methods/getRecommendedChatFolders.d.ts +8 -0
- package/types/methods/getRecommendedChatFolders.js +3 -0
- package/types/methods/getRecommendedChatFolders.js.map +1 -0
- package/types/methods/getRecommendedChats.d.ts +8 -0
- package/types/methods/getRecommendedChats.js +3 -0
- package/types/methods/getRecommendedChats.js.map +1 -0
- package/types/methods/getRecoveryEmailAddress.d.ts +13 -0
- package/types/methods/getRecoveryEmailAddress.js +3 -0
- package/types/methods/getRecoveryEmailAddress.js.map +1 -0
- package/types/methods/getRemoteFile.d.ts +16 -0
- package/types/methods/getRemoteFile.js +3 -0
- package/types/methods/getRemoteFile.js.map +1 -0
- package/types/methods/getRepliedMessage.d.ts +15 -0
- package/types/methods/getRepliedMessage.js +3 -0
- package/types/methods/getRepliedMessage.js.map +1 -0
- package/types/methods/getSavedAnimations.d.ts +8 -0
- package/types/methods/getSavedAnimations.js +3 -0
- package/types/methods/getSavedAnimations.js.map +1 -0
- package/types/methods/getSavedMessagesTags.d.ts +13 -0
- package/types/methods/getSavedMessagesTags.js +3 -0
- package/types/methods/getSavedMessagesTags.js.map +1 -0
- package/types/methods/getSavedMessagesTopicHistory.d.ts +19 -0
- package/types/methods/getSavedMessagesTopicHistory.js +3 -0
- package/types/methods/getSavedMessagesTopicHistory.js.map +1 -0
- package/types/methods/getSavedMessagesTopicMessageByDate.d.ts +15 -0
- package/types/methods/getSavedMessagesTopicMessageByDate.js +3 -0
- package/types/methods/getSavedMessagesTopicMessageByDate.js.map +1 -0
- package/types/methods/getSavedNotificationSound.d.ts +13 -0
- package/types/methods/getSavedNotificationSound.js +3 -0
- package/types/methods/getSavedNotificationSound.js.map +1 -0
- package/types/methods/getSavedNotificationSounds.d.ts +8 -0
- package/types/methods/getSavedNotificationSounds.js +3 -0
- package/types/methods/getSavedNotificationSounds.js.map +1 -0
- package/types/methods/getSavedOrderInfo.d.ts +8 -0
- package/types/methods/getSavedOrderInfo.js +3 -0
- package/types/methods/getSavedOrderInfo.js.map +1 -0
- package/types/methods/getScopeNotificationSettings.d.ts +14 -0
- package/types/methods/getScopeNotificationSettings.js +3 -0
- package/types/methods/getScopeNotificationSettings.js.map +1 -0
- package/types/methods/getSearchSponsoredChats.d.ts +13 -0
- package/types/methods/getSearchSponsoredChats.js +3 -0
- package/types/methods/getSearchSponsoredChats.js.map +1 -0
- package/types/methods/getSearchedForTags.d.ts +15 -0
- package/types/methods/getSearchedForTags.js +3 -0
- package/types/methods/getSearchedForTags.js.map +1 -0
- package/types/methods/getSecretChat.d.ts +13 -0
- package/types/methods/getSecretChat.js +3 -0
- package/types/methods/getSecretChat.js.map +1 -0
- package/types/methods/getStakeDiceState.d.ts +8 -0
- package/types/methods/getStakeDiceState.js +3 -0
- package/types/methods/getStakeDiceState.js.map +1 -0
- package/types/methods/getStarAdAccountUrl.d.ts +14 -0
- package/types/methods/getStarAdAccountUrl.js +3 -0
- package/types/methods/getStarAdAccountUrl.js.map +1 -0
- package/types/methods/getStarGiftPaymentOptions.d.ts +13 -0
- package/types/methods/getStarGiftPaymentOptions.js +3 -0
- package/types/methods/getStarGiftPaymentOptions.js.map +1 -0
- package/types/methods/getStarGiveawayPaymentOptions.d.ts +8 -0
- package/types/methods/getStarGiveawayPaymentOptions.js +3 -0
- package/types/methods/getStarGiveawayPaymentOptions.js.map +1 -0
- package/types/methods/getStarPaymentOptions.d.ts +8 -0
- package/types/methods/getStarPaymentOptions.js +3 -0
- package/types/methods/getStarPaymentOptions.js.map +1 -0
- package/types/methods/getStarRevenueStatistics.d.ts +16 -0
- package/types/methods/getStarRevenueStatistics.js +3 -0
- package/types/methods/getStarRevenueStatistics.js.map +1 -0
- package/types/methods/getStarSubscriptions.d.ts +15 -0
- package/types/methods/getStarSubscriptions.js +3 -0
- package/types/methods/getStarSubscriptions.js.map +1 -0
- package/types/methods/getStarTransactions.d.ts +22 -0
- package/types/methods/getStarTransactions.js +3 -0
- package/types/methods/getStarTransactions.js.map +1 -0
- package/types/methods/getStarWithdrawalUrl.d.ts +18 -0
- package/types/methods/getStarWithdrawalUrl.js +3 -0
- package/types/methods/getStarWithdrawalUrl.js.map +1 -0
- package/types/methods/getStatisticalGraph.d.ts +17 -0
- package/types/methods/getStatisticalGraph.js +3 -0
- package/types/methods/getStatisticalGraph.js.map +1 -0
- package/types/methods/getStickerEmojis.d.ts +14 -0
- package/types/methods/getStickerEmojis.js +3 -0
- package/types/methods/getStickerEmojis.js.map +1 -0
- package/types/methods/getStickerOutline.d.ts +17 -0
- package/types/methods/getStickerOutline.js +3 -0
- package/types/methods/getStickerOutline.js.map +1 -0
- package/types/methods/getStickerOutlineSvgPath.d.ts +17 -0
- package/types/methods/getStickerOutlineSvgPath.js +3 -0
- package/types/methods/getStickerOutlineSvgPath.js.map +1 -0
- package/types/methods/getStickerSet.d.ts +13 -0
- package/types/methods/getStickerSet.js +3 -0
- package/types/methods/getStickerSet.js.map +1 -0
- package/types/methods/getStickerSetName.d.ts +13 -0
- package/types/methods/getStickerSetName.js +3 -0
- package/types/methods/getStickerSetName.js.map +1 -0
- package/types/methods/getStickers.d.ts +20 -0
- package/types/methods/getStickers.js +3 -0
- package/types/methods/getStickers.js.map +1 -0
- package/types/methods/getStorageStatistics.d.ts +13 -0
- package/types/methods/getStorageStatistics.js +3 -0
- package/types/methods/getStorageStatistics.js.map +1 -0
- package/types/methods/getStorageStatisticsFast.d.ts +8 -0
- package/types/methods/getStorageStatisticsFast.js +3 -0
- package/types/methods/getStorageStatisticsFast.js.map +1 -0
- package/types/methods/getStory.d.ts +17 -0
- package/types/methods/getStory.js +3 -0
- package/types/methods/getStory.js.map +1 -0
- package/types/methods/getStoryAlbumStories.d.ts +19 -0
- package/types/methods/getStoryAlbumStories.js +3 -0
- package/types/methods/getStoryAlbumStories.js.map +1 -0
- package/types/methods/getStoryAvailableReactions.d.ts +13 -0
- package/types/methods/getStoryAvailableReactions.js +3 -0
- package/types/methods/getStoryAvailableReactions.js.map +1 -0
- package/types/methods/getStoryInteractions.d.ts +25 -0
- package/types/methods/getStoryInteractions.js +3 -0
- package/types/methods/getStoryInteractions.js.map +1 -0
- package/types/methods/getStoryNotificationSettingsExceptions.d.ts +8 -0
- package/types/methods/getStoryNotificationSettingsExceptions.js +3 -0
- package/types/methods/getStoryNotificationSettingsExceptions.js.map +1 -0
- package/types/methods/getStoryPublicForwards.d.ts +19 -0
- package/types/methods/getStoryPublicForwards.js +3 -0
- package/types/methods/getStoryPublicForwards.js.map +1 -0
- package/types/methods/getStoryStatistics.d.ts +17 -0
- package/types/methods/getStoryStatistics.js +3 -0
- package/types/methods/getStoryStatistics.js.map +1 -0
- package/types/methods/getSuggestedFileName.d.ts +15 -0
- package/types/methods/getSuggestedFileName.js +3 -0
- package/types/methods/getSuggestedFileName.js.map +1 -0
- package/types/methods/getSuggestedStickerSetName.d.ts +13 -0
- package/types/methods/getSuggestedStickerSetName.js +3 -0
- package/types/methods/getSuggestedStickerSetName.js.map +1 -0
- package/types/methods/getSuitableDiscussionChats.d.ts +8 -0
- package/types/methods/getSuitableDiscussionChats.js +3 -0
- package/types/methods/getSuitableDiscussionChats.js.map +1 -0
- package/types/methods/getSuitablePersonalChats.d.ts +8 -0
- package/types/methods/getSuitablePersonalChats.js +3 -0
- package/types/methods/getSuitablePersonalChats.js.map +1 -0
- package/types/methods/getSupergroup.d.ts +13 -0
- package/types/methods/getSupergroup.js +3 -0
- package/types/methods/getSupergroup.js.map +1 -0
- package/types/methods/getSupergroupFullInfo.d.ts +13 -0
- package/types/methods/getSupergroupFullInfo.js +3 -0
- package/types/methods/getSupergroupFullInfo.js.map +1 -0
- package/types/methods/getSupergroupMembers.d.ts +20 -0
- package/types/methods/getSupergroupMembers.js +3 -0
- package/types/methods/getSupergroupMembers.js.map +1 -0
- package/types/methods/getSupportName.d.ts +8 -0
- package/types/methods/getSupportName.js +3 -0
- package/types/methods/getSupportName.js.map +1 -0
- package/types/methods/getSupportUser.d.ts +8 -0
- package/types/methods/getSupportUser.js +3 -0
- package/types/methods/getSupportUser.js.map +1 -0
- package/types/methods/getTemporaryPasswordState.d.ts +8 -0
- package/types/methods/getTemporaryPasswordState.js +3 -0
- package/types/methods/getTemporaryPasswordState.js.map +1 -0
- package/types/methods/getTextEntities.d.ts +14 -0
- package/types/methods/getTextEntities.js +3 -0
- package/types/methods/getTextEntities.js.map +1 -0
- package/types/methods/getThemeParametersJsonString.d.ts +15 -0
- package/types/methods/getThemeParametersJsonString.js +3 -0
- package/types/methods/getThemeParametersJsonString.js.map +1 -0
- package/types/methods/getThemedChatEmojiStatuses.d.ts +8 -0
- package/types/methods/getThemedChatEmojiStatuses.js +3 -0
- package/types/methods/getThemedChatEmojiStatuses.js.map +1 -0
- package/types/methods/getThemedEmojiStatuses.d.ts +8 -0
- package/types/methods/getThemedEmojiStatuses.js +3 -0
- package/types/methods/getThemedEmojiStatuses.js.map +1 -0
- package/types/methods/getTimeZones.d.ts +8 -0
- package/types/methods/getTimeZones.js +3 -0
- package/types/methods/getTimeZones.js.map +1 -0
- package/types/methods/getTonRevenueStatistics.d.ts +13 -0
- package/types/methods/getTonRevenueStatistics.js +3 -0
- package/types/methods/getTonRevenueStatistics.js.map +1 -0
- package/types/methods/getTonTransactions.d.ts +18 -0
- package/types/methods/getTonTransactions.js +3 -0
- package/types/methods/getTonTransactions.js.map +1 -0
- package/types/methods/getTonWithdrawalUrl.d.ts +13 -0
- package/types/methods/getTonWithdrawalUrl.js +3 -0
- package/types/methods/getTonWithdrawalUrl.js.map +1 -0
- package/types/methods/getTopChats.d.ts +16 -0
- package/types/methods/getTopChats.js +3 -0
- package/types/methods/getTopChats.js.map +1 -0
- package/types/methods/getTrendingStickerSets.d.ts +18 -0
- package/types/methods/getTrendingStickerSets.js +3 -0
- package/types/methods/getTrendingStickerSets.js.map +1 -0
- package/types/methods/getUpgradedGift.d.ts +13 -0
- package/types/methods/getUpgradedGift.js +3 -0
- package/types/methods/getUpgradedGift.js.map +1 -0
- package/types/methods/getUpgradedGiftEmojiStatuses.d.ts +8 -0
- package/types/methods/getUpgradedGiftEmojiStatuses.js +3 -0
- package/types/methods/getUpgradedGiftEmojiStatuses.js.map +1 -0
- package/types/methods/getUpgradedGiftValueInfo.d.ts +13 -0
- package/types/methods/getUpgradedGiftValueInfo.js +3 -0
- package/types/methods/getUpgradedGiftValueInfo.js.map +1 -0
- package/types/methods/getUpgradedGiftVariants.d.ts +17 -0
- package/types/methods/getUpgradedGiftVariants.js +3 -0
- package/types/methods/getUpgradedGiftVariants.js.map +1 -0
- package/types/methods/getUpgradedGiftWithdrawalUrl.d.ts +15 -0
- package/types/methods/getUpgradedGiftWithdrawalUrl.js +3 -0
- package/types/methods/getUpgradedGiftWithdrawalUrl.js.map +1 -0
- package/types/methods/getUpgradedGiftsPromotionalAnimation.d.ts +8 -0
- package/types/methods/getUpgradedGiftsPromotionalAnimation.js +3 -0
- package/types/methods/getUpgradedGiftsPromotionalAnimation.js.map +1 -0
- package/types/methods/getUser.d.ts +13 -0
- package/types/methods/getUser.js +3 -0
- package/types/methods/getUser.js.map +1 -0
- package/types/methods/getUserChatBoosts.d.ts +15 -0
- package/types/methods/getUserChatBoosts.js +3 -0
- package/types/methods/getUserChatBoosts.js.map +1 -0
- package/types/methods/getUserFullInfo.d.ts +13 -0
- package/types/methods/getUserFullInfo.js +3 -0
- package/types/methods/getUserFullInfo.js.map +1 -0
- package/types/methods/getUserLink.d.ts +8 -0
- package/types/methods/getUserLink.js +3 -0
- package/types/methods/getUserLink.js.map +1 -0
- package/types/methods/getUserPrivacySettingRules.d.ts +14 -0
- package/types/methods/getUserPrivacySettingRules.js +3 -0
- package/types/methods/getUserPrivacySettingRules.js.map +1 -0
- package/types/methods/getUserProfileAudios.d.ts +17 -0
- package/types/methods/getUserProfileAudios.js +3 -0
- package/types/methods/getUserProfileAudios.js.map +1 -0
- package/types/methods/getUserProfilePhotos.d.ts +17 -0
- package/types/methods/getUserProfilePhotos.js +3 -0
- package/types/methods/getUserProfilePhotos.js.map +1 -0
- package/types/methods/getUserSupportInfo.d.ts +13 -0
- package/types/methods/getUserSupportInfo.js +3 -0
- package/types/methods/getUserSupportInfo.js.map +1 -0
- package/types/methods/getVideoChatAvailableParticipants.d.ts +13 -0
- package/types/methods/getVideoChatAvailableParticipants.js +3 -0
- package/types/methods/getVideoChatAvailableParticipants.js.map +1 -0
- package/types/methods/getVideoChatInviteLink.d.ts +15 -0
- package/types/methods/getVideoChatInviteLink.js +3 -0
- package/types/methods/getVideoChatInviteLink.js.map +1 -0
- package/types/methods/getVideoChatRtmpUrl.d.ts +13 -0
- package/types/methods/getVideoChatRtmpUrl.js +3 -0
- package/types/methods/getVideoChatRtmpUrl.js.map +1 -0
- package/types/methods/getVideoMessageAdvertisements.d.ts +15 -0
- package/types/methods/getVideoMessageAdvertisements.js +3 -0
- package/types/methods/getVideoMessageAdvertisements.js.map +1 -0
- package/types/methods/getWebAppLinkUrl.d.ts +24 -0
- package/types/methods/getWebAppLinkUrl.js +3 -0
- package/types/methods/getWebAppLinkUrl.js.map +1 -0
- package/types/methods/getWebAppPlaceholder.d.ts +13 -0
- package/types/methods/getWebAppPlaceholder.js +3 -0
- package/types/methods/getWebAppPlaceholder.js.map +1 -0
- package/types/methods/getWebAppUrl.d.ts +18 -0
- package/types/methods/getWebAppUrl.js +3 -0
- package/types/methods/getWebAppUrl.js.map +1 -0
- package/types/methods/getWebPageInstantView.d.ts +15 -0
- package/types/methods/getWebPageInstantView.js +3 -0
- package/types/methods/getWebPageInstantView.js.map +1 -0
- package/types/methods/giftPremiumWithStars.d.ts +20 -0
- package/types/methods/giftPremiumWithStars.js +3 -0
- package/types/methods/giftPremiumWithStars.js.map +1 -0
- package/types/methods/hideContactCloseBirthdays.d.ts +8 -0
- package/types/methods/hideContactCloseBirthdays.js +3 -0
- package/types/methods/hideContactCloseBirthdays.js.map +1 -0
- package/types/methods/hideSuggestedAction.d.ts +14 -0
- package/types/methods/hideSuggestedAction.js +3 -0
- package/types/methods/hideSuggestedAction.js.map +1 -0
- package/types/methods/importContacts.d.ts +14 -0
- package/types/methods/importContacts.js +3 -0
- package/types/methods/importContacts.js.map +1 -0
- package/types/methods/importMessages.d.ts +18 -0
- package/types/methods/importMessages.js +3 -0
- package/types/methods/importMessages.js.map +1 -0
- package/types/methods/increaseGiftAuctionBid.d.ts +15 -0
- package/types/methods/increaseGiftAuctionBid.js +3 -0
- package/types/methods/increaseGiftAuctionBid.js.map +1 -0
- package/types/methods/index.d.ts +956 -0
- package/types/methods/index.js +969 -0
- package/types/methods/index.js.map +1 -0
- package/types/methods/inviteGroupCallParticipant.d.ts +17 -0
- package/types/methods/inviteGroupCallParticipant.js +3 -0
- package/types/methods/inviteGroupCallParticipant.js.map +1 -0
- package/types/methods/inviteVideoChatParticipants.d.ts +15 -0
- package/types/methods/inviteVideoChatParticipants.js +3 -0
- package/types/methods/inviteVideoChatParticipants.js.map +1 -0
- package/types/methods/isLoginEmailAddressRequired.d.ts +8 -0
- package/types/methods/isLoginEmailAddressRequired.js +3 -0
- package/types/methods/isLoginEmailAddressRequired.js.map +1 -0
- package/types/methods/isProfileAudio.d.ts +13 -0
- package/types/methods/isProfileAudio.js +3 -0
- package/types/methods/isProfileAudio.js.map +1 -0
- package/types/methods/joinChat.d.ts +13 -0
- package/types/methods/joinChat.js +3 -0
- package/types/methods/joinChat.js.map +1 -0
- package/types/methods/joinChatByInviteLink.d.ts +13 -0
- package/types/methods/joinChatByInviteLink.js +3 -0
- package/types/methods/joinChatByInviteLink.js.map +1 -0
- package/types/methods/joinGroupCall.d.ts +16 -0
- package/types/methods/joinGroupCall.js +3 -0
- package/types/methods/joinGroupCall.js.map +1 -0
- package/types/methods/joinLiveStory.d.ts +16 -0
- package/types/methods/joinLiveStory.js +3 -0
- package/types/methods/joinLiveStory.js.map +1 -0
- package/types/methods/joinVideoChat.d.ts +20 -0
- package/types/methods/joinVideoChat.js +3 -0
- package/types/methods/joinVideoChat.js.map +1 -0
- package/types/methods/launchPrepaidGiveaway.d.ts +20 -0
- package/types/methods/launchPrepaidGiveaway.js +3 -0
- package/types/methods/launchPrepaidGiveaway.js.map +1 -0
- package/types/methods/leaveChat.d.ts +13 -0
- package/types/methods/leaveChat.js +3 -0
- package/types/methods/leaveChat.js.map +1 -0
- package/types/methods/leaveGroupCall.d.ts +13 -0
- package/types/methods/leaveGroupCall.js +3 -0
- package/types/methods/leaveGroupCall.js.map +1 -0
- package/types/methods/loadActiveStories.d.ts +14 -0
- package/types/methods/loadActiveStories.js +3 -0
- package/types/methods/loadActiveStories.js.map +1 -0
- package/types/methods/loadChats.d.ts +16 -0
- package/types/methods/loadChats.js +3 -0
- package/types/methods/loadChats.js.map +1 -0
- package/types/methods/loadDirectMessagesChatTopics.d.ts +15 -0
- package/types/methods/loadDirectMessagesChatTopics.js +3 -0
- package/types/methods/loadDirectMessagesChatTopics.js.map +1 -0
- package/types/methods/loadGroupCallParticipants.d.ts +15 -0
- package/types/methods/loadGroupCallParticipants.js +3 -0
- package/types/methods/loadGroupCallParticipants.js.map +1 -0
- package/types/methods/loadQuickReplyShortcutMessages.d.ts +13 -0
- package/types/methods/loadQuickReplyShortcutMessages.js +3 -0
- package/types/methods/loadQuickReplyShortcutMessages.js.map +1 -0
- package/types/methods/loadQuickReplyShortcuts.d.ts +8 -0
- package/types/methods/loadQuickReplyShortcuts.js +3 -0
- package/types/methods/loadQuickReplyShortcuts.js.map +1 -0
- package/types/methods/loadSavedMessagesTopics.d.ts +13 -0
- package/types/methods/loadSavedMessagesTopics.js +3 -0
- package/types/methods/loadSavedMessagesTopics.js.map +1 -0
- package/types/methods/logOut.d.ts +8 -0
- package/types/methods/logOut.js +3 -0
- package/types/methods/logOut.js.map +1 -0
- package/types/methods/markChecklistTasksAsDone.d.ts +19 -0
- package/types/methods/markChecklistTasksAsDone.js +3 -0
- package/types/methods/markChecklistTasksAsDone.js.map +1 -0
- package/types/methods/openBotSimilarBot.d.ts +15 -0
- package/types/methods/openBotSimilarBot.js +3 -0
- package/types/methods/openBotSimilarBot.js.map +1 -0
- package/types/methods/openChat.d.ts +13 -0
- package/types/methods/openChat.js +3 -0
- package/types/methods/openChat.js.map +1 -0
- package/types/methods/openChatSimilarChat.d.ts +15 -0
- package/types/methods/openChatSimilarChat.js +3 -0
- package/types/methods/openChatSimilarChat.js.map +1 -0
- package/types/methods/openGiftAuction.d.ts +13 -0
- package/types/methods/openGiftAuction.js +3 -0
- package/types/methods/openGiftAuction.js.map +1 -0
- package/types/methods/openMessageContent.d.ts +15 -0
- package/types/methods/openMessageContent.js +3 -0
- package/types/methods/openMessageContent.js.map +1 -0
- package/types/methods/openSponsoredChat.d.ts +13 -0
- package/types/methods/openSponsoredChat.js +3 -0
- package/types/methods/openSponsoredChat.js.map +1 -0
- package/types/methods/openStory.d.ts +15 -0
- package/types/methods/openStory.js +3 -0
- package/types/methods/openStory.js.map +1 -0
- package/types/methods/openWebApp.d.ts +24 -0
- package/types/methods/openWebApp.js +3 -0
- package/types/methods/openWebApp.js.map +1 -0
- package/types/methods/optimizeStorage.d.ts +30 -0
- package/types/methods/optimizeStorage.js +3 -0
- package/types/methods/optimizeStorage.js.map +1 -0
- package/types/methods/parseMarkdown.d.ts +15 -0
- package/types/methods/parseMarkdown.js +3 -0
- package/types/methods/parseMarkdown.js.map +1 -0
- package/types/methods/parseTextEntities.d.ts +17 -0
- package/types/methods/parseTextEntities.js +3 -0
- package/types/methods/parseTextEntities.js.map +1 -0
- package/types/methods/pinChatMessage.d.ts +19 -0
- package/types/methods/pinChatMessage.js +3 -0
- package/types/methods/pinChatMessage.js.map +1 -0
- package/types/methods/pingProxy.d.ts +14 -0
- package/types/methods/pingProxy.js +3 -0
- package/types/methods/pingProxy.js.map +1 -0
- package/types/methods/placeGiftAuctionBid.d.ts +22 -0
- package/types/methods/placeGiftAuctionBid.js +3 -0
- package/types/methods/placeGiftAuctionBid.js.map +1 -0
- package/types/methods/postStory.d.ts +32 -0
- package/types/methods/postStory.js +3 -0
- package/types/methods/postStory.js.map +1 -0
- package/types/methods/preliminaryUploadFile.d.ts +18 -0
- package/types/methods/preliminaryUploadFile.js +3 -0
- package/types/methods/preliminaryUploadFile.js.map +1 -0
- package/types/methods/processChatFolderNewChats.d.ts +15 -0
- package/types/methods/processChatFolderNewChats.js +3 -0
- package/types/methods/processChatFolderNewChats.js.map +1 -0
- package/types/methods/processChatJoinRequest.d.ts +17 -0
- package/types/methods/processChatJoinRequest.js +3 -0
- package/types/methods/processChatJoinRequest.js.map +1 -0
- package/types/methods/processChatJoinRequests.d.ts +17 -0
- package/types/methods/processChatJoinRequests.js +3 -0
- package/types/methods/processChatJoinRequests.js.map +1 -0
- package/types/methods/processGiftPurchaseOffer.d.ts +15 -0
- package/types/methods/processGiftPurchaseOffer.js +3 -0
- package/types/methods/processGiftPurchaseOffer.js.map +1 -0
- package/types/methods/processPushNotification.d.ts +13 -0
- package/types/methods/processPushNotification.js +3 -0
- package/types/methods/processPushNotification.js.map +1 -0
- package/types/methods/rateSpeechRecognition.d.ts +17 -0
- package/types/methods/rateSpeechRecognition.js +3 -0
- package/types/methods/rateSpeechRecognition.js.map +1 -0
- package/types/methods/readAllChatMentions.d.ts +13 -0
- package/types/methods/readAllChatMentions.js +3 -0
- package/types/methods/readAllChatMentions.js.map +1 -0
- package/types/methods/readAllChatReactions.d.ts +13 -0
- package/types/methods/readAllChatReactions.js +3 -0
- package/types/methods/readAllChatReactions.js.map +1 -0
- package/types/methods/readAllDirectMessagesChatTopicReactions.d.ts +15 -0
- package/types/methods/readAllDirectMessagesChatTopicReactions.js +3 -0
- package/types/methods/readAllDirectMessagesChatTopicReactions.js.map +1 -0
- package/types/methods/readAllForumTopicMentions.d.ts +15 -0
- package/types/methods/readAllForumTopicMentions.js +3 -0
- package/types/methods/readAllForumTopicMentions.js.map +1 -0
- package/types/methods/readAllForumTopicReactions.d.ts +15 -0
- package/types/methods/readAllForumTopicReactions.js +3 -0
- package/types/methods/readAllForumTopicReactions.js.map +1 -0
- package/types/methods/readBusinessMessage.d.ts +17 -0
- package/types/methods/readBusinessMessage.js +3 -0
- package/types/methods/readBusinessMessage.js.map +1 -0
- package/types/methods/readChatList.d.ts +14 -0
- package/types/methods/readChatList.js +3 -0
- package/types/methods/readChatList.js.map +1 -0
- package/types/methods/readFilePart.d.ts +17 -0
- package/types/methods/readFilePart.js +3 -0
- package/types/methods/readFilePart.js.map +1 -0
- package/types/methods/readdQuickReplyShortcutMessages.d.ts +15 -0
- package/types/methods/readdQuickReplyShortcutMessages.js +3 -0
- package/types/methods/readdQuickReplyShortcutMessages.js.map +1 -0
- package/types/methods/recognizeSpeech.d.ts +15 -0
- package/types/methods/recognizeSpeech.js +3 -0
- package/types/methods/recognizeSpeech.js.map +1 -0
- package/types/methods/recoverAuthenticationPassword.d.ts +17 -0
- package/types/methods/recoverAuthenticationPassword.js +3 -0
- package/types/methods/recoverAuthenticationPassword.js.map +1 -0
- package/types/methods/recoverPassword.d.ts +17 -0
- package/types/methods/recoverPassword.js +3 -0
- package/types/methods/recoverPassword.js.map +1 -0
- package/types/methods/refundStarPayment.d.ts +15 -0
- package/types/methods/refundStarPayment.js +3 -0
- package/types/methods/refundStarPayment.js.map +1 -0
- package/types/methods/registerDevice.d.ts +16 -0
- package/types/methods/registerDevice.js +3 -0
- package/types/methods/registerDevice.js.map +1 -0
- package/types/methods/registerUser.d.ts +17 -0
- package/types/methods/registerUser.js +3 -0
- package/types/methods/registerUser.js.map +1 -0
- package/types/methods/removeAllFilesFromDownloads.d.ts +17 -0
- package/types/methods/removeAllFilesFromDownloads.js +3 -0
- package/types/methods/removeAllFilesFromDownloads.js.map +1 -0
- package/types/methods/removeBusinessConnectedBotFromChat.d.ts +13 -0
- package/types/methods/removeBusinessConnectedBotFromChat.js +3 -0
- package/types/methods/removeBusinessConnectedBotFromChat.js.map +1 -0
- package/types/methods/removeChatActionBar.d.ts +13 -0
- package/types/methods/removeChatActionBar.js +3 -0
- package/types/methods/removeChatActionBar.js.map +1 -0
- package/types/methods/removeContacts.d.ts +13 -0
- package/types/methods/removeContacts.js +3 -0
- package/types/methods/removeContacts.js.map +1 -0
- package/types/methods/removeFavoriteSticker.d.ts +14 -0
- package/types/methods/removeFavoriteSticker.js +3 -0
- package/types/methods/removeFavoriteSticker.js.map +1 -0
- package/types/methods/removeFileFromDownloads.d.ts +15 -0
- package/types/methods/removeFileFromDownloads.js +3 -0
- package/types/methods/removeFileFromDownloads.js.map +1 -0
- package/types/methods/removeGiftCollectionGifts.d.ts +18 -0
- package/types/methods/removeGiftCollectionGifts.js +3 -0
- package/types/methods/removeGiftCollectionGifts.js.map +1 -0
- package/types/methods/removeInstalledBackground.d.ts +13 -0
- package/types/methods/removeInstalledBackground.js +3 -0
- package/types/methods/removeInstalledBackground.js.map +1 -0
- package/types/methods/removeLoginPasskey.d.ts +13 -0
- package/types/methods/removeLoginPasskey.js +3 -0
- package/types/methods/removeLoginPasskey.js.map +1 -0
- package/types/methods/removeMessageReaction.d.ts +18 -0
- package/types/methods/removeMessageReaction.js +3 -0
- package/types/methods/removeMessageReaction.js.map +1 -0
- package/types/methods/removeMessageSenderBotVerification.d.ts +16 -0
- package/types/methods/removeMessageSenderBotVerification.js +3 -0
- package/types/methods/removeMessageSenderBotVerification.js.map +1 -0
- package/types/methods/removeNotification.d.ts +15 -0
- package/types/methods/removeNotification.js +3 -0
- package/types/methods/removeNotification.js.map +1 -0
- package/types/methods/removeNotificationGroup.d.ts +15 -0
- package/types/methods/removeNotificationGroup.js +3 -0
- package/types/methods/removeNotificationGroup.js.map +1 -0
- package/types/methods/removePendingLiveStoryReactions.d.ts +13 -0
- package/types/methods/removePendingLiveStoryReactions.js +3 -0
- package/types/methods/removePendingLiveStoryReactions.js.map +1 -0
- package/types/methods/removePendingPaidMessageReactions.d.ts +15 -0
- package/types/methods/removePendingPaidMessageReactions.js +3 -0
- package/types/methods/removePendingPaidMessageReactions.js.map +1 -0
- package/types/methods/removeProfileAudio.d.ts +13 -0
- package/types/methods/removeProfileAudio.js +3 -0
- package/types/methods/removeProfileAudio.js.map +1 -0
- package/types/methods/removeProxy.d.ts +13 -0
- package/types/methods/removeProxy.js +3 -0
- package/types/methods/removeProxy.js.map +1 -0
- package/types/methods/removeRecentHashtag.d.ts +13 -0
- package/types/methods/removeRecentHashtag.js +3 -0
- package/types/methods/removeRecentHashtag.js.map +1 -0
- package/types/methods/removeRecentSticker.d.ts +16 -0
- package/types/methods/removeRecentSticker.js +3 -0
- package/types/methods/removeRecentSticker.js.map +1 -0
- package/types/methods/removeRecentlyFoundChat.d.ts +13 -0
- package/types/methods/removeRecentlyFoundChat.js +3 -0
- package/types/methods/removeRecentlyFoundChat.js.map +1 -0
- package/types/methods/removeSavedAnimation.d.ts +14 -0
- package/types/methods/removeSavedAnimation.js +3 -0
- package/types/methods/removeSavedAnimation.js.map +1 -0
- package/types/methods/removeSavedNotificationSound.d.ts +13 -0
- package/types/methods/removeSavedNotificationSound.js +3 -0
- package/types/methods/removeSavedNotificationSound.js.map +1 -0
- package/types/methods/removeSearchedForTag.d.ts +13 -0
- package/types/methods/removeSearchedForTag.js +3 -0
- package/types/methods/removeSearchedForTag.js.map +1 -0
- package/types/methods/removeStickerFromSet.d.ts +14 -0
- package/types/methods/removeStickerFromSet.js +3 -0
- package/types/methods/removeStickerFromSet.js.map +1 -0
- package/types/methods/removeStoryAlbumStories.d.ts +17 -0
- package/types/methods/removeStoryAlbumStories.js +3 -0
- package/types/methods/removeStoryAlbumStories.js.map +1 -0
- package/types/methods/removeTopChat.d.ts +16 -0
- package/types/methods/removeTopChat.js +3 -0
- package/types/methods/removeTopChat.js.map +1 -0
- package/types/methods/reorderActiveUsernames.d.ts +13 -0
- package/types/methods/reorderActiveUsernames.js +3 -0
- package/types/methods/reorderActiveUsernames.js.map +1 -0
- package/types/methods/reorderBotActiveUsernames.d.ts +15 -0
- package/types/methods/reorderBotActiveUsernames.js +3 -0
- package/types/methods/reorderBotActiveUsernames.js.map +1 -0
- package/types/methods/reorderBotMediaPreviews.d.ts +17 -0
- package/types/methods/reorderBotMediaPreviews.js +3 -0
- package/types/methods/reorderBotMediaPreviews.js.map +1 -0
- package/types/methods/reorderChatFolders.d.ts +15 -0
- package/types/methods/reorderChatFolders.js +3 -0
- package/types/methods/reorderChatFolders.js.map +1 -0
- package/types/methods/reorderGiftCollectionGifts.d.ts +18 -0
- package/types/methods/reorderGiftCollectionGifts.js +3 -0
- package/types/methods/reorderGiftCollectionGifts.js.map +1 -0
- package/types/methods/reorderGiftCollections.d.ts +16 -0
- package/types/methods/reorderGiftCollections.js +3 -0
- package/types/methods/reorderGiftCollections.js.map +1 -0
- package/types/methods/reorderInstalledStickerSets.d.ts +16 -0
- package/types/methods/reorderInstalledStickerSets.js +3 -0
- package/types/methods/reorderInstalledStickerSets.js.map +1 -0
- package/types/methods/reorderQuickReplyShortcuts.d.ts +13 -0
- package/types/methods/reorderQuickReplyShortcuts.js +3 -0
- package/types/methods/reorderQuickReplyShortcuts.js.map +1 -0
- package/types/methods/reorderStoryAlbumStories.d.ts +17 -0
- package/types/methods/reorderStoryAlbumStories.js +3 -0
- package/types/methods/reorderStoryAlbumStories.js.map +1 -0
- package/types/methods/reorderStoryAlbums.d.ts +15 -0
- package/types/methods/reorderStoryAlbums.js +3 -0
- package/types/methods/reorderStoryAlbums.js.map +1 -0
- package/types/methods/reorderSupergroupActiveUsernames.d.ts +15 -0
- package/types/methods/reorderSupergroupActiveUsernames.js +3 -0
- package/types/methods/reorderSupergroupActiveUsernames.js.map +1 -0
- package/types/methods/replaceLiveStoryRtmpUrl.d.ts +13 -0
- package/types/methods/replaceLiveStoryRtmpUrl.js +3 -0
- package/types/methods/replaceLiveStoryRtmpUrl.js.map +1 -0
- package/types/methods/replacePrimaryChatInviteLink.d.ts +13 -0
- package/types/methods/replacePrimaryChatInviteLink.js +3 -0
- package/types/methods/replacePrimaryChatInviteLink.js.map +1 -0
- package/types/methods/replaceStickerInSet.d.ts +20 -0
- package/types/methods/replaceStickerInSet.js +3 -0
- package/types/methods/replaceStickerInSet.js.map +1 -0
- package/types/methods/replaceVideoChatRtmpUrl.d.ts +13 -0
- package/types/methods/replaceVideoChatRtmpUrl.js +3 -0
- package/types/methods/replaceVideoChatRtmpUrl.js.map +1 -0
- package/types/methods/reportAuthenticationCodeMissing.d.ts +13 -0
- package/types/methods/reportAuthenticationCodeMissing.js +3 -0
- package/types/methods/reportAuthenticationCodeMissing.js.map +1 -0
- package/types/methods/reportChat.d.ts +19 -0
- package/types/methods/reportChat.js +3 -0
- package/types/methods/reportChat.js.map +1 -0
- package/types/methods/reportChatPhoto.d.ts +20 -0
- package/types/methods/reportChatPhoto.js +3 -0
- package/types/methods/reportChatPhoto.js.map +1 -0
- package/types/methods/reportChatSponsoredMessage.d.ts +17 -0
- package/types/methods/reportChatSponsoredMessage.js +3 -0
- package/types/methods/reportChatSponsoredMessage.js.map +1 -0
- package/types/methods/reportMessageReactions.d.ts +18 -0
- package/types/methods/reportMessageReactions.js +3 -0
- package/types/methods/reportMessageReactions.js.map +1 -0
- package/types/methods/reportPhoneNumberCodeMissing.d.ts +13 -0
- package/types/methods/reportPhoneNumberCodeMissing.js +3 -0
- package/types/methods/reportPhoneNumberCodeMissing.js.map +1 -0
- package/types/methods/reportSponsoredChat.d.ts +15 -0
- package/types/methods/reportSponsoredChat.js +3 -0
- package/types/methods/reportSponsoredChat.js.map +1 -0
- package/types/methods/reportStory.d.ts +19 -0
- package/types/methods/reportStory.js +3 -0
- package/types/methods/reportStory.js.map +1 -0
- package/types/methods/reportSupergroupAntiSpamFalsePositive.d.ts +15 -0
- package/types/methods/reportSupergroupAntiSpamFalsePositive.js +3 -0
- package/types/methods/reportSupergroupAntiSpamFalsePositive.js.map +1 -0
- package/types/methods/reportSupergroupSpam.d.ts +15 -0
- package/types/methods/reportSupergroupSpam.js +3 -0
- package/types/methods/reportSupergroupSpam.js.map +1 -0
- package/types/methods/reportVideoMessageAdvertisement.d.ts +15 -0
- package/types/methods/reportVideoMessageAdvertisement.js +3 -0
- package/types/methods/reportVideoMessageAdvertisement.js.map +1 -0
- package/types/methods/requestAuthenticationPasswordRecovery.d.ts +8 -0
- package/types/methods/requestAuthenticationPasswordRecovery.js +3 -0
- package/types/methods/requestAuthenticationPasswordRecovery.js.map +1 -0
- package/types/methods/requestPasswordRecovery.d.ts +8 -0
- package/types/methods/requestPasswordRecovery.js +3 -0
- package/types/methods/requestPasswordRecovery.js.map +1 -0
- package/types/methods/requestQrCodeAuthentication.d.ts +13 -0
- package/types/methods/requestQrCodeAuthentication.js +3 -0
- package/types/methods/requestQrCodeAuthentication.js.map +1 -0
- package/types/methods/resendAuthenticationCode.d.ts +14 -0
- package/types/methods/resendAuthenticationCode.js +3 -0
- package/types/methods/resendAuthenticationCode.js.map +1 -0
- package/types/methods/resendEmailAddressVerificationCode.d.ts +8 -0
- package/types/methods/resendEmailAddressVerificationCode.js +3 -0
- package/types/methods/resendEmailAddressVerificationCode.js.map +1 -0
- package/types/methods/resendLoginEmailAddressCode.d.ts +8 -0
- package/types/methods/resendLoginEmailAddressCode.js +3 -0
- package/types/methods/resendLoginEmailAddressCode.js.map +1 -0
- package/types/methods/resendMessages.d.ts +20 -0
- package/types/methods/resendMessages.js +3 -0
- package/types/methods/resendMessages.js.map +1 -0
- package/types/methods/resendPhoneNumberCode.d.ts +14 -0
- package/types/methods/resendPhoneNumberCode.js +3 -0
- package/types/methods/resendPhoneNumberCode.js.map +1 -0
- package/types/methods/resendRecoveryEmailAddressCode.d.ts +8 -0
- package/types/methods/resendRecoveryEmailAddressCode.js +3 -0
- package/types/methods/resendRecoveryEmailAddressCode.js.map +1 -0
- package/types/methods/resetAllNotificationSettings.d.ts +8 -0
- package/types/methods/resetAllNotificationSettings.js +3 -0
- package/types/methods/resetAllNotificationSettings.js.map +1 -0
- package/types/methods/resetAuthenticationEmailAddress.d.ts +8 -0
- package/types/methods/resetAuthenticationEmailAddress.js +3 -0
- package/types/methods/resetAuthenticationEmailAddress.js.map +1 -0
- package/types/methods/resetInstalledBackgrounds.d.ts +8 -0
- package/types/methods/resetInstalledBackgrounds.js +3 -0
- package/types/methods/resetInstalledBackgrounds.js.map +1 -0
- package/types/methods/resetNetworkStatistics.d.ts +8 -0
- package/types/methods/resetNetworkStatistics.js +3 -0
- package/types/methods/resetNetworkStatistics.js.map +1 -0
- package/types/methods/resetPassword.d.ts +8 -0
- package/types/methods/resetPassword.js +3 -0
- package/types/methods/resetPassword.js.map +1 -0
- package/types/methods/reuseStarSubscription.d.ts +13 -0
- package/types/methods/reuseStarSubscription.js +3 -0
- package/types/methods/reuseStarSubscription.js.map +1 -0
- package/types/methods/revokeChatInviteLink.d.ts +15 -0
- package/types/methods/revokeChatInviteLink.js +3 -0
- package/types/methods/revokeChatInviteLink.js.map +1 -0
- package/types/methods/revokeGroupCallInviteLink.d.ts +13 -0
- package/types/methods/revokeGroupCallInviteLink.js +3 -0
- package/types/methods/revokeGroupCallInviteLink.js.map +1 -0
- package/types/methods/saveApplicationLogEvent.d.ts +18 -0
- package/types/methods/saveApplicationLogEvent.js +3 -0
- package/types/methods/saveApplicationLogEvent.js.map +1 -0
- package/types/methods/savePreparedInlineMessage.d.ts +18 -0
- package/types/methods/savePreparedInlineMessage.js +3 -0
- package/types/methods/savePreparedInlineMessage.js.map +1 -0
- package/types/methods/searchAffiliatePrograms.d.ts +20 -0
- package/types/methods/searchAffiliatePrograms.js +3 -0
- package/types/methods/searchAffiliatePrograms.js.map +1 -0
- package/types/methods/searchBackground.d.ts +13 -0
- package/types/methods/searchBackground.js +3 -0
- package/types/methods/searchBackground.js.map +1 -0
- package/types/methods/searchCallMessages.d.ts +17 -0
- package/types/methods/searchCallMessages.js +3 -0
- package/types/methods/searchCallMessages.js.map +1 -0
- package/types/methods/searchChatAffiliateProgram.d.ts +15 -0
- package/types/methods/searchChatAffiliateProgram.js +3 -0
- package/types/methods/searchChatAffiliateProgram.js.map +1 -0
- package/types/methods/searchChatMembers.d.ts +20 -0
- package/types/methods/searchChatMembers.js +3 -0
- package/types/methods/searchChatMembers.js.map +1 -0
- package/types/methods/searchChatMessages.d.ts +28 -0
- package/types/methods/searchChatMessages.js +3 -0
- package/types/methods/searchChatMessages.js.map +1 -0
- package/types/methods/searchChatRecentLocationMessages.d.ts +15 -0
- package/types/methods/searchChatRecentLocationMessages.js +3 -0
- package/types/methods/searchChatRecentLocationMessages.js.map +1 -0
- package/types/methods/searchChats.d.ts +15 -0
- package/types/methods/searchChats.js +3 -0
- package/types/methods/searchChats.js.map +1 -0
- package/types/methods/searchChatsOnServer.d.ts +15 -0
- package/types/methods/searchChatsOnServer.js +3 -0
- package/types/methods/searchChatsOnServer.js.map +1 -0
- package/types/methods/searchContacts.d.ts +15 -0
- package/types/methods/searchContacts.js +3 -0
- package/types/methods/searchContacts.js.map +1 -0
- package/types/methods/searchEmojis.d.ts +15 -0
- package/types/methods/searchEmojis.js +3 -0
- package/types/methods/searchEmojis.js.map +1 -0
- package/types/methods/searchFileDownloads.d.ts +21 -0
- package/types/methods/searchFileDownloads.js +3 -0
- package/types/methods/searchFileDownloads.js.map +1 -0
- package/types/methods/searchGiftsForResale.d.ts +24 -0
- package/types/methods/searchGiftsForResale.js +3 -0
- package/types/methods/searchGiftsForResale.js.map +1 -0
- package/types/methods/searchHashtags.d.ts +15 -0
- package/types/methods/searchHashtags.js +3 -0
- package/types/methods/searchHashtags.js.map +1 -0
- package/types/methods/searchInstalledStickerSets.d.ts +18 -0
- package/types/methods/searchInstalledStickerSets.js +3 -0
- package/types/methods/searchInstalledStickerSets.js.map +1 -0
- package/types/methods/searchMessages.d.ts +28 -0
- package/types/methods/searchMessages.js +3 -0
- package/types/methods/searchMessages.js.map +1 -0
- package/types/methods/searchOutgoingDocumentMessages.d.ts +15 -0
- package/types/methods/searchOutgoingDocumentMessages.js +3 -0
- package/types/methods/searchOutgoingDocumentMessages.js.map +1 -0
- package/types/methods/searchPublicChat.d.ts +13 -0
- package/types/methods/searchPublicChat.js +3 -0
- package/types/methods/searchPublicChat.js.map +1 -0
- package/types/methods/searchPublicChats.d.ts +13 -0
- package/types/methods/searchPublicChats.js +3 -0
- package/types/methods/searchPublicChats.js.map +1 -0
- package/types/methods/searchPublicMessagesByTag.d.ts +17 -0
- package/types/methods/searchPublicMessagesByTag.js +3 -0
- package/types/methods/searchPublicMessagesByTag.js.map +1 -0
- package/types/methods/searchPublicPosts.d.ts +19 -0
- package/types/methods/searchPublicPosts.js +3 -0
- package/types/methods/searchPublicPosts.js.map +1 -0
- package/types/methods/searchPublicStoriesByLocation.d.ts +18 -0
- package/types/methods/searchPublicStoriesByLocation.js +3 -0
- package/types/methods/searchPublicStoriesByLocation.js.map +1 -0
- package/types/methods/searchPublicStoriesByTag.d.ts +19 -0
- package/types/methods/searchPublicStoriesByTag.js +3 -0
- package/types/methods/searchPublicStoriesByTag.js.map +1 -0
- package/types/methods/searchPublicStoriesByVenue.d.ts +19 -0
- package/types/methods/searchPublicStoriesByVenue.js +3 -0
- package/types/methods/searchPublicStoriesByVenue.js.map +1 -0
- package/types/methods/searchQuote.d.ts +19 -0
- package/types/methods/searchQuote.js +3 -0
- package/types/methods/searchQuote.js.map +1 -0
- package/types/methods/searchRecentlyFoundChats.d.ts +15 -0
- package/types/methods/searchRecentlyFoundChats.js +3 -0
- package/types/methods/searchRecentlyFoundChats.js.map +1 -0
- package/types/methods/searchSavedMessages.d.ts +24 -0
- package/types/methods/searchSavedMessages.js +3 -0
- package/types/methods/searchSavedMessages.js.map +1 -0
- package/types/methods/searchSecretMessages.d.ts +22 -0
- package/types/methods/searchSecretMessages.js +3 -0
- package/types/methods/searchSecretMessages.js.map +1 -0
- package/types/methods/searchStickerSet.d.ts +15 -0
- package/types/methods/searchStickerSet.js +3 -0
- package/types/methods/searchStickerSet.js.map +1 -0
- package/types/methods/searchStickerSets.d.ts +16 -0
- package/types/methods/searchStickerSets.js +3 -0
- package/types/methods/searchStickerSets.js.map +1 -0
- package/types/methods/searchStickers.d.ts +24 -0
- package/types/methods/searchStickers.js +3 -0
- package/types/methods/searchStickers.js.map +1 -0
- package/types/methods/searchStringsByPrefix.d.ts +20 -0
- package/types/methods/searchStringsByPrefix.js +3 -0
- package/types/methods/searchStringsByPrefix.js.map +1 -0
- package/types/methods/searchUserByPhoneNumber.d.ts +15 -0
- package/types/methods/searchUserByPhoneNumber.js +3 -0
- package/types/methods/searchUserByPhoneNumber.js.map +1 -0
- package/types/methods/searchUserByToken.d.ts +13 -0
- package/types/methods/searchUserByToken.js +3 -0
- package/types/methods/searchUserByToken.js.map +1 -0
- package/types/methods/searchWebApp.d.ts +15 -0
- package/types/methods/searchWebApp.js +3 -0
- package/types/methods/searchWebApp.js.map +1 -0
- package/types/methods/sellGift.d.ts +15 -0
- package/types/methods/sellGift.js +3 -0
- package/types/methods/sellGift.js.map +1 -0
- package/types/methods/sendAuthenticationFirebaseSms.d.ts +13 -0
- package/types/methods/sendAuthenticationFirebaseSms.js +3 -0
- package/types/methods/sendAuthenticationFirebaseSms.js.map +1 -0
- package/types/methods/sendBotStartMessage.d.ts +17 -0
- package/types/methods/sendBotStartMessage.js +3 -0
- package/types/methods/sendBotStartMessage.js.map +1 -0
- package/types/methods/sendBusinessMessage.d.ts +28 -0
- package/types/methods/sendBusinessMessage.js +3 -0
- package/types/methods/sendBusinessMessage.js.map +1 -0
- package/types/methods/sendBusinessMessageAlbum.d.ts +26 -0
- package/types/methods/sendBusinessMessageAlbum.js +3 -0
- package/types/methods/sendBusinessMessageAlbum.js.map +1 -0
- package/types/methods/sendCallDebugInformation.d.ts +15 -0
- package/types/methods/sendCallDebugInformation.js +3 -0
- package/types/methods/sendCallDebugInformation.js.map +1 -0
- package/types/methods/sendCallLog.d.ts +16 -0
- package/types/methods/sendCallLog.js +3 -0
- package/types/methods/sendCallLog.js.map +1 -0
- package/types/methods/sendCallRating.d.ts +20 -0
- package/types/methods/sendCallRating.js +3 -0
- package/types/methods/sendCallRating.js.map +1 -0
- package/types/methods/sendCallSignalingData.d.ts +15 -0
- package/types/methods/sendCallSignalingData.js +3 -0
- package/types/methods/sendCallSignalingData.js.map +1 -0
- package/types/methods/sendChatAction.d.ts +20 -0
- package/types/methods/sendChatAction.js +3 -0
- package/types/methods/sendChatAction.js.map +1 -0
- package/types/methods/sendCustomRequest.d.ts +15 -0
- package/types/methods/sendCustomRequest.js +3 -0
- package/types/methods/sendCustomRequest.js.map +1 -0
- package/types/methods/sendEmailAddressVerificationCode.d.ts +13 -0
- package/types/methods/sendEmailAddressVerificationCode.js +3 -0
- package/types/methods/sendEmailAddressVerificationCode.js.map +1 -0
- package/types/methods/sendGift.d.ts +22 -0
- package/types/methods/sendGift.js +3 -0
- package/types/methods/sendGift.js.map +1 -0
- package/types/methods/sendGiftPurchaseOffer.d.ts +22 -0
- package/types/methods/sendGiftPurchaseOffer.js +3 -0
- package/types/methods/sendGiftPurchaseOffer.js.map +1 -0
- package/types/methods/sendGroupCallMessage.d.ts +18 -0
- package/types/methods/sendGroupCallMessage.js +3 -0
- package/types/methods/sendGroupCallMessage.js.map +1 -0
- package/types/methods/sendInlineQueryResultMessage.d.ts +26 -0
- package/types/methods/sendInlineQueryResultMessage.js +3 -0
- package/types/methods/sendInlineQueryResultMessage.js.map +1 -0
- package/types/methods/sendMessage.d.ts +24 -0
- package/types/methods/sendMessage.js +3 -0
- package/types/methods/sendMessage.js.map +1 -0
- package/types/methods/sendMessageAlbum.d.ts +22 -0
- package/types/methods/sendMessageAlbum.js +3 -0
- package/types/methods/sendMessageAlbum.js.map +1 -0
- package/types/methods/sendPassportAuthorizationForm.d.ts +16 -0
- package/types/methods/sendPassportAuthorizationForm.js +3 -0
- package/types/methods/sendPassportAuthorizationForm.js.map +1 -0
- package/types/methods/sendPaymentForm.d.ts +24 -0
- package/types/methods/sendPaymentForm.js +3 -0
- package/types/methods/sendPaymentForm.js.map +1 -0
- package/types/methods/sendPhoneNumberCode.d.ts +18 -0
- package/types/methods/sendPhoneNumberCode.js +3 -0
- package/types/methods/sendPhoneNumberCode.js.map +1 -0
- package/types/methods/sendPhoneNumberFirebaseSms.d.ts +13 -0
- package/types/methods/sendPhoneNumberFirebaseSms.js +3 -0
- package/types/methods/sendPhoneNumberFirebaseSms.js.map +1 -0
- package/types/methods/sendQuickReplyShortcutMessages.d.ts +17 -0
- package/types/methods/sendQuickReplyShortcutMessages.js +3 -0
- package/types/methods/sendQuickReplyShortcutMessages.js.map +1 -0
- package/types/methods/sendResoldGift.d.ts +18 -0
- package/types/methods/sendResoldGift.js +3 -0
- package/types/methods/sendResoldGift.js.map +1 -0
- package/types/methods/sendTextMessageDraft.d.ts +20 -0
- package/types/methods/sendTextMessageDraft.js +3 -0
- package/types/methods/sendTextMessageDraft.js.map +1 -0
- package/types/methods/sendWebAppCustomRequest.d.ts +17 -0
- package/types/methods/sendWebAppCustomRequest.js +3 -0
- package/types/methods/sendWebAppCustomRequest.js.map +1 -0
- package/types/methods/sendWebAppData.d.ts +17 -0
- package/types/methods/sendWebAppData.js +3 -0
- package/types/methods/sendWebAppData.js.map +1 -0
- package/types/methods/setAccentColor.d.ts +15 -0
- package/types/methods/setAccentColor.js +3 -0
- package/types/methods/setAccentColor.js.map +1 -0
- package/types/methods/setAccountTtl.d.ts +14 -0
- package/types/methods/setAccountTtl.js +3 -0
- package/types/methods/setAccountTtl.js.map +1 -0
- package/types/methods/setAlarm.d.ts +13 -0
- package/types/methods/setAlarm.js +3 -0
- package/types/methods/setAlarm.js.map +1 -0
- package/types/methods/setApplicationVerificationToken.d.ts +15 -0
- package/types/methods/setApplicationVerificationToken.js +3 -0
- package/types/methods/setApplicationVerificationToken.js.map +1 -0
- package/types/methods/setArchiveChatListSettings.d.ts +14 -0
- package/types/methods/setArchiveChatListSettings.js +3 -0
- package/types/methods/setArchiveChatListSettings.js.map +1 -0
- package/types/methods/setAuthenticationEmailAddress.d.ts +13 -0
- package/types/methods/setAuthenticationEmailAddress.js +3 -0
- package/types/methods/setAuthenticationEmailAddress.js.map +1 -0
- package/types/methods/setAuthenticationPhoneNumber.d.ts +16 -0
- package/types/methods/setAuthenticationPhoneNumber.js +3 -0
- package/types/methods/setAuthenticationPhoneNumber.js.map +1 -0
- package/types/methods/setAuthenticationPremiumPurchaseTransaction.d.ts +20 -0
- package/types/methods/setAuthenticationPremiumPurchaseTransaction.js +3 -0
- package/types/methods/setAuthenticationPremiumPurchaseTransaction.js.map +1 -0
- package/types/methods/setAutoDownloadSettings.d.ts +16 -0
- package/types/methods/setAutoDownloadSettings.js +3 -0
- package/types/methods/setAutoDownloadSettings.js.map +1 -0
- package/types/methods/setAutosaveSettings.d.ts +16 -0
- package/types/methods/setAutosaveSettings.js +3 -0
- package/types/methods/setAutosaveSettings.js.map +1 -0
- package/types/methods/setBio.d.ts +13 -0
- package/types/methods/setBio.js +3 -0
- package/types/methods/setBio.js.map +1 -0
- package/types/methods/setBirthdate.d.ts +14 -0
- package/types/methods/setBirthdate.js +3 -0
- package/types/methods/setBirthdate.js.map +1 -0
- package/types/methods/setBotInfoDescription.d.ts +17 -0
- package/types/methods/setBotInfoDescription.js +3 -0
- package/types/methods/setBotInfoDescription.js.map +1 -0
- package/types/methods/setBotInfoShortDescription.d.ts +17 -0
- package/types/methods/setBotInfoShortDescription.js +3 -0
- package/types/methods/setBotInfoShortDescription.js.map +1 -0
- package/types/methods/setBotName.d.ts +17 -0
- package/types/methods/setBotName.js +3 -0
- package/types/methods/setBotName.js.map +1 -0
- package/types/methods/setBotProfilePhoto.d.ts +16 -0
- package/types/methods/setBotProfilePhoto.js +3 -0
- package/types/methods/setBotProfilePhoto.js.map +1 -0
- package/types/methods/setBotUpdatesStatus.d.ts +15 -0
- package/types/methods/setBotUpdatesStatus.js +3 -0
- package/types/methods/setBotUpdatesStatus.js.map +1 -0
- package/types/methods/setBusinessAccountBio.d.ts +15 -0
- package/types/methods/setBusinessAccountBio.js +3 -0
- package/types/methods/setBusinessAccountBio.js.map +1 -0
- package/types/methods/setBusinessAccountGiftSettings.d.ts +16 -0
- package/types/methods/setBusinessAccountGiftSettings.js +3 -0
- package/types/methods/setBusinessAccountGiftSettings.js.map +1 -0
- package/types/methods/setBusinessAccountName.d.ts +17 -0
- package/types/methods/setBusinessAccountName.js +3 -0
- package/types/methods/setBusinessAccountName.js.map +1 -0
- package/types/methods/setBusinessAccountProfilePhoto.d.ts +18 -0
- package/types/methods/setBusinessAccountProfilePhoto.js +3 -0
- package/types/methods/setBusinessAccountProfilePhoto.js.map +1 -0
- package/types/methods/setBusinessAccountUsername.d.ts +15 -0
- package/types/methods/setBusinessAccountUsername.js +3 -0
- package/types/methods/setBusinessAccountUsername.js.map +1 -0
- package/types/methods/setBusinessAwayMessageSettings.d.ts +14 -0
- package/types/methods/setBusinessAwayMessageSettings.js +3 -0
- package/types/methods/setBusinessAwayMessageSettings.js.map +1 -0
- package/types/methods/setBusinessConnectedBot.d.ts +14 -0
- package/types/methods/setBusinessConnectedBot.js +3 -0
- package/types/methods/setBusinessConnectedBot.js.map +1 -0
- package/types/methods/setBusinessGreetingMessageSettings.d.ts +14 -0
- package/types/methods/setBusinessGreetingMessageSettings.js +3 -0
- package/types/methods/setBusinessGreetingMessageSettings.js.map +1 -0
- package/types/methods/setBusinessLocation.d.ts +14 -0
- package/types/methods/setBusinessLocation.js +3 -0
- package/types/methods/setBusinessLocation.js.map +1 -0
- package/types/methods/setBusinessMessageIsPinned.d.ts +19 -0
- package/types/methods/setBusinessMessageIsPinned.js +3 -0
- package/types/methods/setBusinessMessageIsPinned.js.map +1 -0
- package/types/methods/setBusinessOpeningHours.d.ts +14 -0
- package/types/methods/setBusinessOpeningHours.js +3 -0
- package/types/methods/setBusinessOpeningHours.js.map +1 -0
- package/types/methods/setBusinessStartPage.d.ts +14 -0
- package/types/methods/setBusinessStartPage.js +3 -0
- package/types/methods/setBusinessStartPage.js.map +1 -0
- package/types/methods/setChatAccentColor.d.ts +17 -0
- package/types/methods/setChatAccentColor.js +3 -0
- package/types/methods/setChatAccentColor.js.map +1 -0
- package/types/methods/setChatActiveStoriesList.d.ts +16 -0
- package/types/methods/setChatActiveStoriesList.js +3 -0
- package/types/methods/setChatActiveStoriesList.js.map +1 -0
- package/types/methods/setChatAffiliateProgram.d.ts +16 -0
- package/types/methods/setChatAffiliateProgram.js +3 -0
- package/types/methods/setChatAffiliateProgram.js.map +1 -0
- package/types/methods/setChatAvailableReactions.d.ts +16 -0
- package/types/methods/setChatAvailableReactions.js +3 -0
- package/types/methods/setChatAvailableReactions.js.map +1 -0
- package/types/methods/setChatBackground.d.ts +22 -0
- package/types/methods/setChatBackground.js +3 -0
- package/types/methods/setChatBackground.js.map +1 -0
- package/types/methods/setChatClientData.d.ts +15 -0
- package/types/methods/setChatClientData.js +3 -0
- package/types/methods/setChatClientData.js.map +1 -0
- package/types/methods/setChatDescription.d.ts +15 -0
- package/types/methods/setChatDescription.js +3 -0
- package/types/methods/setChatDescription.js.map +1 -0
- package/types/methods/setChatDirectMessagesGroup.d.ts +17 -0
- package/types/methods/setChatDirectMessagesGroup.js +3 -0
- package/types/methods/setChatDirectMessagesGroup.js.map +1 -0
- package/types/methods/setChatDiscussionGroup.d.ts +15 -0
- package/types/methods/setChatDiscussionGroup.js +3 -0
- package/types/methods/setChatDiscussionGroup.js.map +1 -0
- package/types/methods/setChatDraftMessage.d.ts +18 -0
- package/types/methods/setChatDraftMessage.js +3 -0
- package/types/methods/setChatDraftMessage.js.map +1 -0
- package/types/methods/setChatEmojiStatus.d.ts +16 -0
- package/types/methods/setChatEmojiStatus.js +3 -0
- package/types/methods/setChatEmojiStatus.js.map +1 -0
- package/types/methods/setChatLocation.d.ts +16 -0
- package/types/methods/setChatLocation.js +3 -0
- package/types/methods/setChatLocation.js.map +1 -0
- package/types/methods/setChatMemberStatus.d.ts +18 -0
- package/types/methods/setChatMemberStatus.js +3 -0
- package/types/methods/setChatMemberStatus.js.map +1 -0
- package/types/methods/setChatMessageAutoDeleteTime.d.ts +15 -0
- package/types/methods/setChatMessageAutoDeleteTime.js +3 -0
- package/types/methods/setChatMessageAutoDeleteTime.js.map +1 -0
- package/types/methods/setChatMessageSender.d.ts +16 -0
- package/types/methods/setChatMessageSender.js +3 -0
- package/types/methods/setChatMessageSender.js.map +1 -0
- package/types/methods/setChatNotificationSettings.d.ts +16 -0
- package/types/methods/setChatNotificationSettings.js +3 -0
- package/types/methods/setChatNotificationSettings.js.map +1 -0
- package/types/methods/setChatPaidMessageStarCount.d.ts +15 -0
- package/types/methods/setChatPaidMessageStarCount.js +3 -0
- package/types/methods/setChatPaidMessageStarCount.js.map +1 -0
- package/types/methods/setChatPermissions.d.ts +16 -0
- package/types/methods/setChatPermissions.js +3 -0
- package/types/methods/setChatPermissions.js.map +1 -0
- package/types/methods/setChatPhoto.d.ts +16 -0
- package/types/methods/setChatPhoto.js +3 -0
- package/types/methods/setChatPhoto.js.map +1 -0
- package/types/methods/setChatPinnedStories.d.ts +15 -0
- package/types/methods/setChatPinnedStories.js +3 -0
- package/types/methods/setChatPinnedStories.js.map +1 -0
- package/types/methods/setChatProfileAccentColor.d.ts +17 -0
- package/types/methods/setChatProfileAccentColor.js +3 -0
- package/types/methods/setChatProfileAccentColor.js.map +1 -0
- package/types/methods/setChatSlowModeDelay.d.ts +15 -0
- package/types/methods/setChatSlowModeDelay.js +3 -0
- package/types/methods/setChatSlowModeDelay.js.map +1 -0
- package/types/methods/setChatTheme.d.ts +16 -0
- package/types/methods/setChatTheme.js +3 -0
- package/types/methods/setChatTheme.js.map +1 -0
- package/types/methods/setChatTitle.d.ts +15 -0
- package/types/methods/setChatTitle.js +3 -0
- package/types/methods/setChatTitle.js.map +1 -0
- package/types/methods/setCloseFriends.d.ts +13 -0
- package/types/methods/setCloseFriends.js +3 -0
- package/types/methods/setCloseFriends.js.map +1 -0
- package/types/methods/setCommands.d.ts +18 -0
- package/types/methods/setCommands.js +3 -0
- package/types/methods/setCommands.js.map +1 -0
- package/types/methods/setCustomEmojiStickerSetThumbnail.d.ts +15 -0
- package/types/methods/setCustomEmojiStickerSetThumbnail.js +3 -0
- package/types/methods/setCustomEmojiStickerSetThumbnail.js.map +1 -0
- package/types/methods/setCustomLanguagePack.d.ts +16 -0
- package/types/methods/setCustomLanguagePack.js +3 -0
- package/types/methods/setCustomLanguagePack.js.map +1 -0
- package/types/methods/setCustomLanguagePackString.d.ts +16 -0
- package/types/methods/setCustomLanguagePackString.js +3 -0
- package/types/methods/setCustomLanguagePackString.js.map +1 -0
- package/types/methods/setDatabaseEncryptionKey.d.ts +13 -0
- package/types/methods/setDatabaseEncryptionKey.js +3 -0
- package/types/methods/setDatabaseEncryptionKey.js.map +1 -0
- package/types/methods/setDefaultBackground.d.ts +18 -0
- package/types/methods/setDefaultBackground.js +3 -0
- package/types/methods/setDefaultBackground.js.map +1 -0
- package/types/methods/setDefaultChannelAdministratorRights.d.ts +14 -0
- package/types/methods/setDefaultChannelAdministratorRights.js +3 -0
- package/types/methods/setDefaultChannelAdministratorRights.js.map +1 -0
- package/types/methods/setDefaultGroupAdministratorRights.d.ts +14 -0
- package/types/methods/setDefaultGroupAdministratorRights.js +3 -0
- package/types/methods/setDefaultGroupAdministratorRights.js.map +1 -0
- package/types/methods/setDefaultMessageAutoDeleteTime.d.ts +14 -0
- package/types/methods/setDefaultMessageAutoDeleteTime.js +3 -0
- package/types/methods/setDefaultMessageAutoDeleteTime.js.map +1 -0
- package/types/methods/setDefaultReactionType.d.ts +14 -0
- package/types/methods/setDefaultReactionType.js +3 -0
- package/types/methods/setDefaultReactionType.js.map +1 -0
- package/types/methods/setDirectMessagesChatTopicIsMarkedAsUnread.d.ts +17 -0
- package/types/methods/setDirectMessagesChatTopicIsMarkedAsUnread.js +3 -0
- package/types/methods/setDirectMessagesChatTopicIsMarkedAsUnread.js.map +1 -0
- package/types/methods/setEmojiStatus.d.ts +14 -0
- package/types/methods/setEmojiStatus.js +3 -0
- package/types/methods/setEmojiStatus.js.map +1 -0
- package/types/methods/setFileGenerationProgress.d.ts +17 -0
- package/types/methods/setFileGenerationProgress.js +3 -0
- package/types/methods/setFileGenerationProgress.js.map +1 -0
- package/types/methods/setForumTopicNotificationSettings.d.ts +18 -0
- package/types/methods/setForumTopicNotificationSettings.js +3 -0
- package/types/methods/setForumTopicNotificationSettings.js.map +1 -0
- package/types/methods/setGameScore.d.ts +23 -0
- package/types/methods/setGameScore.js +3 -0
- package/types/methods/setGameScore.js.map +1 -0
- package/types/methods/setGiftCollectionName.d.ts +18 -0
- package/types/methods/setGiftCollectionName.js +3 -0
- package/types/methods/setGiftCollectionName.js.map +1 -0
- package/types/methods/setGiftResalePrice.d.ts +16 -0
- package/types/methods/setGiftResalePrice.js +3 -0
- package/types/methods/setGiftResalePrice.js.map +1 -0
- package/types/methods/setGiftSettings.d.ts +14 -0
- package/types/methods/setGiftSettings.js +3 -0
- package/types/methods/setGiftSettings.js.map +1 -0
- package/types/methods/setGroupCallPaidMessageStarCount.d.ts +15 -0
- package/types/methods/setGroupCallPaidMessageStarCount.js +3 -0
- package/types/methods/setGroupCallPaidMessageStarCount.js.map +1 -0
- package/types/methods/setGroupCallParticipantIsSpeaking.d.ts +17 -0
- package/types/methods/setGroupCallParticipantIsSpeaking.js +3 -0
- package/types/methods/setGroupCallParticipantIsSpeaking.js.map +1 -0
- package/types/methods/setGroupCallParticipantVolumeLevel.d.ts +18 -0
- package/types/methods/setGroupCallParticipantVolumeLevel.js +3 -0
- package/types/methods/setGroupCallParticipantVolumeLevel.js.map +1 -0
- package/types/methods/setInactiveSessionTtl.d.ts +13 -0
- package/types/methods/setInactiveSessionTtl.js +3 -0
- package/types/methods/setInactiveSessionTtl.js.map +1 -0
- package/types/methods/setInlineGameScore.d.ts +21 -0
- package/types/methods/setInlineGameScore.js +3 -0
- package/types/methods/setInlineGameScore.js.map +1 -0
- package/types/methods/setLiveStoryMessageSender.d.ts +16 -0
- package/types/methods/setLiveStoryMessageSender.js +3 -0
- package/types/methods/setLiveStoryMessageSender.js.map +1 -0
- package/types/methods/setLogStream.d.ts +15 -0
- package/types/methods/setLogStream.js +3 -0
- package/types/methods/setLogStream.js.map +1 -0
- package/types/methods/setLogTagVerbosityLevel.d.ts +16 -0
- package/types/methods/setLogTagVerbosityLevel.js +3 -0
- package/types/methods/setLogTagVerbosityLevel.js.map +1 -0
- package/types/methods/setLogVerbosityLevel.d.ts +14 -0
- package/types/methods/setLogVerbosityLevel.js +3 -0
- package/types/methods/setLogVerbosityLevel.js.map +1 -0
- package/types/methods/setLoginEmailAddress.d.ts +13 -0
- package/types/methods/setLoginEmailAddress.js +3 -0
- package/types/methods/setLoginEmailAddress.js.map +1 -0
- package/types/methods/setMainProfileTab.d.ts +14 -0
- package/types/methods/setMainProfileTab.js +3 -0
- package/types/methods/setMainProfileTab.js.map +1 -0
- package/types/methods/setMenuButton.d.ts +16 -0
- package/types/methods/setMenuButton.js +3 -0
- package/types/methods/setMenuButton.js.map +1 -0
- package/types/methods/setMessageFactCheck.d.ts +18 -0
- package/types/methods/setMessageFactCheck.js +3 -0
- package/types/methods/setMessageFactCheck.js.map +1 -0
- package/types/methods/setMessageReactions.d.ts +20 -0
- package/types/methods/setMessageReactions.js +3 -0
- package/types/methods/setMessageReactions.js.map +1 -0
- package/types/methods/setMessageSenderBlockList.d.ts +16 -0
- package/types/methods/setMessageSenderBlockList.js +3 -0
- package/types/methods/setMessageSenderBlockList.js.map +1 -0
- package/types/methods/setMessageSenderBotVerification.d.ts +18 -0
- package/types/methods/setMessageSenderBotVerification.js +3 -0
- package/types/methods/setMessageSenderBotVerification.js.map +1 -0
- package/types/methods/setName.d.ts +15 -0
- package/types/methods/setName.js +3 -0
- package/types/methods/setName.js.map +1 -0
- package/types/methods/setNetworkType.d.ts +14 -0
- package/types/methods/setNetworkType.js +3 -0
- package/types/methods/setNetworkType.js.map +1 -0
- package/types/methods/setNewChatPrivacySettings.d.ts +14 -0
- package/types/methods/setNewChatPrivacySettings.js +3 -0
- package/types/methods/setNewChatPrivacySettings.js.map +1 -0
- package/types/methods/setOption.d.ts +16 -0
- package/types/methods/setOption.js +3 -0
- package/types/methods/setOption.js.map +1 -0
- package/types/methods/setPaidMessageReactionType.d.ts +18 -0
- package/types/methods/setPaidMessageReactionType.js +3 -0
- package/types/methods/setPaidMessageReactionType.js.map +1 -0
- package/types/methods/setPassportElement.d.ts +16 -0
- package/types/methods/setPassportElement.js +3 -0
- package/types/methods/setPassportElement.js.map +1 -0
- package/types/methods/setPassportElementErrors.d.ts +16 -0
- package/types/methods/setPassportElementErrors.js +3 -0
- package/types/methods/setPassportElementErrors.js.map +1 -0
- package/types/methods/setPassword.d.ts +21 -0
- package/types/methods/setPassword.js +3 -0
- package/types/methods/setPassword.js.map +1 -0
- package/types/methods/setPersonalChat.d.ts +13 -0
- package/types/methods/setPersonalChat.js +3 -0
- package/types/methods/setPersonalChat.js.map +1 -0
- package/types/methods/setPinnedChats.d.ts +16 -0
- package/types/methods/setPinnedChats.js +3 -0
- package/types/methods/setPinnedChats.js.map +1 -0
- package/types/methods/setPinnedForumTopics.d.ts +15 -0
- package/types/methods/setPinnedForumTopics.js +3 -0
- package/types/methods/setPinnedForumTopics.js.map +1 -0
- package/types/methods/setPinnedGifts.d.ts +16 -0
- package/types/methods/setPinnedGifts.js +3 -0
- package/types/methods/setPinnedGifts.js.map +1 -0
- package/types/methods/setPinnedSavedMessagesTopics.d.ts +13 -0
- package/types/methods/setPinnedSavedMessagesTopics.js +3 -0
- package/types/methods/setPinnedSavedMessagesTopics.js.map +1 -0
- package/types/methods/setPollAnswer.d.ts +17 -0
- package/types/methods/setPollAnswer.js +3 -0
- package/types/methods/setPollAnswer.js.map +1 -0
- package/types/methods/setProfileAccentColor.d.ts +15 -0
- package/types/methods/setProfileAccentColor.js +3 -0
- package/types/methods/setProfileAccentColor.js.map +1 -0
- package/types/methods/setProfileAudioPosition.d.ts +15 -0
- package/types/methods/setProfileAudioPosition.js +3 -0
- package/types/methods/setProfileAudioPosition.js.map +1 -0
- package/types/methods/setProfilePhoto.d.ts +16 -0
- package/types/methods/setProfilePhoto.js +3 -0
- package/types/methods/setProfilePhoto.js.map +1 -0
- package/types/methods/setQuickReplyShortcutName.d.ts +15 -0
- package/types/methods/setQuickReplyShortcutName.js +3 -0
- package/types/methods/setQuickReplyShortcutName.js.map +1 -0
- package/types/methods/setReactionNotificationSettings.d.ts +14 -0
- package/types/methods/setReactionNotificationSettings.js +3 -0
- package/types/methods/setReactionNotificationSettings.js.map +1 -0
- package/types/methods/setReadDatePrivacySettings.d.ts +14 -0
- package/types/methods/setReadDatePrivacySettings.js +3 -0
- package/types/methods/setReadDatePrivacySettings.js.map +1 -0
- package/types/methods/setRecoveryEmailAddress.d.ts +15 -0
- package/types/methods/setRecoveryEmailAddress.js +3 -0
- package/types/methods/setRecoveryEmailAddress.js.map +1 -0
- package/types/methods/setSavedMessagesTagLabel.d.ts +16 -0
- package/types/methods/setSavedMessagesTagLabel.js +3 -0
- package/types/methods/setSavedMessagesTagLabel.js.map +1 -0
- package/types/methods/setScopeNotificationSettings.d.ts +16 -0
- package/types/methods/setScopeNotificationSettings.js +3 -0
- package/types/methods/setScopeNotificationSettings.js.map +1 -0
- package/types/methods/setStickerEmojis.d.ts +16 -0
- package/types/methods/setStickerEmojis.js +3 -0
- package/types/methods/setStickerEmojis.js.map +1 -0
- package/types/methods/setStickerKeywords.d.ts +16 -0
- package/types/methods/setStickerKeywords.js +3 -0
- package/types/methods/setStickerKeywords.js.map +1 -0
- package/types/methods/setStickerMaskPosition.d.ts +16 -0
- package/types/methods/setStickerMaskPosition.js +3 -0
- package/types/methods/setStickerMaskPosition.js.map +1 -0
- package/types/methods/setStickerPositionInSet.d.ts +16 -0
- package/types/methods/setStickerPositionInSet.js +3 -0
- package/types/methods/setStickerPositionInSet.js.map +1 -0
- package/types/methods/setStickerSetThumbnail.d.ts +20 -0
- package/types/methods/setStickerSetThumbnail.js +3 -0
- package/types/methods/setStickerSetThumbnail.js.map +1 -0
- package/types/methods/setStickerSetTitle.d.ts +15 -0
- package/types/methods/setStickerSetTitle.js +3 -0
- package/types/methods/setStickerSetTitle.js.map +1 -0
- package/types/methods/setStoryAlbumName.d.ts +17 -0
- package/types/methods/setStoryAlbumName.js +3 -0
- package/types/methods/setStoryAlbumName.js.map +1 -0
- package/types/methods/setStoryPrivacySettings.d.ts +16 -0
- package/types/methods/setStoryPrivacySettings.js +3 -0
- package/types/methods/setStoryPrivacySettings.js.map +1 -0
- package/types/methods/setStoryReaction.d.ts +20 -0
- package/types/methods/setStoryReaction.js +3 -0
- package/types/methods/setStoryReaction.js.map +1 -0
- package/types/methods/setSupergroupCustomEmojiStickerSet.d.ts +15 -0
- package/types/methods/setSupergroupCustomEmojiStickerSet.js +3 -0
- package/types/methods/setSupergroupCustomEmojiStickerSet.js.map +1 -0
- package/types/methods/setSupergroupMainProfileTab.d.ts +16 -0
- package/types/methods/setSupergroupMainProfileTab.js +3 -0
- package/types/methods/setSupergroupMainProfileTab.js.map +1 -0
- package/types/methods/setSupergroupStickerSet.d.ts +15 -0
- package/types/methods/setSupergroupStickerSet.js +3 -0
- package/types/methods/setSupergroupStickerSet.js.map +1 -0
- package/types/methods/setSupergroupUnrestrictBoostCount.d.ts +15 -0
- package/types/methods/setSupergroupUnrestrictBoostCount.js +3 -0
- package/types/methods/setSupergroupUnrestrictBoostCount.js.map +1 -0
- package/types/methods/setSupergroupUsername.d.ts +15 -0
- package/types/methods/setSupergroupUsername.js +3 -0
- package/types/methods/setSupergroupUsername.js.map +1 -0
- package/types/methods/setTdlibParameters.d.ts +39 -0
- package/types/methods/setTdlibParameters.js +3 -0
- package/types/methods/setTdlibParameters.js.map +1 -0
- package/types/methods/setUpgradedGiftColors.d.ts +13 -0
- package/types/methods/setUpgradedGiftColors.js +3 -0
- package/types/methods/setUpgradedGiftColors.js.map +1 -0
- package/types/methods/setUserEmojiStatus.d.ts +16 -0
- package/types/methods/setUserEmojiStatus.js +3 -0
- package/types/methods/setUserEmojiStatus.js.map +1 -0
- package/types/methods/setUserNote.d.ts +16 -0
- package/types/methods/setUserNote.js +3 -0
- package/types/methods/setUserNote.js.map +1 -0
- package/types/methods/setUserPersonalProfilePhoto.d.ts +16 -0
- package/types/methods/setUserPersonalProfilePhoto.js +3 -0
- package/types/methods/setUserPersonalProfilePhoto.js.map +1 -0
- package/types/methods/setUserPrivacySettingRules.d.ts +16 -0
- package/types/methods/setUserPrivacySettingRules.js +3 -0
- package/types/methods/setUserPrivacySettingRules.js.map +1 -0
- package/types/methods/setUserSupportInfo.d.ts +16 -0
- package/types/methods/setUserSupportInfo.js +3 -0
- package/types/methods/setUserSupportInfo.js.map +1 -0
- package/types/methods/setUsername.d.ts +13 -0
- package/types/methods/setUsername.js +3 -0
- package/types/methods/setUsername.js.map +1 -0
- package/types/methods/setVideoChatDefaultParticipant.d.ts +16 -0
- package/types/methods/setVideoChatDefaultParticipant.js +3 -0
- package/types/methods/setVideoChatDefaultParticipant.js.map +1 -0
- package/types/methods/setVideoChatTitle.d.ts +15 -0
- package/types/methods/setVideoChatTitle.js +3 -0
- package/types/methods/setVideoChatTitle.js.map +1 -0
- package/types/methods/shareChatWithBot.d.ts +21 -0
- package/types/methods/shareChatWithBot.js +3 -0
- package/types/methods/shareChatWithBot.js.map +1 -0
- package/types/methods/sharePhoneNumber.d.ts +13 -0
- package/types/methods/sharePhoneNumber.js +3 -0
- package/types/methods/sharePhoneNumber.js.map +1 -0
- package/types/methods/shareUsersWithBot.d.ts +21 -0
- package/types/methods/shareUsersWithBot.js +3 -0
- package/types/methods/shareUsersWithBot.js.map +1 -0
- package/types/methods/startGroupCallRecording.d.ts +19 -0
- package/types/methods/startGroupCallRecording.js +3 -0
- package/types/methods/startGroupCallRecording.js.map +1 -0
- package/types/methods/startGroupCallScreenSharing.d.ts +17 -0
- package/types/methods/startGroupCallScreenSharing.js +3 -0
- package/types/methods/startGroupCallScreenSharing.js.map +1 -0
- package/types/methods/startLiveStory.d.ts +24 -0
- package/types/methods/startLiveStory.js +3 -0
- package/types/methods/startLiveStory.js.map +1 -0
- package/types/methods/startScheduledVideoChat.d.ts +13 -0
- package/types/methods/startScheduledVideoChat.js +3 -0
- package/types/methods/startScheduledVideoChat.js.map +1 -0
- package/types/methods/stopBusinessPoll.d.ts +20 -0
- package/types/methods/stopBusinessPoll.js +3 -0
- package/types/methods/stopBusinessPoll.js.map +1 -0
- package/types/methods/stopPoll.d.ts +18 -0
- package/types/methods/stopPoll.js +3 -0
- package/types/methods/stopPoll.js.map +1 -0
- package/types/methods/suggestUserBirthdate.d.ts +16 -0
- package/types/methods/suggestUserBirthdate.js +3 -0
- package/types/methods/suggestUserBirthdate.js.map +1 -0
- package/types/methods/suggestUserProfilePhoto.d.ts +16 -0
- package/types/methods/suggestUserProfilePhoto.js +3 -0
- package/types/methods/suggestUserProfilePhoto.js.map +1 -0
- package/types/methods/summarizeMessage.d.ts +17 -0
- package/types/methods/summarizeMessage.js +3 -0
- package/types/methods/summarizeMessage.js.map +1 -0
- package/types/methods/synchronizeLanguagePack.d.ts +13 -0
- package/types/methods/synchronizeLanguagePack.js +3 -0
- package/types/methods/synchronizeLanguagePack.js.map +1 -0
- package/types/methods/terminateAllOtherSessions.d.ts +8 -0
- package/types/methods/terminateAllOtherSessions.js +3 -0
- package/types/methods/terminateAllOtherSessions.js.map +1 -0
- package/types/methods/terminateSession.d.ts +13 -0
- package/types/methods/terminateSession.js +3 -0
- package/types/methods/terminateSession.js.map +1 -0
- package/types/methods/testCallBytes.d.ts +13 -0
- package/types/methods/testCallBytes.js +3 -0
- package/types/methods/testCallBytes.js.map +1 -0
- package/types/methods/testCallEmpty.d.ts +8 -0
- package/types/methods/testCallEmpty.js +3 -0
- package/types/methods/testCallEmpty.js.map +1 -0
- package/types/methods/testCallString.d.ts +13 -0
- package/types/methods/testCallString.js +3 -0
- package/types/methods/testCallString.js.map +1 -0
- package/types/methods/testCallVectorInt.d.ts +13 -0
- package/types/methods/testCallVectorInt.js +3 -0
- package/types/methods/testCallVectorInt.js.map +1 -0
- package/types/methods/testCallVectorIntObject.d.ts +14 -0
- package/types/methods/testCallVectorIntObject.js +3 -0
- package/types/methods/testCallVectorIntObject.js.map +1 -0
- package/types/methods/testCallVectorString.d.ts +13 -0
- package/types/methods/testCallVectorString.js +3 -0
- package/types/methods/testCallVectorString.js.map +1 -0
- package/types/methods/testCallVectorStringObject.d.ts +14 -0
- package/types/methods/testCallVectorStringObject.js +3 -0
- package/types/methods/testCallVectorStringObject.js.map +1 -0
- package/types/methods/testGetDifference.d.ts +8 -0
- package/types/methods/testGetDifference.js +3 -0
- package/types/methods/testGetDifference.js.map +1 -0
- package/types/methods/testNetwork.d.ts +8 -0
- package/types/methods/testNetwork.js +3 -0
- package/types/methods/testNetwork.js.map +1 -0
- package/types/methods/testProxy.d.ts +18 -0
- package/types/methods/testProxy.js +3 -0
- package/types/methods/testProxy.js.map +1 -0
- package/types/methods/testReturnError.d.ts +15 -0
- package/types/methods/testReturnError.js +3 -0
- package/types/methods/testReturnError.js.map +1 -0
- package/types/methods/testSquareInt.d.ts +13 -0
- package/types/methods/testSquareInt.js +3 -0
- package/types/methods/testSquareInt.js.map +1 -0
- package/types/methods/testUseUpdate.d.ts +8 -0
- package/types/methods/testUseUpdate.js +3 -0
- package/types/methods/testUseUpdate.js.map +1 -0
- package/types/methods/toggleAllDownloadsArePaused.d.ts +13 -0
- package/types/methods/toggleAllDownloadsArePaused.js +3 -0
- package/types/methods/toggleAllDownloadsArePaused.js.map +1 -0
- package/types/methods/toggleBotCanManageEmojiStatus.d.ts +15 -0
- package/types/methods/toggleBotCanManageEmojiStatus.js +3 -0
- package/types/methods/toggleBotCanManageEmojiStatus.js.map +1 -0
- package/types/methods/toggleBotIsAddedToAttachmentMenu.d.ts +17 -0
- package/types/methods/toggleBotIsAddedToAttachmentMenu.js +3 -0
- package/types/methods/toggleBotIsAddedToAttachmentMenu.js.map +1 -0
- package/types/methods/toggleBotUsernameIsActive.d.ts +17 -0
- package/types/methods/toggleBotUsernameIsActive.js +3 -0
- package/types/methods/toggleBotUsernameIsActive.js.map +1 -0
- package/types/methods/toggleBusinessConnectedBotChatIsPaused.d.ts +15 -0
- package/types/methods/toggleBusinessConnectedBotChatIsPaused.js +3 -0
- package/types/methods/toggleBusinessConnectedBotChatIsPaused.js.map +1 -0
- package/types/methods/toggleChatDefaultDisableNotification.d.ts +15 -0
- package/types/methods/toggleChatDefaultDisableNotification.js +3 -0
- package/types/methods/toggleChatDefaultDisableNotification.js.map +1 -0
- package/types/methods/toggleChatFolderTags.d.ts +13 -0
- package/types/methods/toggleChatFolderTags.js +3 -0
- package/types/methods/toggleChatFolderTags.js.map +1 -0
- package/types/methods/toggleChatGiftNotifications.d.ts +15 -0
- package/types/methods/toggleChatGiftNotifications.js +3 -0
- package/types/methods/toggleChatGiftNotifications.js.map +1 -0
- package/types/methods/toggleChatHasProtectedContent.d.ts +15 -0
- package/types/methods/toggleChatHasProtectedContent.js +3 -0
- package/types/methods/toggleChatHasProtectedContent.js.map +1 -0
- package/types/methods/toggleChatIsMarkedAsUnread.d.ts +15 -0
- package/types/methods/toggleChatIsMarkedAsUnread.js +3 -0
- package/types/methods/toggleChatIsMarkedAsUnread.js.map +1 -0
- package/types/methods/toggleChatIsPinned.d.ts +18 -0
- package/types/methods/toggleChatIsPinned.js +3 -0
- package/types/methods/toggleChatIsPinned.js.map +1 -0
- package/types/methods/toggleChatIsTranslatable.d.ts +15 -0
- package/types/methods/toggleChatIsTranslatable.js +3 -0
- package/types/methods/toggleChatIsTranslatable.js.map +1 -0
- package/types/methods/toggleChatViewAsTopics.d.ts +15 -0
- package/types/methods/toggleChatViewAsTopics.js +3 -0
- package/types/methods/toggleChatViewAsTopics.js.map +1 -0
- package/types/methods/toggleDirectMessagesChatTopicCanSendUnpaidMessages.d.ts +19 -0
- package/types/methods/toggleDirectMessagesChatTopicCanSendUnpaidMessages.js +3 -0
- package/types/methods/toggleDirectMessagesChatTopicCanSendUnpaidMessages.js.map +1 -0
- package/types/methods/toggleDownloadIsPaused.d.ts +15 -0
- package/types/methods/toggleDownloadIsPaused.js +3 -0
- package/types/methods/toggleDownloadIsPaused.js.map +1 -0
- package/types/methods/toggleForumTopicIsClosed.d.ts +17 -0
- package/types/methods/toggleForumTopicIsClosed.js +3 -0
- package/types/methods/toggleForumTopicIsClosed.js.map +1 -0
- package/types/methods/toggleForumTopicIsPinned.d.ts +17 -0
- package/types/methods/toggleForumTopicIsPinned.js +3 -0
- package/types/methods/toggleForumTopicIsPinned.js.map +1 -0
- package/types/methods/toggleGeneralForumTopicIsHidden.d.ts +15 -0
- package/types/methods/toggleGeneralForumTopicIsHidden.js +3 -0
- package/types/methods/toggleGeneralForumTopicIsHidden.js.map +1 -0
- package/types/methods/toggleGiftIsSaved.d.ts +15 -0
- package/types/methods/toggleGiftIsSaved.js +3 -0
- package/types/methods/toggleGiftIsSaved.js.map +1 -0
- package/types/methods/toggleGroupCallAreMessagesAllowed.d.ts +15 -0
- package/types/methods/toggleGroupCallAreMessagesAllowed.js +3 -0
- package/types/methods/toggleGroupCallAreMessagesAllowed.js.map +1 -0
- package/types/methods/toggleGroupCallIsMyVideoEnabled.d.ts +15 -0
- package/types/methods/toggleGroupCallIsMyVideoEnabled.js +3 -0
- package/types/methods/toggleGroupCallIsMyVideoEnabled.js.map +1 -0
- package/types/methods/toggleGroupCallIsMyVideoPaused.d.ts +15 -0
- package/types/methods/toggleGroupCallIsMyVideoPaused.js +3 -0
- package/types/methods/toggleGroupCallIsMyVideoPaused.js.map +1 -0
- package/types/methods/toggleGroupCallParticipantIsHandRaised.d.ts +18 -0
- package/types/methods/toggleGroupCallParticipantIsHandRaised.js +3 -0
- package/types/methods/toggleGroupCallParticipantIsHandRaised.js.map +1 -0
- package/types/methods/toggleGroupCallParticipantIsMuted.d.ts +18 -0
- package/types/methods/toggleGroupCallParticipantIsMuted.js +3 -0
- package/types/methods/toggleGroupCallParticipantIsMuted.js.map +1 -0
- package/types/methods/toggleGroupCallScreenSharingIsPaused.d.ts +15 -0
- package/types/methods/toggleGroupCallScreenSharingIsPaused.js +3 -0
- package/types/methods/toggleGroupCallScreenSharingIsPaused.js.map +1 -0
- package/types/methods/toggleHasSponsoredMessagesEnabled.d.ts +13 -0
- package/types/methods/toggleHasSponsoredMessagesEnabled.js +3 -0
- package/types/methods/toggleHasSponsoredMessagesEnabled.js.map +1 -0
- package/types/methods/toggleSavedMessagesTopicIsPinned.d.ts +15 -0
- package/types/methods/toggleSavedMessagesTopicIsPinned.js +3 -0
- package/types/methods/toggleSavedMessagesTopicIsPinned.js.map +1 -0
- package/types/methods/toggleSessionCanAcceptCalls.d.ts +15 -0
- package/types/methods/toggleSessionCanAcceptCalls.js +3 -0
- package/types/methods/toggleSessionCanAcceptCalls.js.map +1 -0
- package/types/methods/toggleSessionCanAcceptSecretChats.d.ts +15 -0
- package/types/methods/toggleSessionCanAcceptSecretChats.js +3 -0
- package/types/methods/toggleSessionCanAcceptSecretChats.js.map +1 -0
- package/types/methods/toggleStoryIsPostedToChatPage.d.ts +17 -0
- package/types/methods/toggleStoryIsPostedToChatPage.js +3 -0
- package/types/methods/toggleStoryIsPostedToChatPage.js.map +1 -0
- package/types/methods/toggleSupergroupCanHaveSponsoredMessages.d.ts +15 -0
- package/types/methods/toggleSupergroupCanHaveSponsoredMessages.js +3 -0
- package/types/methods/toggleSupergroupCanHaveSponsoredMessages.js.map +1 -0
- package/types/methods/toggleSupergroupHasAggressiveAntiSpamEnabled.d.ts +15 -0
- package/types/methods/toggleSupergroupHasAggressiveAntiSpamEnabled.js +3 -0
- package/types/methods/toggleSupergroupHasAggressiveAntiSpamEnabled.js.map +1 -0
- package/types/methods/toggleSupergroupHasAutomaticTranslation.d.ts +15 -0
- package/types/methods/toggleSupergroupHasAutomaticTranslation.js +3 -0
- package/types/methods/toggleSupergroupHasAutomaticTranslation.js.map +1 -0
- package/types/methods/toggleSupergroupHasHiddenMembers.d.ts +15 -0
- package/types/methods/toggleSupergroupHasHiddenMembers.js +3 -0
- package/types/methods/toggleSupergroupHasHiddenMembers.js.map +1 -0
- package/types/methods/toggleSupergroupIsAllHistoryAvailable.d.ts +15 -0
- package/types/methods/toggleSupergroupIsAllHistoryAvailable.js +3 -0
- package/types/methods/toggleSupergroupIsAllHistoryAvailable.js.map +1 -0
- package/types/methods/toggleSupergroupIsBroadcastGroup.d.ts +13 -0
- package/types/methods/toggleSupergroupIsBroadcastGroup.js +3 -0
- package/types/methods/toggleSupergroupIsBroadcastGroup.js.map +1 -0
- package/types/methods/toggleSupergroupIsForum.d.ts +17 -0
- package/types/methods/toggleSupergroupIsForum.js +3 -0
- package/types/methods/toggleSupergroupIsForum.js.map +1 -0
- package/types/methods/toggleSupergroupJoinByRequest.d.ts +15 -0
- package/types/methods/toggleSupergroupJoinByRequest.js +3 -0
- package/types/methods/toggleSupergroupJoinByRequest.js.map +1 -0
- package/types/methods/toggleSupergroupJoinToSendMessages.d.ts +15 -0
- package/types/methods/toggleSupergroupJoinToSendMessages.js +3 -0
- package/types/methods/toggleSupergroupJoinToSendMessages.js.map +1 -0
- package/types/methods/toggleSupergroupSignMessages.d.ts +17 -0
- package/types/methods/toggleSupergroupSignMessages.js +3 -0
- package/types/methods/toggleSupergroupSignMessages.js.map +1 -0
- package/types/methods/toggleSupergroupUsernameIsActive.d.ts +17 -0
- package/types/methods/toggleSupergroupUsernameIsActive.js +3 -0
- package/types/methods/toggleSupergroupUsernameIsActive.js.map +1 -0
- package/types/methods/toggleUsernameIsActive.d.ts +15 -0
- package/types/methods/toggleUsernameIsActive.js +3 -0
- package/types/methods/toggleUsernameIsActive.js.map +1 -0
- package/types/methods/toggleVideoChatEnabledStartNotification.d.ts +15 -0
- package/types/methods/toggleVideoChatEnabledStartNotification.js +3 -0
- package/types/methods/toggleVideoChatEnabledStartNotification.js.map +1 -0
- package/types/methods/toggleVideoChatMuteNewParticipants.d.ts +15 -0
- package/types/methods/toggleVideoChatMuteNewParticipants.js +3 -0
- package/types/methods/toggleVideoChatMuteNewParticipants.js.map +1 -0
- package/types/methods/transferBusinessAccountStars.d.ts +15 -0
- package/types/methods/transferBusinessAccountStars.js +3 -0
- package/types/methods/transferBusinessAccountStars.js.map +1 -0
- package/types/methods/transferChatOwnership.d.ts +17 -0
- package/types/methods/transferChatOwnership.js +3 -0
- package/types/methods/transferChatOwnership.js.map +1 -0
- package/types/methods/transferGift.d.ts +20 -0
- package/types/methods/transferGift.js +3 -0
- package/types/methods/transferGift.js.map +1 -0
- package/types/methods/translateMessageText.d.ts +17 -0
- package/types/methods/translateMessageText.js +3 -0
- package/types/methods/translateMessageText.js.map +1 -0
- package/types/methods/translateText.d.ts +16 -0
- package/types/methods/translateText.js +3 -0
- package/types/methods/translateText.js.map +1 -0
- package/types/methods/unpinAllChatMessages.d.ts +13 -0
- package/types/methods/unpinAllChatMessages.js +3 -0
- package/types/methods/unpinAllChatMessages.js.map +1 -0
- package/types/methods/unpinAllDirectMessagesChatTopicMessages.d.ts +15 -0
- package/types/methods/unpinAllDirectMessagesChatTopicMessages.js +3 -0
- package/types/methods/unpinAllDirectMessagesChatTopicMessages.js.map +1 -0
- package/types/methods/unpinAllForumTopicMessages.d.ts +15 -0
- package/types/methods/unpinAllForumTopicMessages.js +3 -0
- package/types/methods/unpinAllForumTopicMessages.js.map +1 -0
- package/types/methods/unpinChatMessage.d.ts +15 -0
- package/types/methods/unpinChatMessage.js +3 -0
- package/types/methods/unpinChatMessage.js.map +1 -0
- package/types/methods/upgradeBasicGroupChatToSupergroupChat.d.ts +13 -0
- package/types/methods/upgradeBasicGroupChatToSupergroupChat.js +3 -0
- package/types/methods/upgradeBasicGroupChatToSupergroupChat.js.map +1 -0
- package/types/methods/upgradeGift.d.ts +19 -0
- package/types/methods/upgradeGift.js +3 -0
- package/types/methods/upgradeGift.js.map +1 -0
- package/types/methods/uploadStickerFile.d.ts +18 -0
- package/types/methods/uploadStickerFile.js +3 -0
- package/types/methods/uploadStickerFile.js.map +1 -0
- package/types/methods/validateOrderInfo.d.ts +18 -0
- package/types/methods/validateOrderInfo.js +3 -0
- package/types/methods/validateOrderInfo.js.map +1 -0
- package/types/methods/viewMessages.d.ts +20 -0
- package/types/methods/viewMessages.js +3 -0
- package/types/methods/viewMessages.js.map +1 -0
- package/types/methods/viewPremiumFeature.d.ts +14 -0
- package/types/methods/viewPremiumFeature.js +3 -0
- package/types/methods/viewPremiumFeature.js.map +1 -0
- package/types/methods/viewSponsoredChat.d.ts +13 -0
- package/types/methods/viewSponsoredChat.js +3 -0
- package/types/methods/viewSponsoredChat.js.map +1 -0
- package/types/methods/viewTrendingStickerSets.d.ts +13 -0
- package/types/methods/viewTrendingStickerSets.js +3 -0
- package/types/methods/viewTrendingStickerSets.js.map +1 -0
- package/types/methods/viewVideoMessageAdvertisement.d.ts +13 -0
- package/types/methods/viewVideoMessageAdvertisement.js +3 -0
- package/types/methods/viewVideoMessageAdvertisement.js.map +1 -0
- package/types/methods/writeGeneratedFilePart.d.ts +17 -0
- package/types/methods/writeGeneratedFilePart.js +3 -0
- package/types/methods/writeGeneratedFilePart.js.map +1 -0
- package/types/outputs/AccentColor.d.ts +10 -0
- package/types/outputs/AccentColor.js +3 -0
- package/types/outputs/AccentColor.js.map +1 -0
- package/types/outputs/AcceptedGiftTypes.d.ts +10 -0
- package/types/outputs/AcceptedGiftTypes.js +3 -0
- package/types/outputs/AcceptedGiftTypes.js.map +1 -0
- package/types/outputs/AccountInfo.d.ts +10 -0
- package/types/outputs/AccountInfo.js +3 -0
- package/types/outputs/AccountInfo.js.map +1 -0
- package/types/outputs/AccountTtl.d.ts +6 -0
- package/types/outputs/AccountTtl.js +3 -0
- package/types/outputs/AccountTtl.js.map +1 -0
- package/types/outputs/ActiveStoryState.d.ts +15 -0
- package/types/outputs/ActiveStoryState.js +3 -0
- package/types/outputs/ActiveStoryState.js.map +1 -0
- package/types/outputs/AddedProxies.d.ts +7 -0
- package/types/outputs/AddedProxies.js +3 -0
- package/types/outputs/AddedProxies.js.map +1 -0
- package/types/outputs/AddedProxy.d.ts +10 -0
- package/types/outputs/AddedProxy.js +3 -0
- package/types/outputs/AddedProxy.js.map +1 -0
- package/types/outputs/AddedReaction.d.ts +10 -0
- package/types/outputs/AddedReaction.js +3 -0
- package/types/outputs/AddedReaction.js.map +1 -0
- package/types/outputs/AddedReactions.d.ts +9 -0
- package/types/outputs/AddedReactions.js +3 -0
- package/types/outputs/AddedReactions.js.map +1 -0
- package/types/outputs/Address.d.ts +11 -0
- package/types/outputs/Address.js +3 -0
- package/types/outputs/Address.js.map +1 -0
- package/types/outputs/AdvertisementSponsor.d.ts +9 -0
- package/types/outputs/AdvertisementSponsor.js +3 -0
- package/types/outputs/AdvertisementSponsor.js.map +1 -0
- package/types/outputs/AffiliateInfo.d.ts +9 -0
- package/types/outputs/AffiliateInfo.js +3 -0
- package/types/outputs/AffiliateInfo.js.map +1 -0
- package/types/outputs/AffiliateProgramInfo.d.ts +9 -0
- package/types/outputs/AffiliateProgramInfo.js +3 -0
- package/types/outputs/AffiliateProgramInfo.js.map +1 -0
- package/types/outputs/AffiliateProgramParameters.d.ts +7 -0
- package/types/outputs/AffiliateProgramParameters.js +3 -0
- package/types/outputs/AffiliateProgramParameters.js.map +1 -0
- package/types/outputs/AffiliateProgramSortOrder.d.ts +14 -0
- package/types/outputs/AffiliateProgramSortOrder.js +3 -0
- package/types/outputs/AffiliateProgramSortOrder.js.map +1 -0
- package/types/outputs/AffiliateType.d.ts +16 -0
- package/types/outputs/AffiliateType.js +3 -0
- package/types/outputs/AffiliateType.js.map +1 -0
- package/types/outputs/AgeVerificationParameters.d.ts +8 -0
- package/types/outputs/AgeVerificationParameters.js +3 -0
- package/types/outputs/AgeVerificationParameters.js.map +1 -0
- package/types/outputs/AlternativeVideo.d.ts +12 -0
- package/types/outputs/AlternativeVideo.js +3 -0
- package/types/outputs/AlternativeVideo.js.map +1 -0
- package/types/outputs/AnimatedChatPhoto.d.ts +9 -0
- package/types/outputs/AnimatedChatPhoto.js +3 -0
- package/types/outputs/AnimatedChatPhoto.js.map +1 -0
- package/types/outputs/AnimatedEmoji.d.ts +11 -0
- package/types/outputs/AnimatedEmoji.js +3 -0
- package/types/outputs/AnimatedEmoji.js.map +1 -0
- package/types/outputs/Animation.d.ts +15 -0
- package/types/outputs/Animation.js +3 -0
- package/types/outputs/Animation.js.map +1 -0
- package/types/outputs/Animations.d.ts +7 -0
- package/types/outputs/Animations.js +3 -0
- package/types/outputs/Animations.js.map +1 -0
- package/types/outputs/ArchiveChatListSettings.d.ts +8 -0
- package/types/outputs/ArchiveChatListSettings.js +3 -0
- package/types/outputs/ArchiveChatListSettings.js.map +1 -0
- package/types/outputs/AttachmentMenuBot.d.ts +29 -0
- package/types/outputs/AttachmentMenuBot.js +3 -0
- package/types/outputs/AttachmentMenuBot.js.map +1 -0
- package/types/outputs/AttachmentMenuBotColor.d.ts +7 -0
- package/types/outputs/AttachmentMenuBotColor.js +3 -0
- package/types/outputs/AttachmentMenuBotColor.js.map +1 -0
- package/types/outputs/AttributeCraftPersistenceProbability.d.ts +6 -0
- package/types/outputs/AttributeCraftPersistenceProbability.js +3 -0
- package/types/outputs/AttributeCraftPersistenceProbability.js.map +1 -0
- package/types/outputs/AuctionBid.d.ts +8 -0
- package/types/outputs/AuctionBid.js +3 -0
- package/types/outputs/AuctionBid.js.map +1 -0
- package/types/outputs/AuctionRound.d.ts +9 -0
- package/types/outputs/AuctionRound.js +3 -0
- package/types/outputs/AuctionRound.js.map +1 -0
- package/types/outputs/AuctionState.d.ts +31 -0
- package/types/outputs/AuctionState.js +3 -0
- package/types/outputs/AuctionState.js.map +1 -0
- package/types/outputs/Audio.d.ts +15 -0
- package/types/outputs/Audio.js +3 -0
- package/types/outputs/Audio.js.map +1 -0
- package/types/outputs/Audios.d.ts +8 -0
- package/types/outputs/Audios.js +3 -0
- package/types/outputs/Audios.js.map +1 -0
- package/types/outputs/AuthenticationCodeInfo.d.ts +10 -0
- package/types/outputs/AuthenticationCodeInfo.js +3 -0
- package/types/outputs/AuthenticationCodeInfo.js.map +1 -0
- package/types/outputs/AuthenticationCodeType.d.ts +58 -0
- package/types/outputs/AuthenticationCodeType.js +3 -0
- package/types/outputs/AuthenticationCodeType.js.map +1 -0
- package/types/outputs/AuthorizationState.d.ts +71 -0
- package/types/outputs/AuthorizationState.js +3 -0
- package/types/outputs/AuthorizationState.js.map +1 -0
- package/types/outputs/AutoDownloadSettings.d.ts +14 -0
- package/types/outputs/AutoDownloadSettings.js +3 -0
- package/types/outputs/AutoDownloadSettings.js.map +1 -0
- package/types/outputs/AutoDownloadSettingsPresets.d.ts +9 -0
- package/types/outputs/AutoDownloadSettingsPresets.js +3 -0
- package/types/outputs/AutoDownloadSettingsPresets.js.map +1 -0
- package/types/outputs/AutosaveSettings.d.ts +10 -0
- package/types/outputs/AutosaveSettings.js +3 -0
- package/types/outputs/AutosaveSettings.js.map +1 -0
- package/types/outputs/AutosaveSettingsException.d.ts +8 -0
- package/types/outputs/AutosaveSettingsException.js +3 -0
- package/types/outputs/AutosaveSettingsException.js.map +1 -0
- package/types/outputs/AutosaveSettingsScope.d.ts +19 -0
- package/types/outputs/AutosaveSettingsScope.js +3 -0
- package/types/outputs/AutosaveSettingsScope.js.map +1 -0
- package/types/outputs/AvailableGift.d.ts +10 -0
- package/types/outputs/AvailableGift.js +3 -0
- package/types/outputs/AvailableGift.js.map +1 -0
- package/types/outputs/AvailableGifts.d.ts +7 -0
- package/types/outputs/AvailableGifts.js +3 -0
- package/types/outputs/AvailableGifts.js.map +1 -0
- package/types/outputs/AvailableReaction.d.ts +8 -0
- package/types/outputs/AvailableReaction.js +3 -0
- package/types/outputs/AvailableReaction.js.map +1 -0
- package/types/outputs/AvailableReactions.d.ts +12 -0
- package/types/outputs/AvailableReactions.js +3 -0
- package/types/outputs/AvailableReactions.js.map +1 -0
- package/types/outputs/Background.d.ts +12 -0
- package/types/outputs/Background.js +3 -0
- package/types/outputs/Background.js.map +1 -0
- package/types/outputs/BackgroundFill.d.ts +19 -0
- package/types/outputs/BackgroundFill.js +3 -0
- package/types/outputs/BackgroundFill.js.map +1 -0
- package/types/outputs/BackgroundType.d.ts +27 -0
- package/types/outputs/BackgroundType.js +3 -0
- package/types/outputs/BackgroundType.js.map +1 -0
- package/types/outputs/Backgrounds.d.ts +7 -0
- package/types/outputs/Backgrounds.js +3 -0
- package/types/outputs/Backgrounds.js.map +1 -0
- package/types/outputs/BankCardActionOpenUrl.d.ts +7 -0
- package/types/outputs/BankCardActionOpenUrl.js +3 -0
- package/types/outputs/BankCardActionOpenUrl.js.map +1 -0
- package/types/outputs/BankCardInfo.d.ts +8 -0
- package/types/outputs/BankCardInfo.js +3 -0
- package/types/outputs/BankCardInfo.js.map +1 -0
- package/types/outputs/BasicGroup.d.ts +11 -0
- package/types/outputs/BasicGroup.js +3 -0
- package/types/outputs/BasicGroup.js.map +1 -0
- package/types/outputs/BasicGroupFullInfo.d.ts +14 -0
- package/types/outputs/BasicGroupFullInfo.js +3 -0
- package/types/outputs/BasicGroupFullInfo.js.map +1 -0
- package/types/outputs/Birthdate.d.ts +8 -0
- package/types/outputs/Birthdate.js +3 -0
- package/types/outputs/Birthdate.js.map +1 -0
- package/types/outputs/BlockList.d.ts +10 -0
- package/types/outputs/BlockList.js +3 -0
- package/types/outputs/BlockList.js.map +1 -0
- package/types/outputs/Bool.d.ts +7 -0
- package/types/outputs/Bool.js +3 -0
- package/types/outputs/Bool.js.map +1 -0
- package/types/outputs/BotCommand.d.ts +7 -0
- package/types/outputs/BotCommand.js +3 -0
- package/types/outputs/BotCommand.js.map +1 -0
- package/types/outputs/BotCommandScope.d.ts +34 -0
- package/types/outputs/BotCommandScope.js +3 -0
- package/types/outputs/BotCommandScope.js.map +1 -0
- package/types/outputs/BotCommands.d.ts +8 -0
- package/types/outputs/BotCommands.js +3 -0
- package/types/outputs/BotCommands.js.map +1 -0
- package/types/outputs/BotInfo.d.ts +28 -0
- package/types/outputs/BotInfo.js +3 -0
- package/types/outputs/BotInfo.js.map +1 -0
- package/types/outputs/BotMediaPreview.d.ts +8 -0
- package/types/outputs/BotMediaPreview.js +3 -0
- package/types/outputs/BotMediaPreview.js.map +1 -0
- package/types/outputs/BotMediaPreviewInfo.d.ts +8 -0
- package/types/outputs/BotMediaPreviewInfo.js +3 -0
- package/types/outputs/BotMediaPreviewInfo.js.map +1 -0
- package/types/outputs/BotMediaPreviews.d.ts +7 -0
- package/types/outputs/BotMediaPreviews.js +3 -0
- package/types/outputs/BotMediaPreviews.js.map +1 -0
- package/types/outputs/BotMenuButton.d.ts +7 -0
- package/types/outputs/BotMenuButton.js +3 -0
- package/types/outputs/BotMenuButton.js.map +1 -0
- package/types/outputs/BotVerification.d.ts +9 -0
- package/types/outputs/BotVerification.js +3 -0
- package/types/outputs/BotVerification.js.map +1 -0
- package/types/outputs/BotVerificationParameters.d.ts +10 -0
- package/types/outputs/BotVerificationParameters.js +3 -0
- package/types/outputs/BotVerificationParameters.js.map +1 -0
- package/types/outputs/BotWriteAccessAllowReason.d.ts +21 -0
- package/types/outputs/BotWriteAccessAllowReason.js +3 -0
- package/types/outputs/BotWriteAccessAllowReason.js.map +1 -0
- package/types/outputs/BuiltInTheme.d.ts +22 -0
- package/types/outputs/BuiltInTheme.js +3 -0
- package/types/outputs/BuiltInTheme.js.map +1 -0
- package/types/outputs/BusinessAwayMessageSchedule.d.ts +16 -0
- package/types/outputs/BusinessAwayMessageSchedule.js +3 -0
- package/types/outputs/BusinessAwayMessageSchedule.js.map +1 -0
- package/types/outputs/BusinessAwayMessageSettings.d.ts +10 -0
- package/types/outputs/BusinessAwayMessageSettings.js +3 -0
- package/types/outputs/BusinessAwayMessageSettings.js.map +1 -0
- package/types/outputs/BusinessBotManageBar.d.ts +9 -0
- package/types/outputs/BusinessBotManageBar.js +3 -0
- package/types/outputs/BusinessBotManageBar.js.map +1 -0
- package/types/outputs/BusinessBotRights.d.ts +19 -0
- package/types/outputs/BusinessBotRights.js +3 -0
- package/types/outputs/BusinessBotRights.js.map +1 -0
- package/types/outputs/BusinessChatLink.d.ts +10 -0
- package/types/outputs/BusinessChatLink.js +3 -0
- package/types/outputs/BusinessChatLink.js.map +1 -0
- package/types/outputs/BusinessChatLinkInfo.d.ts +8 -0
- package/types/outputs/BusinessChatLinkInfo.js +3 -0
- package/types/outputs/BusinessChatLinkInfo.js.map +1 -0
- package/types/outputs/BusinessChatLinks.d.ts +7 -0
- package/types/outputs/BusinessChatLinks.js +3 -0
- package/types/outputs/BusinessChatLinks.js.map +1 -0
- package/types/outputs/BusinessConnectedBot.d.ts +9 -0
- package/types/outputs/BusinessConnectedBot.js +3 -0
- package/types/outputs/BusinessConnectedBot.js.map +1 -0
- package/types/outputs/BusinessConnection.d.ts +12 -0
- package/types/outputs/BusinessConnection.js +3 -0
- package/types/outputs/BusinessConnection.js.map +1 -0
- package/types/outputs/BusinessFeature.d.ts +46 -0
- package/types/outputs/BusinessFeature.js +3 -0
- package/types/outputs/BusinessFeature.js.map +1 -0
- package/types/outputs/BusinessFeaturePromotionAnimation.d.ts +8 -0
- package/types/outputs/BusinessFeaturePromotionAnimation.js +3 -0
- package/types/outputs/BusinessFeaturePromotionAnimation.js.map +1 -0
- package/types/outputs/BusinessFeatures.d.ts +7 -0
- package/types/outputs/BusinessFeatures.js +3 -0
- package/types/outputs/BusinessFeatures.js.map +1 -0
- package/types/outputs/BusinessGreetingMessageSettings.d.ts +9 -0
- package/types/outputs/BusinessGreetingMessageSettings.js +3 -0
- package/types/outputs/BusinessGreetingMessageSettings.js.map +1 -0
- package/types/outputs/BusinessInfo.d.ts +14 -0
- package/types/outputs/BusinessInfo.js +3 -0
- package/types/outputs/BusinessInfo.js.map +1 -0
- package/types/outputs/BusinessLocation.d.ts +8 -0
- package/types/outputs/BusinessLocation.js +3 -0
- package/types/outputs/BusinessLocation.js.map +1 -0
- package/types/outputs/BusinessMessage.d.ts +8 -0
- package/types/outputs/BusinessMessage.js +3 -0
- package/types/outputs/BusinessMessage.js.map +1 -0
- package/types/outputs/BusinessMessages.d.ts +7 -0
- package/types/outputs/BusinessMessages.js +3 -0
- package/types/outputs/BusinessMessages.js.map +1 -0
- package/types/outputs/BusinessOpeningHours.d.ts +8 -0
- package/types/outputs/BusinessOpeningHours.js +3 -0
- package/types/outputs/BusinessOpeningHours.js.map +1 -0
- package/types/outputs/BusinessOpeningHoursInterval.d.ts +7 -0
- package/types/outputs/BusinessOpeningHoursInterval.js +3 -0
- package/types/outputs/BusinessOpeningHoursInterval.js.map +1 -0
- package/types/outputs/BusinessRecipients.d.ts +12 -0
- package/types/outputs/BusinessRecipients.js +3 -0
- package/types/outputs/BusinessRecipients.js.map +1 -0
- package/types/outputs/BusinessStartPage.d.ts +9 -0
- package/types/outputs/BusinessStartPage.js +3 -0
- package/types/outputs/BusinessStartPage.js.map +1 -0
- package/types/outputs/ButtonStyle.d.ts +18 -0
- package/types/outputs/ButtonStyle.js +3 -0
- package/types/outputs/ButtonStyle.js.map +1 -0
- package/types/outputs/Call.d.ts +12 -0
- package/types/outputs/Call.js +3 -0
- package/types/outputs/Call.js.map +1 -0
- package/types/outputs/CallDiscardReason.d.ts +27 -0
- package/types/outputs/CallDiscardReason.js +3 -0
- package/types/outputs/CallDiscardReason.js.map +1 -0
- package/types/outputs/CallId.d.ts +6 -0
- package/types/outputs/CallId.js +3 -0
- package/types/outputs/CallId.js.map +1 -0
- package/types/outputs/CallProblem.d.ts +38 -0
- package/types/outputs/CallProblem.js +3 -0
- package/types/outputs/CallProblem.js.map +1 -0
- package/types/outputs/CallProtocol.d.ts +10 -0
- package/types/outputs/CallProtocol.js +3 -0
- package/types/outputs/CallProtocol.js.map +1 -0
- package/types/outputs/CallServer.d.ts +11 -0
- package/types/outputs/CallServer.js +3 -0
- package/types/outputs/CallServer.js.map +1 -0
- package/types/outputs/CallServerType.d.ts +16 -0
- package/types/outputs/CallServerType.js +3 -0
- package/types/outputs/CallServerType.js.map +1 -0
- package/types/outputs/CallState.d.ts +42 -0
- package/types/outputs/CallState.js +3 -0
- package/types/outputs/CallState.js.map +1 -0
- package/types/outputs/CallbackQueryAnswer.d.ts +8 -0
- package/types/outputs/CallbackQueryAnswer.js +3 -0
- package/types/outputs/CallbackQueryAnswer.js.map +1 -0
- package/types/outputs/CallbackQueryPayload.d.ts +18 -0
- package/types/outputs/CallbackQueryPayload.js +3 -0
- package/types/outputs/CallbackQueryPayload.js.map +1 -0
- package/types/outputs/CanPostStoryResult.d.ts +34 -0
- package/types/outputs/CanPostStoryResult.js +3 -0
- package/types/outputs/CanPostStoryResult.js.map +1 -0
- package/types/outputs/CanSendGiftResult.d.ts +12 -0
- package/types/outputs/CanSendGiftResult.js +3 -0
- package/types/outputs/CanSendGiftResult.js.map +1 -0
- package/types/outputs/CanSendMessageToUserResult.d.ts +19 -0
- package/types/outputs/CanSendMessageToUserResult.js +3 -0
- package/types/outputs/CanSendMessageToUserResult.js.map +1 -0
- package/types/outputs/CanTransferOwnershipResult.d.ts +20 -0
- package/types/outputs/CanTransferOwnershipResult.js +3 -0
- package/types/outputs/CanTransferOwnershipResult.js.map +1 -0
- package/types/outputs/Chat.d.ts +48 -0
- package/types/outputs/Chat.js +3 -0
- package/types/outputs/Chat.js.map +1 -0
- package/types/outputs/ChatAction.d.ts +68 -0
- package/types/outputs/ChatAction.js +3 -0
- package/types/outputs/ChatAction.js.map +1 -0
- package/types/outputs/ChatActionBar.d.ts +33 -0
- package/types/outputs/ChatActionBar.js +3 -0
- package/types/outputs/ChatActionBar.js.map +1 -0
- package/types/outputs/ChatActiveStories.d.ts +12 -0
- package/types/outputs/ChatActiveStories.js +3 -0
- package/types/outputs/ChatActiveStories.js.map +1 -0
- package/types/outputs/ChatAdministrator.d.ts +8 -0
- package/types/outputs/ChatAdministrator.js +3 -0
- package/types/outputs/ChatAdministrator.js.map +1 -0
- package/types/outputs/ChatAdministratorRights.d.ts +21 -0
- package/types/outputs/ChatAdministratorRights.js +3 -0
- package/types/outputs/ChatAdministratorRights.js.map +1 -0
- package/types/outputs/ChatAdministrators.d.ts +7 -0
- package/types/outputs/ChatAdministrators.js +3 -0
- package/types/outputs/ChatAdministrators.js.map +1 -0
- package/types/outputs/ChatAvailableReactions.d.ts +14 -0
- package/types/outputs/ChatAvailableReactions.js +3 -0
- package/types/outputs/ChatAvailableReactions.js.map +1 -0
- package/types/outputs/ChatBackground.d.ts +8 -0
- package/types/outputs/ChatBackground.js +3 -0
- package/types/outputs/ChatBackground.js.map +1 -0
- package/types/outputs/ChatBoost.d.ts +11 -0
- package/types/outputs/ChatBoost.js +3 -0
- package/types/outputs/ChatBoost.js.map +1 -0
- package/types/outputs/ChatBoostFeatures.d.ts +16 -0
- package/types/outputs/ChatBoostFeatures.js +3 -0
- package/types/outputs/ChatBoostFeatures.js.map +1 -0
- package/types/outputs/ChatBoostLevelFeatures.d.ts +20 -0
- package/types/outputs/ChatBoostLevelFeatures.js +3 -0
- package/types/outputs/ChatBoostLevelFeatures.js.map +1 -0
- package/types/outputs/ChatBoostLink.d.ts +7 -0
- package/types/outputs/ChatBoostLink.js +3 -0
- package/types/outputs/ChatBoostLink.js.map +1 -0
- package/types/outputs/ChatBoostLinkInfo.d.ts +7 -0
- package/types/outputs/ChatBoostLinkInfo.js +3 -0
- package/types/outputs/ChatBoostLinkInfo.js.map +1 -0
- package/types/outputs/ChatBoostSlot.d.ts +10 -0
- package/types/outputs/ChatBoostSlot.js +3 -0
- package/types/outputs/ChatBoostSlot.js.map +1 -0
- package/types/outputs/ChatBoostSlots.d.ts +7 -0
- package/types/outputs/ChatBoostSlots.js +3 -0
- package/types/outputs/ChatBoostSlots.js.map +1 -0
- package/types/outputs/ChatBoostSource.d.ts +22 -0
- package/types/outputs/ChatBoostSource.js +3 -0
- package/types/outputs/ChatBoostSource.js.map +1 -0
- package/types/outputs/ChatBoostStatus.d.ts +16 -0
- package/types/outputs/ChatBoostStatus.js +3 -0
- package/types/outputs/ChatBoostStatus.js.map +1 -0
- package/types/outputs/ChatEvent.d.ts +10 -0
- package/types/outputs/ChatEvent.js +3 -0
- package/types/outputs/ChatEvent.js.map +1 -0
- package/types/outputs/ChatEventAction.d.ts +298 -0
- package/types/outputs/ChatEventAction.js +3 -0
- package/types/outputs/ChatEventAction.js.map +1 -0
- package/types/outputs/ChatEventLogFilters.d.ts +19 -0
- package/types/outputs/ChatEventLogFilters.js +3 -0
- package/types/outputs/ChatEventLogFilters.js.map +1 -0
- package/types/outputs/ChatEvents.d.ts +7 -0
- package/types/outputs/ChatEvents.js +3 -0
- package/types/outputs/ChatEvents.js.map +1 -0
- package/types/outputs/ChatFolder.d.ts +21 -0
- package/types/outputs/ChatFolder.js +3 -0
- package/types/outputs/ChatFolder.js.map +1 -0
- package/types/outputs/ChatFolderIcon.d.ts +6 -0
- package/types/outputs/ChatFolderIcon.js +3 -0
- package/types/outputs/ChatFolderIcon.js.map +1 -0
- package/types/outputs/ChatFolderInfo.d.ts +12 -0
- package/types/outputs/ChatFolderInfo.js +3 -0
- package/types/outputs/ChatFolderInfo.js.map +1 -0
- package/types/outputs/ChatFolderInviteLink.d.ts +8 -0
- package/types/outputs/ChatFolderInviteLink.js +3 -0
- package/types/outputs/ChatFolderInviteLink.js.map +1 -0
- package/types/outputs/ChatFolderInviteLinkInfo.d.ts +9 -0
- package/types/outputs/ChatFolderInviteLinkInfo.js +3 -0
- package/types/outputs/ChatFolderInviteLinkInfo.js.map +1 -0
- package/types/outputs/ChatFolderInviteLinks.d.ts +7 -0
- package/types/outputs/ChatFolderInviteLinks.js +3 -0
- package/types/outputs/ChatFolderInviteLinks.js.map +1 -0
- package/types/outputs/ChatFolderName.d.ts +8 -0
- package/types/outputs/ChatFolderName.js +3 -0
- package/types/outputs/ChatFolderName.js.map +1 -0
- package/types/outputs/ChatInviteLink.d.ts +20 -0
- package/types/outputs/ChatInviteLink.js +3 -0
- package/types/outputs/ChatInviteLink.js.map +1 -0
- package/types/outputs/ChatInviteLinkCount.d.ts +8 -0
- package/types/outputs/ChatInviteLinkCount.js +3 -0
- package/types/outputs/ChatInviteLinkCount.js.map +1 -0
- package/types/outputs/ChatInviteLinkCounts.d.ts +7 -0
- package/types/outputs/ChatInviteLinkCounts.js +3 -0
- package/types/outputs/ChatInviteLinkCounts.js.map +1 -0
- package/types/outputs/ChatInviteLinkInfo.d.ts +19 -0
- package/types/outputs/ChatInviteLinkInfo.js +3 -0
- package/types/outputs/ChatInviteLinkInfo.js.map +1 -0
- package/types/outputs/ChatInviteLinkMember.d.ts +9 -0
- package/types/outputs/ChatInviteLinkMember.js +3 -0
- package/types/outputs/ChatInviteLinkMember.js.map +1 -0
- package/types/outputs/ChatInviteLinkMembers.d.ts +8 -0
- package/types/outputs/ChatInviteLinkMembers.js +3 -0
- package/types/outputs/ChatInviteLinkMembers.js.map +1 -0
- package/types/outputs/ChatInviteLinkSubscriptionInfo.d.ts +9 -0
- package/types/outputs/ChatInviteLinkSubscriptionInfo.js +3 -0
- package/types/outputs/ChatInviteLinkSubscriptionInfo.js.map +1 -0
- package/types/outputs/ChatInviteLinks.d.ts +8 -0
- package/types/outputs/ChatInviteLinks.js +3 -0
- package/types/outputs/ChatInviteLinks.js.map +1 -0
- package/types/outputs/ChatJoinRequest.d.ts +8 -0
- package/types/outputs/ChatJoinRequest.js +3 -0
- package/types/outputs/ChatJoinRequest.js.map +1 -0
- package/types/outputs/ChatJoinRequests.d.ts +8 -0
- package/types/outputs/ChatJoinRequests.js +3 -0
- package/types/outputs/ChatJoinRequests.js.map +1 -0
- package/types/outputs/ChatJoinRequestsInfo.d.ts +7 -0
- package/types/outputs/ChatJoinRequestsInfo.js +3 -0
- package/types/outputs/ChatJoinRequestsInfo.js.map +1 -0
- package/types/outputs/ChatList.d.ts +15 -0
- package/types/outputs/ChatList.js +3 -0
- package/types/outputs/ChatList.js.map +1 -0
- package/types/outputs/ChatLists.d.ts +7 -0
- package/types/outputs/ChatLists.js +3 -0
- package/types/outputs/ChatLists.js.map +1 -0
- package/types/outputs/ChatLocation.d.ts +8 -0
- package/types/outputs/ChatLocation.js +3 -0
- package/types/outputs/ChatLocation.js.map +1 -0
- package/types/outputs/ChatMember.d.ts +10 -0
- package/types/outputs/ChatMember.js +3 -0
- package/types/outputs/ChatMember.js.map +1 -0
- package/types/outputs/ChatMemberStatus.d.ts +38 -0
- package/types/outputs/ChatMemberStatus.js +3 -0
- package/types/outputs/ChatMemberStatus.js.map +1 -0
- package/types/outputs/ChatMembers.d.ts +8 -0
- package/types/outputs/ChatMembers.js +3 -0
- package/types/outputs/ChatMembers.js.map +1 -0
- package/types/outputs/ChatMembersFilter.d.ts +32 -0
- package/types/outputs/ChatMembersFilter.js +3 -0
- package/types/outputs/ChatMembersFilter.js.map +1 -0
- package/types/outputs/ChatMessageSender.d.ts +8 -0
- package/types/outputs/ChatMessageSender.js +3 -0
- package/types/outputs/ChatMessageSender.js.map +1 -0
- package/types/outputs/ChatMessageSenders.d.ts +7 -0
- package/types/outputs/ChatMessageSenders.js +3 -0
- package/types/outputs/ChatMessageSenders.js.map +1 -0
- package/types/outputs/ChatNotificationSettings.d.ts +21 -0
- package/types/outputs/ChatNotificationSettings.js +3 -0
- package/types/outputs/ChatNotificationSettings.js.map +1 -0
- package/types/outputs/ChatPermissions.d.ts +19 -0
- package/types/outputs/ChatPermissions.js +3 -0
- package/types/outputs/ChatPermissions.js.map +1 -0
- package/types/outputs/ChatPhoto.d.ts +13 -0
- package/types/outputs/ChatPhoto.js +3 -0
- package/types/outputs/ChatPhoto.js.map +1 -0
- package/types/outputs/ChatPhotoInfo.d.ts +11 -0
- package/types/outputs/ChatPhotoInfo.js +3 -0
- package/types/outputs/ChatPhotoInfo.js.map +1 -0
- package/types/outputs/ChatPhotoSticker.d.ts +8 -0
- package/types/outputs/ChatPhotoSticker.js +3 -0
- package/types/outputs/ChatPhotoSticker.js.map +1 -0
- package/types/outputs/ChatPhotoStickerType.d.ts +13 -0
- package/types/outputs/ChatPhotoStickerType.js +3 -0
- package/types/outputs/ChatPhotoStickerType.js.map +1 -0
- package/types/outputs/ChatPhotos.d.ts +8 -0
- package/types/outputs/ChatPhotos.js +3 -0
- package/types/outputs/ChatPhotos.js.map +1 -0
- package/types/outputs/ChatPosition.d.ts +10 -0
- package/types/outputs/ChatPosition.js +3 -0
- package/types/outputs/ChatPosition.js.map +1 -0
- package/types/outputs/ChatRevenueAmount.d.ts +10 -0
- package/types/outputs/ChatRevenueAmount.js +3 -0
- package/types/outputs/ChatRevenueAmount.js.map +1 -0
- package/types/outputs/ChatRevenueStatistics.d.ts +10 -0
- package/types/outputs/ChatRevenueStatistics.js +3 -0
- package/types/outputs/ChatRevenueStatistics.js.map +1 -0
- package/types/outputs/ChatRevenueTransaction.d.ts +9 -0
- package/types/outputs/ChatRevenueTransaction.js +3 -0
- package/types/outputs/ChatRevenueTransaction.js.map +1 -0
- package/types/outputs/ChatRevenueTransactionType.d.ts +29 -0
- package/types/outputs/ChatRevenueTransactionType.js +3 -0
- package/types/outputs/ChatRevenueTransactionType.js.map +1 -0
- package/types/outputs/ChatRevenueTransactions.d.ts +9 -0
- package/types/outputs/ChatRevenueTransactions.js +3 -0
- package/types/outputs/ChatRevenueTransactions.js.map +1 -0
- package/types/outputs/ChatSource.d.ts +12 -0
- package/types/outputs/ChatSource.js +3 -0
- package/types/outputs/ChatSource.js.map +1 -0
- package/types/outputs/ChatStatistics.d.ts +49 -0
- package/types/outputs/ChatStatistics.js +3 -0
- package/types/outputs/ChatStatistics.js.map +1 -0
- package/types/outputs/ChatStatisticsAdministratorActionsInfo.d.ts +9 -0
- package/types/outputs/ChatStatisticsAdministratorActionsInfo.js +3 -0
- package/types/outputs/ChatStatisticsAdministratorActionsInfo.js.map +1 -0
- package/types/outputs/ChatStatisticsInteractionInfo.d.ts +10 -0
- package/types/outputs/ChatStatisticsInteractionInfo.js +3 -0
- package/types/outputs/ChatStatisticsInteractionInfo.js.map +1 -0
- package/types/outputs/ChatStatisticsInviterInfo.d.ts +7 -0
- package/types/outputs/ChatStatisticsInviterInfo.js +3 -0
- package/types/outputs/ChatStatisticsInviterInfo.js.map +1 -0
- package/types/outputs/ChatStatisticsMessageSenderInfo.d.ts +8 -0
- package/types/outputs/ChatStatisticsMessageSenderInfo.js +3 -0
- package/types/outputs/ChatStatisticsMessageSenderInfo.js.map +1 -0
- package/types/outputs/ChatStatisticsObjectType.d.ts +12 -0
- package/types/outputs/ChatStatisticsObjectType.js +3 -0
- package/types/outputs/ChatStatisticsObjectType.js.map +1 -0
- package/types/outputs/ChatTheme.d.ts +13 -0
- package/types/outputs/ChatTheme.js +3 -0
- package/types/outputs/ChatTheme.js.map +1 -0
- package/types/outputs/ChatType.d.ts +24 -0
- package/types/outputs/ChatType.js +3 -0
- package/types/outputs/ChatType.js.map +1 -0
- package/types/outputs/Chats.d.ts +7 -0
- package/types/outputs/Chats.js +3 -0
- package/types/outputs/Chats.js.map +1 -0
- package/types/outputs/CheckChatUsernameResult.d.ts +26 -0
- package/types/outputs/CheckChatUsernameResult.js +3 -0
- package/types/outputs/CheckChatUsernameResult.js.map +1 -0
- package/types/outputs/CheckStickerSetNameResult.d.ts +14 -0
- package/types/outputs/CheckStickerSetNameResult.js +3 -0
- package/types/outputs/CheckStickerSetNameResult.js.map +1 -0
- package/types/outputs/Checklist.d.ts +12 -0
- package/types/outputs/Checklist.js +3 -0
- package/types/outputs/Checklist.js.map +1 -0
- package/types/outputs/ChecklistTask.d.ts +10 -0
- package/types/outputs/ChecklistTask.js +3 -0
- package/types/outputs/ChecklistTask.js.map +1 -0
- package/types/outputs/CloseBirthdayUser.d.ts +8 -0
- package/types/outputs/CloseBirthdayUser.js +3 -0
- package/types/outputs/CloseBirthdayUser.js.map +1 -0
- package/types/outputs/ClosedVectorPath.d.ts +7 -0
- package/types/outputs/ClosedVectorPath.js +3 -0
- package/types/outputs/ClosedVectorPath.js.map +1 -0
- package/types/outputs/CollectibleItemInfo.d.ts +11 -0
- package/types/outputs/CollectibleItemInfo.js +3 -0
- package/types/outputs/CollectibleItemInfo.js.map +1 -0
- package/types/outputs/CollectibleItemType.d.ts +12 -0
- package/types/outputs/CollectibleItemType.js +3 -0
- package/types/outputs/CollectibleItemType.js.map +1 -0
- package/types/outputs/ConnectedAffiliateProgram.d.ts +13 -0
- package/types/outputs/ConnectedAffiliateProgram.js +3 -0
- package/types/outputs/ConnectedAffiliateProgram.js.map +1 -0
- package/types/outputs/ConnectedAffiliatePrograms.d.ts +9 -0
- package/types/outputs/ConnectedAffiliatePrograms.js +3 -0
- package/types/outputs/ConnectedAffiliatePrograms.js.map +1 -0
- package/types/outputs/ConnectedWebsite.d.ts +14 -0
- package/types/outputs/ConnectedWebsite.js +3 -0
- package/types/outputs/ConnectedWebsite.js.map +1 -0
- package/types/outputs/ConnectedWebsites.d.ts +7 -0
- package/types/outputs/ConnectedWebsites.js +3 -0
- package/types/outputs/ConnectedWebsites.js.map +1 -0
- package/types/outputs/ConnectionState.d.ts +22 -0
- package/types/outputs/ConnectionState.js +3 -0
- package/types/outputs/ConnectionState.js.map +1 -0
- package/types/outputs/Contact.d.ts +10 -0
- package/types/outputs/Contact.js +3 -0
- package/types/outputs/Contact.js.map +1 -0
- package/types/outputs/Count.d.ts +6 -0
- package/types/outputs/Count.js +3 -0
- package/types/outputs/Count.js.map +1 -0
- package/types/outputs/Countries.d.ts +7 -0
- package/types/outputs/Countries.js +3 -0
- package/types/outputs/Countries.js.map +1 -0
- package/types/outputs/CountryInfo.d.ts +10 -0
- package/types/outputs/CountryInfo.js +3 -0
- package/types/outputs/CountryInfo.js.map +1 -0
- package/types/outputs/CraftGiftResult.d.ts +22 -0
- package/types/outputs/CraftGiftResult.js +3 -0
- package/types/outputs/CraftGiftResult.js.map +1 -0
- package/types/outputs/CreatedBasicGroupChat.d.ts +8 -0
- package/types/outputs/CreatedBasicGroupChat.js +3 -0
- package/types/outputs/CreatedBasicGroupChat.js.map +1 -0
- package/types/outputs/CurrentWeather.d.ts +7 -0
- package/types/outputs/CurrentWeather.js +3 -0
- package/types/outputs/CurrentWeather.js.map +1 -0
- package/types/outputs/CustomRequestResult.d.ts +6 -0
- package/types/outputs/CustomRequestResult.js +3 -0
- package/types/outputs/CustomRequestResult.js.map +1 -0
- package/types/outputs/Data.d.ts +6 -0
- package/types/outputs/Data.js +3 -0
- package/types/outputs/Data.js.map +1 -0
- package/types/outputs/DatabaseStatistics.d.ts +6 -0
- package/types/outputs/DatabaseStatistics.js +3 -0
- package/types/outputs/DatabaseStatistics.js.map +1 -0
- package/types/outputs/Date.d.ts +8 -0
- package/types/outputs/Date.js +3 -0
- package/types/outputs/Date.js.map +1 -0
- package/types/outputs/DateRange.d.ts +7 -0
- package/types/outputs/DateRange.js +3 -0
- package/types/outputs/DateRange.js.map +1 -0
- package/types/outputs/DatedFile.d.ts +8 -0
- package/types/outputs/DatedFile.js +3 -0
- package/types/outputs/DatedFile.js.map +1 -0
- package/types/outputs/DeepLinkInfo.d.ts +8 -0
- package/types/outputs/DeepLinkInfo.js +3 -0
- package/types/outputs/DeepLinkInfo.js.map +1 -0
- package/types/outputs/DeviceToken.d.ts +69 -0
- package/types/outputs/DeviceToken.js +3 -0
- package/types/outputs/DeviceToken.js.map +1 -0
- package/types/outputs/DiceStickers.d.ts +17 -0
- package/types/outputs/DiceStickers.js +3 -0
- package/types/outputs/DiceStickers.js.map +1 -0
- package/types/outputs/DirectMessagesChatTopic.d.ts +18 -0
- package/types/outputs/DirectMessagesChatTopic.js +3 -0
- package/types/outputs/DirectMessagesChatTopic.js.map +1 -0
- package/types/outputs/Document.d.ts +11 -0
- package/types/outputs/Document.js +3 -0
- package/types/outputs/Document.js.map +1 -0
- package/types/outputs/DownloadedFileCounts.d.ts +8 -0
- package/types/outputs/DownloadedFileCounts.js +3 -0
- package/types/outputs/DownloadedFileCounts.js.map +1 -0
- package/types/outputs/DraftMessage.d.ts +11 -0
- package/types/outputs/DraftMessage.js +3 -0
- package/types/outputs/DraftMessage.js.map +1 -0
- package/types/outputs/EmailAddressAuthentication.d.ts +17 -0
- package/types/outputs/EmailAddressAuthentication.js +3 -0
- package/types/outputs/EmailAddressAuthentication.js.map +1 -0
- package/types/outputs/EmailAddressAuthenticationCodeInfo.d.ts +7 -0
- package/types/outputs/EmailAddressAuthenticationCodeInfo.js +3 -0
- package/types/outputs/EmailAddressAuthenticationCodeInfo.js.map +1 -0
- package/types/outputs/EmailAddressResetState.d.ts +12 -0
- package/types/outputs/EmailAddressResetState.js +3 -0
- package/types/outputs/EmailAddressResetState.js.map +1 -0
- package/types/outputs/EmojiCategories.d.ts +7 -0
- package/types/outputs/EmojiCategories.js +3 -0
- package/types/outputs/EmojiCategories.js.map +1 -0
- package/types/outputs/EmojiCategory.d.ts +10 -0
- package/types/outputs/EmojiCategory.js +3 -0
- package/types/outputs/EmojiCategory.js.map +1 -0
- package/types/outputs/EmojiCategorySource.d.ts +11 -0
- package/types/outputs/EmojiCategorySource.js +3 -0
- package/types/outputs/EmojiCategorySource.js.map +1 -0
- package/types/outputs/EmojiCategoryType.d.ts +18 -0
- package/types/outputs/EmojiCategoryType.js +3 -0
- package/types/outputs/EmojiCategoryType.js.map +1 -0
- package/types/outputs/EmojiChatTheme.d.ts +9 -0
- package/types/outputs/EmojiChatTheme.js +3 -0
- package/types/outputs/EmojiChatTheme.js.map +1 -0
- package/types/outputs/EmojiKeyword.d.ts +7 -0
- package/types/outputs/EmojiKeyword.js +3 -0
- package/types/outputs/EmojiKeyword.js.map +1 -0
- package/types/outputs/EmojiKeywords.d.ts +7 -0
- package/types/outputs/EmojiKeywords.js +3 -0
- package/types/outputs/EmojiKeywords.js.map +1 -0
- package/types/outputs/EmojiReaction.d.ts +16 -0
- package/types/outputs/EmojiReaction.js +3 -0
- package/types/outputs/EmojiReaction.js.map +1 -0
- package/types/outputs/EmojiStatus.d.ts +8 -0
- package/types/outputs/EmojiStatus.js +3 -0
- package/types/outputs/EmojiStatus.js.map +1 -0
- package/types/outputs/EmojiStatusCustomEmojis.d.ts +6 -0
- package/types/outputs/EmojiStatusCustomEmojis.js +3 -0
- package/types/outputs/EmojiStatusCustomEmojis.js.map +1 -0
- package/types/outputs/EmojiStatusType.d.ts +18 -0
- package/types/outputs/EmojiStatusType.js +3 -0
- package/types/outputs/EmojiStatusType.js.map +1 -0
- package/types/outputs/EmojiStatuses.d.ts +7 -0
- package/types/outputs/EmojiStatuses.js +3 -0
- package/types/outputs/EmojiStatuses.js.map +1 -0
- package/types/outputs/Emojis.d.ts +6 -0
- package/types/outputs/Emojis.js +3 -0
- package/types/outputs/Emojis.js.map +1 -0
- package/types/outputs/EncryptedCredentials.d.ts +8 -0
- package/types/outputs/EncryptedCredentials.js +3 -0
- package/types/outputs/EncryptedCredentials.js.map +1 -0
- package/types/outputs/EncryptedPassportElement.d.ts +15 -0
- package/types/outputs/EncryptedPassportElement.js +3 -0
- package/types/outputs/EncryptedPassportElement.js.map +1 -0
- package/types/outputs/Error.d.ts +7 -0
- package/types/outputs/Error.js +3 -0
- package/types/outputs/Error.js.map +1 -0
- package/types/outputs/FactCheck.d.ts +8 -0
- package/types/outputs/FactCheck.js +3 -0
- package/types/outputs/FactCheck.js.map +1 -0
- package/types/outputs/FailedToAddMember.d.ts +8 -0
- package/types/outputs/FailedToAddMember.js +3 -0
- package/types/outputs/FailedToAddMember.js.map +1 -0
- package/types/outputs/FailedToAddMembers.d.ts +7 -0
- package/types/outputs/FailedToAddMembers.js +3 -0
- package/types/outputs/FailedToAddMembers.js.map +1 -0
- package/types/outputs/File.d.ts +11 -0
- package/types/outputs/File.js +3 -0
- package/types/outputs/File.js.map +1 -0
- package/types/outputs/FileDownload.d.ts +11 -0
- package/types/outputs/FileDownload.js +3 -0
- package/types/outputs/FileDownload.js.map +1 -0
- package/types/outputs/FileDownloadedPrefixSize.d.ts +6 -0
- package/types/outputs/FileDownloadedPrefixSize.js +3 -0
- package/types/outputs/FileDownloadedPrefixSize.js.map +1 -0
- package/types/outputs/FileType.d.ts +94 -0
- package/types/outputs/FileType.js +3 -0
- package/types/outputs/FileType.js.map +1 -0
- package/types/outputs/FirebaseAuthenticationSettings.d.ts +12 -0
- package/types/outputs/FirebaseAuthenticationSettings.js +3 -0
- package/types/outputs/FirebaseAuthenticationSettings.js.map +1 -0
- package/types/outputs/FirebaseDeviceVerificationParameters.d.ts +13 -0
- package/types/outputs/FirebaseDeviceVerificationParameters.js +3 -0
- package/types/outputs/FirebaseDeviceVerificationParameters.js.map +1 -0
- package/types/outputs/FormattedText.d.ts +8 -0
- package/types/outputs/FormattedText.js +3 -0
- package/types/outputs/FormattedText.js.map +1 -0
- package/types/outputs/ForumTopic.d.ts +17 -0
- package/types/outputs/ForumTopic.js +3 -0
- package/types/outputs/ForumTopic.js.map +1 -0
- package/types/outputs/ForumTopicIcon.d.ts +7 -0
- package/types/outputs/ForumTopicIcon.js +3 -0
- package/types/outputs/ForumTopicIcon.js.map +1 -0
- package/types/outputs/ForumTopicInfo.d.ts +17 -0
- package/types/outputs/ForumTopicInfo.js +3 -0
- package/types/outputs/ForumTopicInfo.js.map +1 -0
- package/types/outputs/ForumTopics.d.ts +11 -0
- package/types/outputs/ForumTopics.js +3 -0
- package/types/outputs/ForumTopics.js.map +1 -0
- package/types/outputs/ForwardSource.d.ts +12 -0
- package/types/outputs/ForwardSource.js +3 -0
- package/types/outputs/ForwardSource.js.map +1 -0
- package/types/outputs/FoundAffiliateProgram.d.ts +8 -0
- package/types/outputs/FoundAffiliateProgram.js +3 -0
- package/types/outputs/FoundAffiliateProgram.js.map +1 -0
- package/types/outputs/FoundAffiliatePrograms.d.ts +9 -0
- package/types/outputs/FoundAffiliatePrograms.js +3 -0
- package/types/outputs/FoundAffiliatePrograms.js.map +1 -0
- package/types/outputs/FoundChatBoosts.d.ts +9 -0
- package/types/outputs/FoundChatBoosts.js +3 -0
- package/types/outputs/FoundChatBoosts.js.map +1 -0
- package/types/outputs/FoundChatMessages.d.ts +9 -0
- package/types/outputs/FoundChatMessages.js +3 -0
- package/types/outputs/FoundChatMessages.js.map +1 -0
- package/types/outputs/FoundFileDownloads.d.ts +9 -0
- package/types/outputs/FoundFileDownloads.js +3 -0
- package/types/outputs/FoundFileDownloads.js.map +1 -0
- package/types/outputs/FoundMessages.d.ts +9 -0
- package/types/outputs/FoundMessages.js +3 -0
- package/types/outputs/FoundMessages.js.map +1 -0
- package/types/outputs/FoundPosition.d.ts +6 -0
- package/types/outputs/FoundPosition.js +3 -0
- package/types/outputs/FoundPosition.js.map +1 -0
- package/types/outputs/FoundPositions.d.ts +7 -0
- package/types/outputs/FoundPositions.js +3 -0
- package/types/outputs/FoundPositions.js.map +1 -0
- package/types/outputs/FoundPublicPosts.d.ts +10 -0
- package/types/outputs/FoundPublicPosts.js +3 -0
- package/types/outputs/FoundPublicPosts.js.map +1 -0
- package/types/outputs/FoundStories.d.ts +9 -0
- package/types/outputs/FoundStories.js +3 -0
- package/types/outputs/FoundStories.js.map +1 -0
- package/types/outputs/FoundUsers.d.ts +7 -0
- package/types/outputs/FoundUsers.js +3 -0
- package/types/outputs/FoundUsers.js.map +1 -0
- package/types/outputs/FoundWebApp.d.ts +9 -0
- package/types/outputs/FoundWebApp.js +3 -0
- package/types/outputs/FoundWebApp.js.map +1 -0
- package/types/outputs/Game.d.ts +13 -0
- package/types/outputs/Game.js +3 -0
- package/types/outputs/Game.js.map +1 -0
- package/types/outputs/GameHighScore.d.ts +8 -0
- package/types/outputs/GameHighScore.js +3 -0
- package/types/outputs/GameHighScore.js.map +1 -0
- package/types/outputs/GameHighScores.d.ts +7 -0
- package/types/outputs/GameHighScores.js +3 -0
- package/types/outputs/GameHighScores.js.map +1 -0
- package/types/outputs/Gift.d.ts +23 -0
- package/types/outputs/Gift.js +3 -0
- package/types/outputs/Gift.js.map +1 -0
- package/types/outputs/GiftAuction.d.ts +8 -0
- package/types/outputs/GiftAuction.js +3 -0
- package/types/outputs/GiftAuction.js.map +1 -0
- package/types/outputs/GiftAuctionAcquiredGift.d.ts +14 -0
- package/types/outputs/GiftAuctionAcquiredGift.js +3 -0
- package/types/outputs/GiftAuctionAcquiredGift.js.map +1 -0
- package/types/outputs/GiftAuctionAcquiredGifts.d.ts +7 -0
- package/types/outputs/GiftAuctionAcquiredGifts.js +3 -0
- package/types/outputs/GiftAuctionAcquiredGifts.js.map +1 -0
- package/types/outputs/GiftAuctionState.d.ts +8 -0
- package/types/outputs/GiftAuctionState.js +3 -0
- package/types/outputs/GiftAuctionState.js.map +1 -0
- package/types/outputs/GiftBackground.d.ts +8 -0
- package/types/outputs/GiftBackground.js +3 -0
- package/types/outputs/GiftBackground.js.map +1 -0
- package/types/outputs/GiftChatTheme.d.ts +9 -0
- package/types/outputs/GiftChatTheme.js +3 -0
- package/types/outputs/GiftChatTheme.js.map +1 -0
- package/types/outputs/GiftChatThemes.d.ts +8 -0
- package/types/outputs/GiftChatThemes.js +3 -0
- package/types/outputs/GiftChatThemes.js.map +1 -0
- package/types/outputs/GiftCollection.d.ts +10 -0
- package/types/outputs/GiftCollection.js +3 -0
- package/types/outputs/GiftCollection.js.map +1 -0
- package/types/outputs/GiftCollections.d.ts +7 -0
- package/types/outputs/GiftCollections.js +3 -0
- package/types/outputs/GiftCollections.js.map +1 -0
- package/types/outputs/GiftForResale.d.ts +8 -0
- package/types/outputs/GiftForResale.js +3 -0
- package/types/outputs/GiftForResale.js.map +1 -0
- package/types/outputs/GiftForResaleOrder.d.ts +14 -0
- package/types/outputs/GiftForResaleOrder.js +3 -0
- package/types/outputs/GiftForResaleOrder.js.map +1 -0
- package/types/outputs/GiftPurchaseLimits.d.ts +7 -0
- package/types/outputs/GiftPurchaseLimits.js +3 -0
- package/types/outputs/GiftPurchaseLimits.js.map +1 -0
- package/types/outputs/GiftPurchaseOfferState.d.ts +14 -0
- package/types/outputs/GiftPurchaseOfferState.js +3 -0
- package/types/outputs/GiftPurchaseOfferState.js.map +1 -0
- package/types/outputs/GiftResaleParameters.d.ts +8 -0
- package/types/outputs/GiftResaleParameters.js +3 -0
- package/types/outputs/GiftResaleParameters.js.map +1 -0
- package/types/outputs/GiftResalePrice.d.ts +12 -0
- package/types/outputs/GiftResalePrice.js +3 -0
- package/types/outputs/GiftResalePrice.js.map +1 -0
- package/types/outputs/GiftResaleResult.d.ts +13 -0
- package/types/outputs/GiftResaleResult.js +3 -0
- package/types/outputs/GiftResaleResult.js.map +1 -0
- package/types/outputs/GiftSettings.d.ts +8 -0
- package/types/outputs/GiftSettings.js +3 -0
- package/types/outputs/GiftSettings.js.map +1 -0
- package/types/outputs/GiftUpgradePreview.d.ts +11 -0
- package/types/outputs/GiftUpgradePreview.js +3 -0
- package/types/outputs/GiftUpgradePreview.js.map +1 -0
- package/types/outputs/GiftUpgradePrice.d.ts +7 -0
- package/types/outputs/GiftUpgradePrice.js +3 -0
- package/types/outputs/GiftUpgradePrice.js.map +1 -0
- package/types/outputs/GiftUpgradeVariants.d.ts +9 -0
- package/types/outputs/GiftUpgradeVariants.js +3 -0
- package/types/outputs/GiftUpgradeVariants.js.map +1 -0
- package/types/outputs/GiftsForCrafting.d.ts +10 -0
- package/types/outputs/GiftsForCrafting.js +3 -0
- package/types/outputs/GiftsForCrafting.js.map +1 -0
- package/types/outputs/GiftsForResale.d.ts +12 -0
- package/types/outputs/GiftsForResale.js +3 -0
- package/types/outputs/GiftsForResale.js.map +1 -0
- package/types/outputs/GiveawayInfo.d.ts +22 -0
- package/types/outputs/GiveawayInfo.js +3 -0
- package/types/outputs/GiveawayInfo.js.map +1 -0
- package/types/outputs/GiveawayParameters.d.ts +12 -0
- package/types/outputs/GiveawayParameters.js +3 -0
- package/types/outputs/GiveawayParameters.js.map +1 -0
- package/types/outputs/GiveawayParticipantStatus.d.ts +25 -0
- package/types/outputs/GiveawayParticipantStatus.js +3 -0
- package/types/outputs/GiveawayParticipantStatus.js.map +1 -0
- package/types/outputs/GiveawayPrize.d.ts +12 -0
- package/types/outputs/GiveawayPrize.js +3 -0
- package/types/outputs/GiveawayPrize.js.map +1 -0
- package/types/outputs/GroupCall.d.ts +38 -0
- package/types/outputs/GroupCall.js +3 -0
- package/types/outputs/GroupCall.js.map +1 -0
- package/types/outputs/GroupCallDataChannel.d.ts +10 -0
- package/types/outputs/GroupCallDataChannel.js +3 -0
- package/types/outputs/GroupCallDataChannel.js.map +1 -0
- package/types/outputs/GroupCallId.d.ts +6 -0
- package/types/outputs/GroupCallId.js +3 -0
- package/types/outputs/GroupCallId.js.map +1 -0
- package/types/outputs/GroupCallInfo.d.ts +7 -0
- package/types/outputs/GroupCallInfo.js +3 -0
- package/types/outputs/GroupCallInfo.js.map +1 -0
- package/types/outputs/GroupCallJoinParameters.d.ts +9 -0
- package/types/outputs/GroupCallJoinParameters.js +3 -0
- package/types/outputs/GroupCallJoinParameters.js.map +1 -0
- package/types/outputs/GroupCallMessage.d.ts +13 -0
- package/types/outputs/GroupCallMessage.js +3 -0
- package/types/outputs/GroupCallMessage.js.map +1 -0
- package/types/outputs/GroupCallMessageLevel.d.ts +12 -0
- package/types/outputs/GroupCallMessageLevel.js +3 -0
- package/types/outputs/GroupCallMessageLevel.js.map +1 -0
- package/types/outputs/GroupCallParticipant.d.ts +24 -0
- package/types/outputs/GroupCallParticipant.js +3 -0
- package/types/outputs/GroupCallParticipant.js.map +1 -0
- package/types/outputs/GroupCallParticipantVideoInfo.d.ts +9 -0
- package/types/outputs/GroupCallParticipantVideoInfo.js +3 -0
- package/types/outputs/GroupCallParticipantVideoInfo.js.map +1 -0
- package/types/outputs/GroupCallParticipants.d.ts +8 -0
- package/types/outputs/GroupCallParticipants.js +3 -0
- package/types/outputs/GroupCallParticipants.js.map +1 -0
- package/types/outputs/GroupCallRecentSpeaker.d.ts +8 -0
- package/types/outputs/GroupCallRecentSpeaker.js +3 -0
- package/types/outputs/GroupCallRecentSpeaker.js.map +1 -0
- package/types/outputs/GroupCallStream.d.ts +8 -0
- package/types/outputs/GroupCallStream.js +3 -0
- package/types/outputs/GroupCallStream.js.map +1 -0
- package/types/outputs/GroupCallStreams.d.ts +7 -0
- package/types/outputs/GroupCallStreams.js +3 -0
- package/types/outputs/GroupCallStreams.js.map +1 -0
- package/types/outputs/GroupCallVideoQuality.d.ts +14 -0
- package/types/outputs/GroupCallVideoQuality.js +3 -0
- package/types/outputs/GroupCallVideoQuality.js.map +1 -0
- package/types/outputs/GroupCallVideoSourceGroup.d.ts +7 -0
- package/types/outputs/GroupCallVideoSourceGroup.js +3 -0
- package/types/outputs/GroupCallVideoSourceGroup.js.map +1 -0
- package/types/outputs/Hashtags.d.ts +6 -0
- package/types/outputs/Hashtags.js +3 -0
- package/types/outputs/Hashtags.js.map +1 -0
- package/types/outputs/HttpUrl.d.ts +6 -0
- package/types/outputs/HttpUrl.js +3 -0
- package/types/outputs/HttpUrl.js.map +1 -0
- package/types/outputs/IdentityDocument.d.ts +12 -0
- package/types/outputs/IdentityDocument.js +3 -0
- package/types/outputs/IdentityDocument.js.map +1 -0
- package/types/outputs/ImportedContact.d.ts +10 -0
- package/types/outputs/ImportedContact.js +3 -0
- package/types/outputs/ImportedContact.js.map +1 -0
- package/types/outputs/ImportedContacts.d.ts +7 -0
- package/types/outputs/ImportedContacts.js +3 -0
- package/types/outputs/ImportedContacts.js.map +1 -0
- package/types/outputs/InlineKeyboardButton.d.ts +10 -0
- package/types/outputs/InlineKeyboardButton.js +3 -0
- package/types/outputs/InlineKeyboardButton.js.map +1 -0
- package/types/outputs/InlineKeyboardButtonType.d.ts +54 -0
- package/types/outputs/InlineKeyboardButtonType.js +3 -0
- package/types/outputs/InlineKeyboardButtonType.js.map +1 -0
- package/types/outputs/InlineQueryResult.d.ts +90 -0
- package/types/outputs/InlineQueryResult.js +3 -0
- package/types/outputs/InlineQueryResult.js.map +1 -0
- package/types/outputs/InlineQueryResults.d.ts +10 -0
- package/types/outputs/InlineQueryResults.js +3 -0
- package/types/outputs/InlineQueryResults.js.map +1 -0
- package/types/outputs/InlineQueryResultsButton.d.ts +8 -0
- package/types/outputs/InlineQueryResultsButton.js +3 -0
- package/types/outputs/InlineQueryResultsButton.js.map +1 -0
- package/types/outputs/InlineQueryResultsButtonType.d.ts +12 -0
- package/types/outputs/InlineQueryResultsButtonType.js +3 -0
- package/types/outputs/InlineQueryResultsButtonType.js.map +1 -0
- package/types/outputs/InputBackground.d.ts +18 -0
- package/types/outputs/InputBackground.js +3 -0
- package/types/outputs/InputBackground.js.map +1 -0
- package/types/outputs/InputBusinessChatLink.d.ts +8 -0
- package/types/outputs/InputBusinessChatLink.js +3 -0
- package/types/outputs/InputBusinessChatLink.js.map +1 -0
- package/types/outputs/InputBusinessStartPage.d.ts +9 -0
- package/types/outputs/InputBusinessStartPage.js +3 -0
- package/types/outputs/InputBusinessStartPage.js.map +1 -0
- package/types/outputs/InputChatPhoto.d.ts +24 -0
- package/types/outputs/InputChatPhoto.js +3 -0
- package/types/outputs/InputChatPhoto.js.map +1 -0
- package/types/outputs/InputChatTheme.d.ts +12 -0
- package/types/outputs/InputChatTheme.js +3 -0
- package/types/outputs/InputChatTheme.js.map +1 -0
- package/types/outputs/InputChecklist.d.ts +10 -0
- package/types/outputs/InputChecklist.js +3 -0
- package/types/outputs/InputChecklist.js.map +1 -0
- package/types/outputs/InputChecklistTask.d.ts +8 -0
- package/types/outputs/InputChecklistTask.js +3 -0
- package/types/outputs/InputChecklistTask.js.map +1 -0
- package/types/outputs/InputCredentials.d.ts +23 -0
- package/types/outputs/InputCredentials.js +3 -0
- package/types/outputs/InputCredentials.js.map +1 -0
- package/types/outputs/InputFile.d.ts +24 -0
- package/types/outputs/InputFile.js +3 -0
- package/types/outputs/InputFile.js.map +1 -0
- package/types/outputs/InputGroupCall.d.ts +13 -0
- package/types/outputs/InputGroupCall.js +3 -0
- package/types/outputs/InputGroupCall.js.map +1 -0
- package/types/outputs/InputIdentityDocument.d.ts +12 -0
- package/types/outputs/InputIdentityDocument.js +3 -0
- package/types/outputs/InputIdentityDocument.js.map +1 -0
- package/types/outputs/InputInlineQueryResult.d.ts +147 -0
- package/types/outputs/InputInlineQueryResult.js +3 -0
- package/types/outputs/InputInlineQueryResult.js.map +1 -0
- package/types/outputs/InputInvoice.d.ts +19 -0
- package/types/outputs/InputInvoice.js +3 -0
- package/types/outputs/InputInvoice.js.map +1 -0
- package/types/outputs/InputMessageContent.d.ts +193 -0
- package/types/outputs/InputMessageContent.js +3 -0
- package/types/outputs/InputMessageContent.js.map +1 -0
- package/types/outputs/InputMessageReplyTo.d.ts +24 -0
- package/types/outputs/InputMessageReplyTo.js +3 -0
- package/types/outputs/InputMessageReplyTo.js.map +1 -0
- package/types/outputs/InputPaidMedia.d.ts +12 -0
- package/types/outputs/InputPaidMedia.js +3 -0
- package/types/outputs/InputPaidMedia.js.map +1 -0
- package/types/outputs/InputPaidMediaType.d.ts +15 -0
- package/types/outputs/InputPaidMediaType.js +3 -0
- package/types/outputs/InputPaidMediaType.js.map +1 -0
- package/types/outputs/InputPassportElement.d.ts +68 -0
- package/types/outputs/InputPassportElement.js +3 -0
- package/types/outputs/InputPassportElement.js.map +1 -0
- package/types/outputs/InputPassportElementError.d.ts +9 -0
- package/types/outputs/InputPassportElementError.js +3 -0
- package/types/outputs/InputPassportElementError.js.map +1 -0
- package/types/outputs/InputPassportElementErrorSource.d.ts +48 -0
- package/types/outputs/InputPassportElementErrorSource.js +3 -0
- package/types/outputs/InputPassportElementErrorSource.js.map +1 -0
- package/types/outputs/InputPersonalDocument.d.ts +8 -0
- package/types/outputs/InputPersonalDocument.js +3 -0
- package/types/outputs/InputPersonalDocument.js.map +1 -0
- package/types/outputs/InputSticker.d.ts +11 -0
- package/types/outputs/InputSticker.js +3 -0
- package/types/outputs/InputSticker.js.map +1 -0
- package/types/outputs/InputStoryArea.d.ts +8 -0
- package/types/outputs/InputStoryArea.js +3 -0
- package/types/outputs/InputStoryArea.js.map +1 -0
- package/types/outputs/InputStoryAreaType.d.ts +51 -0
- package/types/outputs/InputStoryAreaType.js +3 -0
- package/types/outputs/InputStoryAreaType.js.map +1 -0
- package/types/outputs/InputStoryAreas.d.ts +7 -0
- package/types/outputs/InputStoryAreas.js +3 -0
- package/types/outputs/InputStoryAreas.js.map +1 -0
- package/types/outputs/InputStoryContent.d.ts +18 -0
- package/types/outputs/InputStoryContent.js +3 -0
- package/types/outputs/InputStoryContent.js.map +1 -0
- package/types/outputs/InputSuggestedPostInfo.d.ts +8 -0
- package/types/outputs/InputSuggestedPostInfo.js +3 -0
- package/types/outputs/InputSuggestedPostInfo.js.map +1 -0
- package/types/outputs/InputTextQuote.d.ts +8 -0
- package/types/outputs/InputTextQuote.js +3 -0
- package/types/outputs/InputTextQuote.js.map +1 -0
- package/types/outputs/InputThumbnail.d.ts +9 -0
- package/types/outputs/InputThumbnail.js +3 -0
- package/types/outputs/InputThumbnail.js.map +1 -0
- package/types/outputs/InternalLinkType.d.ts +297 -0
- package/types/outputs/InternalLinkType.js +3 -0
- package/types/outputs/InternalLinkType.js.map +1 -0
- package/types/outputs/InviteGroupCallParticipantResult.d.ts +20 -0
- package/types/outputs/InviteGroupCallParticipantResult.js +3 -0
- package/types/outputs/InviteGroupCallParticipantResult.js.map +1 -0
- package/types/outputs/InviteLinkChatType.d.ts +14 -0
- package/types/outputs/InviteLinkChatType.js +3 -0
- package/types/outputs/InviteLinkChatType.js.map +1 -0
- package/types/outputs/Invoice.d.ts +21 -0
- package/types/outputs/Invoice.js +3 -0
- package/types/outputs/Invoice.js.map +1 -0
- package/types/outputs/JsonObjectMember.d.ts +8 -0
- package/types/outputs/JsonObjectMember.js +3 -0
- package/types/outputs/JsonObjectMember.js.map +1 -0
- package/types/outputs/JsonValue.d.ts +32 -0
- package/types/outputs/JsonValue.js +3 -0
- package/types/outputs/JsonValue.js.map +1 -0
- package/types/outputs/KeyboardButton.d.ts +10 -0
- package/types/outputs/KeyboardButton.js +3 -0
- package/types/outputs/KeyboardButton.js.map +1 -0
- package/types/outputs/KeyboardButtonType.d.ts +56 -0
- package/types/outputs/KeyboardButtonType.js +3 -0
- package/types/outputs/KeyboardButtonType.js.map +1 -0
- package/types/outputs/LabeledPricePart.d.ts +7 -0
- package/types/outputs/LabeledPricePart.js +3 -0
- package/types/outputs/LabeledPricePart.js.map +1 -0
- package/types/outputs/LanguagePackInfo.d.ts +18 -0
- package/types/outputs/LanguagePackInfo.js +3 -0
- package/types/outputs/LanguagePackInfo.js.map +1 -0
- package/types/outputs/LanguagePackString.d.ts +8 -0
- package/types/outputs/LanguagePackString.js +3 -0
- package/types/outputs/LanguagePackString.js.map +1 -0
- package/types/outputs/LanguagePackStringValue.d.ts +21 -0
- package/types/outputs/LanguagePackStringValue.js +3 -0
- package/types/outputs/LanguagePackStringValue.js.map +1 -0
- package/types/outputs/LanguagePackStrings.d.ts +7 -0
- package/types/outputs/LanguagePackStrings.js +3 -0
- package/types/outputs/LanguagePackStrings.js.map +1 -0
- package/types/outputs/LinkPreview.d.ts +19 -0
- package/types/outputs/LinkPreview.js +3 -0
- package/types/outputs/LinkPreview.js.map +1 -0
- package/types/outputs/LinkPreviewAlbumMedia.d.ts +13 -0
- package/types/outputs/LinkPreviewAlbumMedia.js +3 -0
- package/types/outputs/LinkPreviewAlbumMedia.js.map +1 -0
- package/types/outputs/LinkPreviewOptions.d.ts +10 -0
- package/types/outputs/LinkPreviewOptions.js +3 -0
- package/types/outputs/LinkPreviewOptions.js.map +1 -0
- package/types/outputs/LinkPreviewType.d.ts +219 -0
- package/types/outputs/LinkPreviewType.js +3 -0
- package/types/outputs/LinkPreviewType.js.map +1 -0
- package/types/outputs/LiveStoryDonors.d.ts +8 -0
- package/types/outputs/LiveStoryDonors.js +3 -0
- package/types/outputs/LiveStoryDonors.js.map +1 -0
- package/types/outputs/LocalFile.d.ts +13 -0
- package/types/outputs/LocalFile.js +3 -0
- package/types/outputs/LocalFile.js.map +1 -0
- package/types/outputs/LocalizationTargetInfo.d.ts +7 -0
- package/types/outputs/LocalizationTargetInfo.js +3 -0
- package/types/outputs/LocalizationTargetInfo.js.map +1 -0
- package/types/outputs/Location.d.ts +8 -0
- package/types/outputs/Location.js +3 -0
- package/types/outputs/Location.js.map +1 -0
- package/types/outputs/LocationAddress.d.ts +9 -0
- package/types/outputs/LocationAddress.js +3 -0
- package/types/outputs/LocationAddress.js.map +1 -0
- package/types/outputs/LogStream.d.ts +17 -0
- package/types/outputs/LogStream.js +3 -0
- package/types/outputs/LogStream.js.map +1 -0
- package/types/outputs/LogTags.d.ts +6 -0
- package/types/outputs/LogTags.js +3 -0
- package/types/outputs/LogTags.js.map +1 -0
- package/types/outputs/LogVerbosityLevel.d.ts +6 -0
- package/types/outputs/LogVerbosityLevel.js +3 -0
- package/types/outputs/LogVerbosityLevel.js.map +1 -0
- package/types/outputs/LoginUrlInfo.d.ts +21 -0
- package/types/outputs/LoginUrlInfo.js +3 -0
- package/types/outputs/LoginUrlInfo.js.map +1 -0
- package/types/outputs/MainWebApp.d.ts +8 -0
- package/types/outputs/MainWebApp.js +3 -0
- package/types/outputs/MainWebApp.js.map +1 -0
- package/types/outputs/MaskPoint.d.ts +18 -0
- package/types/outputs/MaskPoint.js +3 -0
- package/types/outputs/MaskPoint.js.map +1 -0
- package/types/outputs/MaskPosition.d.ts +10 -0
- package/types/outputs/MaskPosition.js +3 -0
- package/types/outputs/MaskPosition.js.map +1 -0
- package/types/outputs/Message.d.ts +44 -0
- package/types/outputs/Message.js +3 -0
- package/types/outputs/Message.js.map +1 -0
- package/types/outputs/MessageAutoDeleteTime.d.ts +6 -0
- package/types/outputs/MessageAutoDeleteTime.js +3 -0
- package/types/outputs/MessageAutoDeleteTime.js.map +1 -0
- package/types/outputs/MessageCalendar.d.ts +8 -0
- package/types/outputs/MessageCalendar.js +3 -0
- package/types/outputs/MessageCalendar.js.map +1 -0
- package/types/outputs/MessageCalendarDay.d.ts +8 -0
- package/types/outputs/MessageCalendarDay.js +3 -0
- package/types/outputs/MessageCalendarDay.js.map +1 -0
- package/types/outputs/MessageContent.d.ts +671 -0
- package/types/outputs/MessageContent.js +3 -0
- package/types/outputs/MessageContent.js.map +1 -0
- package/types/outputs/MessageCopyOptions.d.ts +10 -0
- package/types/outputs/MessageCopyOptions.js +3 -0
- package/types/outputs/MessageCopyOptions.js.map +1 -0
- package/types/outputs/MessageEffect.d.ts +11 -0
- package/types/outputs/MessageEffect.js +3 -0
- package/types/outputs/MessageEffect.js.map +1 -0
- package/types/outputs/MessageEffectType.d.ts +14 -0
- package/types/outputs/MessageEffectType.js +3 -0
- package/types/outputs/MessageEffectType.js.map +1 -0
- package/types/outputs/MessageFileType.d.ts +16 -0
- package/types/outputs/MessageFileType.js +3 -0
- package/types/outputs/MessageFileType.js.map +1 -0
- package/types/outputs/MessageForwardInfo.d.ts +10 -0
- package/types/outputs/MessageForwardInfo.js +3 -0
- package/types/outputs/MessageForwardInfo.js.map +1 -0
- package/types/outputs/MessageImportInfo.d.ts +7 -0
- package/types/outputs/MessageImportInfo.js +3 -0
- package/types/outputs/MessageImportInfo.js.map +1 -0
- package/types/outputs/MessageInteractionInfo.d.ts +10 -0
- package/types/outputs/MessageInteractionInfo.js +3 -0
- package/types/outputs/MessageInteractionInfo.js.map +1 -0
- package/types/outputs/MessageLink.d.ts +7 -0
- package/types/outputs/MessageLink.js +3 -0
- package/types/outputs/MessageLink.js.map +1 -0
- package/types/outputs/MessageLinkInfo.d.ts +12 -0
- package/types/outputs/MessageLinkInfo.js +3 -0
- package/types/outputs/MessageLinkInfo.js.map +1 -0
- package/types/outputs/MessageOrigin.d.ts +25 -0
- package/types/outputs/MessageOrigin.js +3 -0
- package/types/outputs/MessageOrigin.js.map +1 -0
- package/types/outputs/MessagePosition.d.ts +8 -0
- package/types/outputs/MessagePosition.js +3 -0
- package/types/outputs/MessagePosition.js.map +1 -0
- package/types/outputs/MessagePositions.d.ts +8 -0
- package/types/outputs/MessagePositions.js +3 -0
- package/types/outputs/MessagePositions.js.map +1 -0
- package/types/outputs/MessageProperties.d.ts +40 -0
- package/types/outputs/MessageProperties.js +3 -0
- package/types/outputs/MessageProperties.js.map +1 -0
- package/types/outputs/MessageReaction.d.ts +11 -0
- package/types/outputs/MessageReaction.js +3 -0
- package/types/outputs/MessageReaction.js.map +1 -0
- package/types/outputs/MessageReactions.d.ts +10 -0
- package/types/outputs/MessageReactions.js +3 -0
- package/types/outputs/MessageReactions.js.map +1 -0
- package/types/outputs/MessageReadDate.d.ts +23 -0
- package/types/outputs/MessageReadDate.js +3 -0
- package/types/outputs/MessageReadDate.js.map +1 -0
- package/types/outputs/MessageReplyInfo.d.ts +11 -0
- package/types/outputs/MessageReplyInfo.js +3 -0
- package/types/outputs/MessageReplyInfo.js.map +1 -0
- package/types/outputs/MessageReplyTo.d.ts +20 -0
- package/types/outputs/MessageReplyTo.js +3 -0
- package/types/outputs/MessageReplyTo.js.map +1 -0
- package/types/outputs/MessageSchedulingState.d.ts +17 -0
- package/types/outputs/MessageSchedulingState.js +3 -0
- package/types/outputs/MessageSchedulingState.js.map +1 -0
- package/types/outputs/MessageSelfDestructType.d.ts +11 -0
- package/types/outputs/MessageSelfDestructType.js +3 -0
- package/types/outputs/MessageSelfDestructType.js.map +1 -0
- package/types/outputs/MessageSendOptions.d.ts +17 -0
- package/types/outputs/MessageSendOptions.js +3 -0
- package/types/outputs/MessageSendOptions.js.map +1 -0
- package/types/outputs/MessageSender.d.ts +12 -0
- package/types/outputs/MessageSender.js +3 -0
- package/types/outputs/MessageSender.js.map +1 -0
- package/types/outputs/MessageSenders.d.ts +8 -0
- package/types/outputs/MessageSenders.js +3 -0
- package/types/outputs/MessageSenders.js.map +1 -0
- package/types/outputs/MessageSendingState.d.ts +19 -0
- package/types/outputs/MessageSendingState.js +3 -0
- package/types/outputs/MessageSendingState.js.map +1 -0
- package/types/outputs/MessageSource.d.ts +46 -0
- package/types/outputs/MessageSource.js +3 -0
- package/types/outputs/MessageSource.js.map +1 -0
- package/types/outputs/MessageStatistics.d.ts +8 -0
- package/types/outputs/MessageStatistics.js +3 -0
- package/types/outputs/MessageStatistics.js.map +1 -0
- package/types/outputs/MessageThreadInfo.d.ts +12 -0
- package/types/outputs/MessageThreadInfo.js +3 -0
- package/types/outputs/MessageThreadInfo.js.map +1 -0
- package/types/outputs/MessageTopic.d.ts +22 -0
- package/types/outputs/MessageTopic.js +3 -0
- package/types/outputs/MessageTopic.js.map +1 -0
- package/types/outputs/MessageViewer.d.ts +7 -0
- package/types/outputs/MessageViewer.js +3 -0
- package/types/outputs/MessageViewer.js.map +1 -0
- package/types/outputs/MessageViewers.d.ts +7 -0
- package/types/outputs/MessageViewers.js +3 -0
- package/types/outputs/MessageViewers.js.map +1 -0
- package/types/outputs/Messages.d.ts +8 -0
- package/types/outputs/Messages.js +3 -0
- package/types/outputs/Messages.js.map +1 -0
- package/types/outputs/Minithumbnail.d.ts +8 -0
- package/types/outputs/Minithumbnail.js +3 -0
- package/types/outputs/Minithumbnail.js.map +1 -0
- package/types/outputs/NetworkStatistics.d.ts +8 -0
- package/types/outputs/NetworkStatistics.js +3 -0
- package/types/outputs/NetworkStatistics.js.map +1 -0
- package/types/outputs/NetworkStatisticsEntry.d.ts +19 -0
- package/types/outputs/NetworkStatisticsEntry.js +3 -0
- package/types/outputs/NetworkStatisticsEntry.js.map +1 -0
- package/types/outputs/NetworkType.d.ts +22 -0
- package/types/outputs/NetworkType.js +3 -0
- package/types/outputs/NetworkType.js.map +1 -0
- package/types/outputs/NewChatPrivacySettings.d.ts +7 -0
- package/types/outputs/NewChatPrivacySettings.js +3 -0
- package/types/outputs/NewChatPrivacySettings.js.map +1 -0
- package/types/outputs/Notification.d.ts +10 -0
- package/types/outputs/Notification.js +3 -0
- package/types/outputs/Notification.js.map +1 -0
- package/types/outputs/NotificationGroup.d.ts +11 -0
- package/types/outputs/NotificationGroup.js +3 -0
- package/types/outputs/NotificationGroup.js.map +1 -0
- package/types/outputs/NotificationGroupType.d.ts +18 -0
- package/types/outputs/NotificationGroupType.js +3 -0
- package/types/outputs/NotificationGroupType.js.map +1 -0
- package/types/outputs/NotificationSettingsScope.d.ts +14 -0
- package/types/outputs/NotificationSettingsScope.js +3 -0
- package/types/outputs/NotificationSettingsScope.js.map +1 -0
- package/types/outputs/NotificationSound.d.ts +12 -0
- package/types/outputs/NotificationSound.js +3 -0
- package/types/outputs/NotificationSound.js.map +1 -0
- package/types/outputs/NotificationSounds.d.ts +7 -0
- package/types/outputs/NotificationSounds.js +3 -0
- package/types/outputs/NotificationSounds.js.map +1 -0
- package/types/outputs/NotificationType.d.ts +27 -0
- package/types/outputs/NotificationType.js +3 -0
- package/types/outputs/NotificationType.js.map +1 -0
- package/types/outputs/Ok.d.ts +5 -0
- package/types/outputs/Ok.js +3 -0
- package/types/outputs/Ok.js.map +1 -0
- package/types/outputs/OptionValue.d.ts +21 -0
- package/types/outputs/OptionValue.js +3 -0
- package/types/outputs/OptionValue.js.map +1 -0
- package/types/outputs/OrderInfo.d.ts +10 -0
- package/types/outputs/OrderInfo.js +3 -0
- package/types/outputs/OrderInfo.js.map +1 -0
- package/types/outputs/Outline.d.ts +7 -0
- package/types/outputs/Outline.js +3 -0
- package/types/outputs/Outline.js.map +1 -0
- package/types/outputs/PageBlock.d.ts +187 -0
- package/types/outputs/PageBlock.js +3 -0
- package/types/outputs/PageBlock.js.map +1 -0
- package/types/outputs/PageBlockCaption.d.ts +8 -0
- package/types/outputs/PageBlockCaption.js +3 -0
- package/types/outputs/PageBlockCaption.js.map +1 -0
- package/types/outputs/PageBlockHorizontalAlignment.d.ts +14 -0
- package/types/outputs/PageBlockHorizontalAlignment.js +3 -0
- package/types/outputs/PageBlockHorizontalAlignment.js.map +1 -0
- package/types/outputs/PageBlockListItem.d.ts +8 -0
- package/types/outputs/PageBlockListItem.js +3 -0
- package/types/outputs/PageBlockListItem.js.map +1 -0
- package/types/outputs/PageBlockRelatedArticle.d.ts +12 -0
- package/types/outputs/PageBlockRelatedArticle.js +3 -0
- package/types/outputs/PageBlockRelatedArticle.js.map +1 -0
- package/types/outputs/PageBlockTableCell.d.ts +12 -0
- package/types/outputs/PageBlockTableCell.js +3 -0
- package/types/outputs/PageBlockTableCell.js.map +1 -0
- package/types/outputs/PageBlockVerticalAlignment.d.ts +14 -0
- package/types/outputs/PageBlockVerticalAlignment.js +3 -0
- package/types/outputs/PageBlockVerticalAlignment.js.map +1 -0
- package/types/outputs/PaidMedia.d.ts +27 -0
- package/types/outputs/PaidMedia.js +3 -0
- package/types/outputs/PaidMedia.js.map +1 -0
- package/types/outputs/PaidReactionType.d.ts +15 -0
- package/types/outputs/PaidReactionType.js +3 -0
- package/types/outputs/PaidReactionType.js.map +1 -0
- package/types/outputs/PaidReactor.d.ts +11 -0
- package/types/outputs/PaidReactor.js +3 -0
- package/types/outputs/PaidReactor.js.map +1 -0
- package/types/outputs/Passkey.d.ts +10 -0
- package/types/outputs/Passkey.js +3 -0
- package/types/outputs/Passkey.js.map +1 -0
- package/types/outputs/Passkeys.d.ts +7 -0
- package/types/outputs/Passkeys.js +3 -0
- package/types/outputs/Passkeys.js.map +1 -0
- package/types/outputs/PassportAuthorizationForm.d.ts +9 -0
- package/types/outputs/PassportAuthorizationForm.js +3 -0
- package/types/outputs/PassportAuthorizationForm.js.map +1 -0
- package/types/outputs/PassportElement.d.ts +68 -0
- package/types/outputs/PassportElement.js +3 -0
- package/types/outputs/PassportElement.js.map +1 -0
- package/types/outputs/PassportElementError.d.ts +9 -0
- package/types/outputs/PassportElementError.js +3 -0
- package/types/outputs/PassportElementError.js.map +1 -0
- package/types/outputs/PassportElementErrorSource.d.ts +41 -0
- package/types/outputs/PassportElementErrorSource.js +3 -0
- package/types/outputs/PassportElementErrorSource.js.map +1 -0
- package/types/outputs/PassportElementType.d.ts +54 -0
- package/types/outputs/PassportElementType.js +3 -0
- package/types/outputs/PassportElementType.js.map +1 -0
- package/types/outputs/PassportElements.d.ts +7 -0
- package/types/outputs/PassportElements.js +3 -0
- package/types/outputs/PassportElements.js.map +1 -0
- package/types/outputs/PassportElementsWithErrors.d.ts +8 -0
- package/types/outputs/PassportElementsWithErrors.js +3 -0
- package/types/outputs/PassportElementsWithErrors.js.map +1 -0
- package/types/outputs/PassportRequiredElement.d.ts +7 -0
- package/types/outputs/PassportRequiredElement.js +3 -0
- package/types/outputs/PassportRequiredElement.js.map +1 -0
- package/types/outputs/PassportSuitableElement.d.ts +10 -0
- package/types/outputs/PassportSuitableElement.js +3 -0
- package/types/outputs/PassportSuitableElement.js.map +1 -0
- package/types/outputs/PasswordState.d.ts +13 -0
- package/types/outputs/PasswordState.js +3 -0
- package/types/outputs/PasswordState.js.map +1 -0
- package/types/outputs/PaymentForm.d.ts +10 -0
- package/types/outputs/PaymentForm.js +3 -0
- package/types/outputs/PaymentForm.js.map +1 -0
- package/types/outputs/PaymentFormType.d.ts +25 -0
- package/types/outputs/PaymentFormType.js +3 -0
- package/types/outputs/PaymentFormType.js.map +1 -0
- package/types/outputs/PaymentOption.d.ts +7 -0
- package/types/outputs/PaymentOption.js +3 -0
- package/types/outputs/PaymentOption.js.map +1 -0
- package/types/outputs/PaymentProvider.d.ts +21 -0
- package/types/outputs/PaymentProvider.js +3 -0
- package/types/outputs/PaymentProvider.js.map +1 -0
- package/types/outputs/PaymentReceipt.d.ts +10 -0
- package/types/outputs/PaymentReceipt.js +3 -0
- package/types/outputs/PaymentReceipt.js.map +1 -0
- package/types/outputs/PaymentReceiptType.d.ts +19 -0
- package/types/outputs/PaymentReceiptType.js +3 -0
- package/types/outputs/PaymentReceiptType.js.map +1 -0
- package/types/outputs/PaymentResult.d.ts +7 -0
- package/types/outputs/PaymentResult.js +3 -0
- package/types/outputs/PaymentResult.js.map +1 -0
- package/types/outputs/PersonalDetails.d.ts +16 -0
- package/types/outputs/PersonalDetails.js +3 -0
- package/types/outputs/PersonalDetails.js.map +1 -0
- package/types/outputs/PersonalDocument.d.ts +8 -0
- package/types/outputs/PersonalDocument.js +3 -0
- package/types/outputs/PersonalDocument.js.map +1 -0
- package/types/outputs/PhoneNumberAuthenticationSettings.d.ts +13 -0
- package/types/outputs/PhoneNumberAuthenticationSettings.js +3 -0
- package/types/outputs/PhoneNumberAuthenticationSettings.js.map +1 -0
- package/types/outputs/PhoneNumberCodeType.d.ts +15 -0
- package/types/outputs/PhoneNumberCodeType.js +3 -0
- package/types/outputs/PhoneNumberCodeType.js.map +1 -0
- package/types/outputs/PhoneNumberInfo.d.ts +10 -0
- package/types/outputs/PhoneNumberInfo.js +3 -0
- package/types/outputs/PhoneNumberInfo.js.map +1 -0
- package/types/outputs/Photo.d.ts +9 -0
- package/types/outputs/Photo.js +3 -0
- package/types/outputs/Photo.js.map +1 -0
- package/types/outputs/PhotoSize.d.ts +11 -0
- package/types/outputs/PhotoSize.js +3 -0
- package/types/outputs/PhotoSize.js.map +1 -0
- package/types/outputs/Point.d.ts +7 -0
- package/types/outputs/Point.js +3 -0
- package/types/outputs/Point.js.map +1 -0
- package/types/outputs/Poll.d.ts +16 -0
- package/types/outputs/Poll.js +3 -0
- package/types/outputs/Poll.js.map +1 -0
- package/types/outputs/PollOption.d.ts +11 -0
- package/types/outputs/PollOption.js +3 -0
- package/types/outputs/PollOption.js.map +1 -0
- package/types/outputs/PollType.d.ts +14 -0
- package/types/outputs/PollType.js +3 -0
- package/types/outputs/PollType.js.map +1 -0
- package/types/outputs/PremiumFeature.d.ts +106 -0
- package/types/outputs/PremiumFeature.js +3 -0
- package/types/outputs/PremiumFeature.js.map +1 -0
- package/types/outputs/PremiumFeaturePromotionAnimation.d.ts +8 -0
- package/types/outputs/PremiumFeaturePromotionAnimation.js +3 -0
- package/types/outputs/PremiumFeaturePromotionAnimation.js.map +1 -0
- package/types/outputs/PremiumFeatures.d.ts +9 -0
- package/types/outputs/PremiumFeatures.js +3 -0
- package/types/outputs/PremiumFeatures.js.map +1 -0
- package/types/outputs/PremiumGiftCodeInfo.d.ts +14 -0
- package/types/outputs/PremiumGiftCodeInfo.js +3 -0
- package/types/outputs/PremiumGiftCodeInfo.js.map +1 -0
- package/types/outputs/PremiumGiftPaymentOption.d.ts +13 -0
- package/types/outputs/PremiumGiftPaymentOption.js +3 -0
- package/types/outputs/PremiumGiftPaymentOption.js.map +1 -0
- package/types/outputs/PremiumGiftPaymentOptions.d.ts +7 -0
- package/types/outputs/PremiumGiftPaymentOptions.js +3 -0
- package/types/outputs/PremiumGiftPaymentOptions.js.map +1 -0
- package/types/outputs/PremiumGiveawayPaymentOption.d.ts +11 -0
- package/types/outputs/PremiumGiveawayPaymentOption.js +3 -0
- package/types/outputs/PremiumGiveawayPaymentOption.js.map +1 -0
- package/types/outputs/PremiumGiveawayPaymentOptions.d.ts +7 -0
- package/types/outputs/PremiumGiveawayPaymentOptions.js +3 -0
- package/types/outputs/PremiumGiveawayPaymentOptions.js.map +1 -0
- package/types/outputs/PremiumLimit.d.ts +9 -0
- package/types/outputs/PremiumLimit.js +3 -0
- package/types/outputs/PremiumLimit.js.map +1 -0
- package/types/outputs/PremiumLimitType.d.ts +78 -0
- package/types/outputs/PremiumLimitType.js +3 -0
- package/types/outputs/PremiumLimitType.js.map +1 -0
- package/types/outputs/PremiumPaymentOption.d.ts +12 -0
- package/types/outputs/PremiumPaymentOption.js +3 -0
- package/types/outputs/PremiumPaymentOption.js.map +1 -0
- package/types/outputs/PremiumSource.d.ts +32 -0
- package/types/outputs/PremiumSource.js +3 -0
- package/types/outputs/PremiumSource.js.map +1 -0
- package/types/outputs/PremiumState.d.ts +10 -0
- package/types/outputs/PremiumState.js +3 -0
- package/types/outputs/PremiumState.js.map +1 -0
- package/types/outputs/PremiumStatePaymentOption.d.ts +10 -0
- package/types/outputs/PremiumStatePaymentOption.js +3 -0
- package/types/outputs/PremiumStatePaymentOption.js.map +1 -0
- package/types/outputs/PremiumStoryFeature.d.ts +30 -0
- package/types/outputs/PremiumStoryFeature.js +3 -0
- package/types/outputs/PremiumStoryFeature.js.map +1 -0
- package/types/outputs/PrepaidGiveaway.d.ts +11 -0
- package/types/outputs/PrepaidGiveaway.js +3 -0
- package/types/outputs/PrepaidGiveaway.js.map +1 -0
- package/types/outputs/PreparedInlineMessage.d.ts +9 -0
- package/types/outputs/PreparedInlineMessage.js +3 -0
- package/types/outputs/PreparedInlineMessage.js.map +1 -0
- package/types/outputs/PreparedInlineMessageId.d.ts +7 -0
- package/types/outputs/PreparedInlineMessageId.js +3 -0
- package/types/outputs/PreparedInlineMessageId.js.map +1 -0
- package/types/outputs/ProductInfo.d.ts +9 -0
- package/types/outputs/ProductInfo.js +3 -0
- package/types/outputs/ProductInfo.js.map +1 -0
- package/types/outputs/ProfileAccentColor.d.ts +11 -0
- package/types/outputs/ProfileAccentColor.js +3 -0
- package/types/outputs/ProfileAccentColor.js.map +1 -0
- package/types/outputs/ProfileAccentColors.d.ts +8 -0
- package/types/outputs/ProfileAccentColors.js +3 -0
- package/types/outputs/ProfileAccentColors.js.map +1 -0
- package/types/outputs/ProfilePhoto.d.ts +12 -0
- package/types/outputs/ProfilePhoto.js +3 -0
- package/types/outputs/ProfilePhoto.js.map +1 -0
- package/types/outputs/ProfileTab.d.ts +34 -0
- package/types/outputs/ProfileTab.js +3 -0
- package/types/outputs/ProfileTab.js.map +1 -0
- package/types/outputs/Proxy.d.ts +9 -0
- package/types/outputs/Proxy.js +3 -0
- package/types/outputs/Proxy.js.map +1 -0
- package/types/outputs/ProxyType.d.ts +20 -0
- package/types/outputs/ProxyType.js +3 -0
- package/types/outputs/ProxyType.js.map +1 -0
- package/types/outputs/PublicChatType.d.ts +10 -0
- package/types/outputs/PublicChatType.js +3 -0
- package/types/outputs/PublicChatType.js.map +1 -0
- package/types/outputs/PublicForward.d.ts +13 -0
- package/types/outputs/PublicForward.js +3 -0
- package/types/outputs/PublicForward.js.map +1 -0
- package/types/outputs/PublicForwards.d.ts +9 -0
- package/types/outputs/PublicForwards.js +3 -0
- package/types/outputs/PublicForwards.js.map +1 -0
- package/types/outputs/PublicPostSearchLimits.d.ts +10 -0
- package/types/outputs/PublicPostSearchLimits.js +3 -0
- package/types/outputs/PublicPostSearchLimits.js.map +1 -0
- package/types/outputs/PushMessageContent.d.ts +257 -0
- package/types/outputs/PushMessageContent.js +3 -0
- package/types/outputs/PushMessageContent.js.map +1 -0
- package/types/outputs/PushReceiverId.d.ts +6 -0
- package/types/outputs/PushReceiverId.js +3 -0
- package/types/outputs/PushReceiverId.js.map +1 -0
- package/types/outputs/QuickReplyMessage.d.ts +14 -0
- package/types/outputs/QuickReplyMessage.js +3 -0
- package/types/outputs/QuickReplyMessage.js.map +1 -0
- package/types/outputs/QuickReplyMessages.d.ts +7 -0
- package/types/outputs/QuickReplyMessages.js +3 -0
- package/types/outputs/QuickReplyMessages.js.map +1 -0
- package/types/outputs/QuickReplyShortcut.d.ts +10 -0
- package/types/outputs/QuickReplyShortcut.js +3 -0
- package/types/outputs/QuickReplyShortcut.js.map +1 -0
- package/types/outputs/ReactionNotificationSettings.d.ts +10 -0
- package/types/outputs/ReactionNotificationSettings.js +3 -0
- package/types/outputs/ReactionNotificationSettings.js.map +1 -0
- package/types/outputs/ReactionNotificationSource.d.ts +14 -0
- package/types/outputs/ReactionNotificationSource.js +3 -0
- package/types/outputs/ReactionNotificationSource.js.map +1 -0
- package/types/outputs/ReactionType.d.ts +16 -0
- package/types/outputs/ReactionType.js +3 -0
- package/types/outputs/ReactionType.js.map +1 -0
- package/types/outputs/ReactionUnavailabilityReason.d.ts +10 -0
- package/types/outputs/ReactionUnavailabilityReason.js +3 -0
- package/types/outputs/ReactionUnavailabilityReason.js.map +1 -0
- package/types/outputs/ReadDatePrivacySettings.d.ts +6 -0
- package/types/outputs/ReadDatePrivacySettings.js +3 -0
- package/types/outputs/ReadDatePrivacySettings.js.map +1 -0
- package/types/outputs/ReceivedGift.d.ts +29 -0
- package/types/outputs/ReceivedGift.js +3 -0
- package/types/outputs/ReceivedGift.js.map +1 -0
- package/types/outputs/ReceivedGifts.d.ts +10 -0
- package/types/outputs/ReceivedGifts.js +3 -0
- package/types/outputs/ReceivedGifts.js.map +1 -0
- package/types/outputs/RecommendedChatFolder.d.ts +8 -0
- package/types/outputs/RecommendedChatFolder.js +3 -0
- package/types/outputs/RecommendedChatFolder.js.map +1 -0
- package/types/outputs/RecommendedChatFolders.d.ts +7 -0
- package/types/outputs/RecommendedChatFolders.js +3 -0
- package/types/outputs/RecommendedChatFolders.js.map +1 -0
- package/types/outputs/RecoveryEmailAddress.d.ts +6 -0
- package/types/outputs/RecoveryEmailAddress.js +3 -0
- package/types/outputs/RecoveryEmailAddress.js.map +1 -0
- package/types/outputs/RemoteFile.d.ts +10 -0
- package/types/outputs/RemoteFile.js +3 -0
- package/types/outputs/RemoteFile.js.map +1 -0
- package/types/outputs/ReplyMarkup.d.ts +29 -0
- package/types/outputs/ReplyMarkup.js +3 -0
- package/types/outputs/ReplyMarkup.js.map +1 -0
- package/types/outputs/ReportChatResult.d.ts +23 -0
- package/types/outputs/ReportChatResult.js +3 -0
- package/types/outputs/ReportChatResult.js.map +1 -0
- package/types/outputs/ReportOption.d.ts +7 -0
- package/types/outputs/ReportOption.js +3 -0
- package/types/outputs/ReportOption.js.map +1 -0
- package/types/outputs/ReportReason.d.ts +42 -0
- package/types/outputs/ReportReason.js +3 -0
- package/types/outputs/ReportReason.js.map +1 -0
- package/types/outputs/ReportSponsoredResult.d.ts +25 -0
- package/types/outputs/ReportSponsoredResult.js +3 -0
- package/types/outputs/ReportSponsoredResult.js.map +1 -0
- package/types/outputs/ReportStoryResult.d.ts +19 -0
- package/types/outputs/ReportStoryResult.js +3 -0
- package/types/outputs/ReportStoryResult.js.map +1 -0
- package/types/outputs/ResendCodeReason.d.ts +11 -0
- package/types/outputs/ResendCodeReason.js +3 -0
- package/types/outputs/ResendCodeReason.js.map +1 -0
- package/types/outputs/ResetPasswordResult.d.ts +16 -0
- package/types/outputs/ResetPasswordResult.js +3 -0
- package/types/outputs/ResetPasswordResult.js.map +1 -0
- package/types/outputs/RestrictionInfo.d.ts +7 -0
- package/types/outputs/RestrictionInfo.js +3 -0
- package/types/outputs/RestrictionInfo.js.map +1 -0
- package/types/outputs/RevenueWithdrawalState.d.ts +16 -0
- package/types/outputs/RevenueWithdrawalState.js +3 -0
- package/types/outputs/RevenueWithdrawalState.js.map +1 -0
- package/types/outputs/RichText.d.ts +98 -0
- package/types/outputs/RichText.js +3 -0
- package/types/outputs/RichText.js.map +1 -0
- package/types/outputs/RtmpUrl.d.ts +7 -0
- package/types/outputs/RtmpUrl.js +3 -0
- package/types/outputs/RtmpUrl.js.map +1 -0
- package/types/outputs/SavedCredentials.d.ts +7 -0
- package/types/outputs/SavedCredentials.js +3 -0
- package/types/outputs/SavedCredentials.js.map +1 -0
- package/types/outputs/SavedMessagesTag.d.ts +9 -0
- package/types/outputs/SavedMessagesTag.js +3 -0
- package/types/outputs/SavedMessagesTag.js.map +1 -0
- package/types/outputs/SavedMessagesTags.d.ts +7 -0
- package/types/outputs/SavedMessagesTags.js +3 -0
- package/types/outputs/SavedMessagesTags.js.map +1 -0
- package/types/outputs/SavedMessagesTopic.d.ts +12 -0
- package/types/outputs/SavedMessagesTopic.js +3 -0
- package/types/outputs/SavedMessagesTopic.js.map +1 -0
- package/types/outputs/SavedMessagesTopicType.d.ts +15 -0
- package/types/outputs/SavedMessagesTopicType.js +3 -0
- package/types/outputs/SavedMessagesTopicType.js.map +1 -0
- package/types/outputs/ScopeAutosaveSettings.d.ts +8 -0
- package/types/outputs/ScopeAutosaveSettings.js +3 -0
- package/types/outputs/ScopeAutosaveSettings.js.map +1 -0
- package/types/outputs/ScopeNotificationSettings.d.ts +14 -0
- package/types/outputs/ScopeNotificationSettings.js +3 -0
- package/types/outputs/ScopeNotificationSettings.js.map +1 -0
- package/types/outputs/SearchMessagesChatTypeFilter.d.ts +14 -0
- package/types/outputs/SearchMessagesChatTypeFilter.js +3 -0
- package/types/outputs/SearchMessagesChatTypeFilter.js.map +1 -0
- package/types/outputs/SearchMessagesFilter.d.ts +70 -0
- package/types/outputs/SearchMessagesFilter.js +3 -0
- package/types/outputs/SearchMessagesFilter.js.map +1 -0
- package/types/outputs/Seconds.d.ts +6 -0
- package/types/outputs/Seconds.js +3 -0
- package/types/outputs/Seconds.js.map +1 -0
- package/types/outputs/SecretChat.d.ts +12 -0
- package/types/outputs/SecretChat.js +3 -0
- package/types/outputs/SecretChat.js.map +1 -0
- package/types/outputs/SecretChatState.d.ts +14 -0
- package/types/outputs/SecretChatState.js +3 -0
- package/types/outputs/SecretChatState.js.map +1 -0
- package/types/outputs/SentGift.d.ts +13 -0
- package/types/outputs/SentGift.js +3 -0
- package/types/outputs/SentGift.js.map +1 -0
- package/types/outputs/SentWebAppMessage.d.ts +6 -0
- package/types/outputs/SentWebAppMessage.js +3 -0
- package/types/outputs/SentWebAppMessage.js.map +1 -0
- package/types/outputs/Session.d.ts +24 -0
- package/types/outputs/Session.js +3 -0
- package/types/outputs/Session.js.map +1 -0
- package/types/outputs/SessionType.d.ts +70 -0
- package/types/outputs/SessionType.js +3 -0
- package/types/outputs/SessionType.js.map +1 -0
- package/types/outputs/Sessions.d.ts +8 -0
- package/types/outputs/Sessions.js +3 -0
- package/types/outputs/Sessions.js.map +1 -0
- package/types/outputs/SettingsSection.d.ts +100 -0
- package/types/outputs/SettingsSection.js +3 -0
- package/types/outputs/SettingsSection.js.map +1 -0
- package/types/outputs/SharedChat.d.ts +10 -0
- package/types/outputs/SharedChat.js +3 -0
- package/types/outputs/SharedChat.js.map +1 -0
- package/types/outputs/SharedUser.d.ts +11 -0
- package/types/outputs/SharedUser.js +3 -0
- package/types/outputs/SharedUser.js.map +1 -0
- package/types/outputs/ShippingOption.d.ts +9 -0
- package/types/outputs/ShippingOption.js +3 -0
- package/types/outputs/ShippingOption.js.map +1 -0
- package/types/outputs/SpeechRecognitionResult.d.ts +18 -0
- package/types/outputs/SpeechRecognitionResult.js +3 -0
- package/types/outputs/SpeechRecognitionResult.js.map +1 -0
- package/types/outputs/SponsoredChat.d.ts +9 -0
- package/types/outputs/SponsoredChat.js +3 -0
- package/types/outputs/SponsoredChat.js.map +1 -0
- package/types/outputs/SponsoredChats.d.ts +7 -0
- package/types/outputs/SponsoredChats.js +3 -0
- package/types/outputs/SponsoredChats.js.map +1 -0
- package/types/outputs/SponsoredMessage.d.ts +16 -0
- package/types/outputs/SponsoredMessage.js +3 -0
- package/types/outputs/SponsoredMessage.js.map +1 -0
- package/types/outputs/SponsoredMessages.d.ts +8 -0
- package/types/outputs/SponsoredMessages.js +3 -0
- package/types/outputs/SponsoredMessages.js.map +1 -0
- package/types/outputs/StakeDiceState.d.ts +11 -0
- package/types/outputs/StakeDiceState.js +3 -0
- package/types/outputs/StakeDiceState.js.map +1 -0
- package/types/outputs/StarAmount.d.ts +7 -0
- package/types/outputs/StarAmount.js +3 -0
- package/types/outputs/StarAmount.js.map +1 -0
- package/types/outputs/StarCount.d.ts +6 -0
- package/types/outputs/StarCount.js +3 -0
- package/types/outputs/StarCount.js.map +1 -0
- package/types/outputs/StarGiveawayPaymentOption.d.ts +14 -0
- package/types/outputs/StarGiveawayPaymentOption.js +3 -0
- package/types/outputs/StarGiveawayPaymentOption.js.map +1 -0
- package/types/outputs/StarGiveawayPaymentOptions.d.ts +7 -0
- package/types/outputs/StarGiveawayPaymentOptions.js +3 -0
- package/types/outputs/StarGiveawayPaymentOptions.js.map +1 -0
- package/types/outputs/StarGiveawayWinnerOption.d.ts +8 -0
- package/types/outputs/StarGiveawayWinnerOption.js +3 -0
- package/types/outputs/StarGiveawayWinnerOption.js.map +1 -0
- package/types/outputs/StarPaymentOption.d.ts +10 -0
- package/types/outputs/StarPaymentOption.js +3 -0
- package/types/outputs/StarPaymentOption.js.map +1 -0
- package/types/outputs/StarPaymentOptions.d.ts +7 -0
- package/types/outputs/StarPaymentOptions.js +3 -0
- package/types/outputs/StarPaymentOptions.js.map +1 -0
- package/types/outputs/StarRevenueStatistics.d.ts +9 -0
- package/types/outputs/StarRevenueStatistics.js +3 -0
- package/types/outputs/StarRevenueStatistics.js.map +1 -0
- package/types/outputs/StarRevenueStatus.d.ts +11 -0
- package/types/outputs/StarRevenueStatus.js +3 -0
- package/types/outputs/StarRevenueStatus.js.map +1 -0
- package/types/outputs/StarSubscription.d.ts +13 -0
- package/types/outputs/StarSubscription.js +3 -0
- package/types/outputs/StarSubscription.js.map +1 -0
- package/types/outputs/StarSubscriptionPricing.d.ts +7 -0
- package/types/outputs/StarSubscriptionPricing.js +3 -0
- package/types/outputs/StarSubscriptionPricing.js.map +1 -0
- package/types/outputs/StarSubscriptionType.d.ts +17 -0
- package/types/outputs/StarSubscriptionType.js +3 -0
- package/types/outputs/StarSubscriptionType.js.map +1 -0
- package/types/outputs/StarSubscriptions.d.ts +10 -0
- package/types/outputs/StarSubscriptions.js +3 -0
- package/types/outputs/StarSubscriptions.js.map +1 -0
- package/types/outputs/StarTransaction.d.ts +11 -0
- package/types/outputs/StarTransaction.js +3 -0
- package/types/outputs/StarTransaction.js.map +1 -0
- package/types/outputs/StarTransactionType.d.ts +268 -0
- package/types/outputs/StarTransactionType.js +3 -0
- package/types/outputs/StarTransactionType.js.map +1 -0
- package/types/outputs/StarTransactions.d.ts +9 -0
- package/types/outputs/StarTransactions.js +3 -0
- package/types/outputs/StarTransactions.js.map +1 -0
- package/types/outputs/StartLiveStoryResult.d.ts +13 -0
- package/types/outputs/StartLiveStoryResult.js +3 -0
- package/types/outputs/StartLiveStoryResult.js.map +1 -0
- package/types/outputs/StatisticalGraph.d.ts +18 -0
- package/types/outputs/StatisticalGraph.js +3 -0
- package/types/outputs/StatisticalGraph.js.map +1 -0
- package/types/outputs/StatisticalValue.d.ts +8 -0
- package/types/outputs/StatisticalValue.js +3 -0
- package/types/outputs/StatisticalValue.js.map +1 -0
- package/types/outputs/Sticker.d.ts +15 -0
- package/types/outputs/Sticker.js +3 -0
- package/types/outputs/Sticker.js.map +1 -0
- package/types/outputs/StickerFormat.d.ts +14 -0
- package/types/outputs/StickerFormat.js +3 -0
- package/types/outputs/StickerFormat.js.map +1 -0
- package/types/outputs/StickerFullType.d.ts +19 -0
- package/types/outputs/StickerFullType.js +3 -0
- package/types/outputs/StickerFullType.js.map +1 -0
- package/types/outputs/StickerSet.d.ts +21 -0
- package/types/outputs/StickerSet.js +3 -0
- package/types/outputs/StickerSet.js.map +1 -0
- package/types/outputs/StickerSetInfo.d.ts +21 -0
- package/types/outputs/StickerSetInfo.js +3 -0
- package/types/outputs/StickerSetInfo.js.map +1 -0
- package/types/outputs/StickerSets.d.ts +8 -0
- package/types/outputs/StickerSets.js +3 -0
- package/types/outputs/StickerSets.js.map +1 -0
- package/types/outputs/StickerType.d.ts +14 -0
- package/types/outputs/StickerType.js +3 -0
- package/types/outputs/StickerType.js.map +1 -0
- package/types/outputs/Stickers.d.ts +7 -0
- package/types/outputs/Stickers.js +3 -0
- package/types/outputs/Stickers.js.map +1 -0
- package/types/outputs/StorageStatistics.d.ts +9 -0
- package/types/outputs/StorageStatistics.js +3 -0
- package/types/outputs/StorageStatistics.js.map +1 -0
- package/types/outputs/StorageStatisticsByChat.d.ts +10 -0
- package/types/outputs/StorageStatisticsByChat.js +3 -0
- package/types/outputs/StorageStatisticsByChat.js.map +1 -0
- package/types/outputs/StorageStatisticsByFileType.d.ts +9 -0
- package/types/outputs/StorageStatisticsByFileType.js +3 -0
- package/types/outputs/StorageStatisticsByFileType.js.map +1 -0
- package/types/outputs/StorageStatisticsFast.d.ts +10 -0
- package/types/outputs/StorageStatisticsFast.js +3 -0
- package/types/outputs/StorageStatisticsFast.js.map +1 -0
- package/types/outputs/StorePaymentPurpose.d.ts +58 -0
- package/types/outputs/StorePaymentPurpose.js +3 -0
- package/types/outputs/StorePaymentPurpose.js.map +1 -0
- package/types/outputs/StoreTransaction.d.ts +14 -0
- package/types/outputs/StoreTransaction.js +3 -0
- package/types/outputs/StoreTransaction.js.map +1 -0
- package/types/outputs/Stories.d.ts +9 -0
- package/types/outputs/Stories.js +3 -0
- package/types/outputs/Stories.js.map +1 -0
- package/types/outputs/Story.d.ts +33 -0
- package/types/outputs/Story.js +3 -0
- package/types/outputs/Story.js.map +1 -0
- package/types/outputs/StoryAlbum.d.ts +10 -0
- package/types/outputs/StoryAlbum.js +3 -0
- package/types/outputs/StoryAlbum.js.map +1 -0
- package/types/outputs/StoryAlbums.d.ts +7 -0
- package/types/outputs/StoryAlbums.js +3 -0
- package/types/outputs/StoryAlbums.js.map +1 -0
- package/types/outputs/StoryArea.d.ts +8 -0
- package/types/outputs/StoryArea.js +3 -0
- package/types/outputs/StoryArea.js.map +1 -0
- package/types/outputs/StoryAreaPosition.d.ts +11 -0
- package/types/outputs/StoryAreaPosition.js +3 -0
- package/types/outputs/StoryAreaPosition.js.map +1 -0
- package/types/outputs/StoryAreaType.d.ts +45 -0
- package/types/outputs/StoryAreaType.js +3 -0
- package/types/outputs/StoryAreaType.js.map +1 -0
- package/types/outputs/StoryContent.d.ts +24 -0
- package/types/outputs/StoryContent.js +3 -0
- package/types/outputs/StoryContent.js.map +1 -0
- package/types/outputs/StoryContentType.d.ts +18 -0
- package/types/outputs/StoryContentType.js +3 -0
- package/types/outputs/StoryContentType.js.map +1 -0
- package/types/outputs/StoryFullId.d.ts +7 -0
- package/types/outputs/StoryFullId.js +3 -0
- package/types/outputs/StoryFullId.js.map +1 -0
- package/types/outputs/StoryInfo.d.ts +9 -0
- package/types/outputs/StoryInfo.js +3 -0
- package/types/outputs/StoryInfo.js.map +1 -0
- package/types/outputs/StoryInteraction.d.ts +10 -0
- package/types/outputs/StoryInteraction.js +3 -0
- package/types/outputs/StoryInteraction.js.map +1 -0
- package/types/outputs/StoryInteractionInfo.d.ts +9 -0
- package/types/outputs/StoryInteractionInfo.js +3 -0
- package/types/outputs/StoryInteractionInfo.js.map +1 -0
- package/types/outputs/StoryInteractionType.d.ts +18 -0
- package/types/outputs/StoryInteractionType.js +3 -0
- package/types/outputs/StoryInteractionType.js.map +1 -0
- package/types/outputs/StoryInteractions.d.ts +11 -0
- package/types/outputs/StoryInteractions.js +3 -0
- package/types/outputs/StoryInteractions.js.map +1 -0
- package/types/outputs/StoryList.d.ts +10 -0
- package/types/outputs/StoryList.js +3 -0
- package/types/outputs/StoryList.js.map +1 -0
- package/types/outputs/StoryOrigin.d.ts +13 -0
- package/types/outputs/StoryOrigin.js +3 -0
- package/types/outputs/StoryOrigin.js.map +1 -0
- package/types/outputs/StoryPrivacySettings.d.ts +21 -0
- package/types/outputs/StoryPrivacySettings.js +3 -0
- package/types/outputs/StoryPrivacySettings.js.map +1 -0
- package/types/outputs/StoryRepostInfo.d.ts +8 -0
- package/types/outputs/StoryRepostInfo.js +3 -0
- package/types/outputs/StoryRepostInfo.js.map +1 -0
- package/types/outputs/StoryStatistics.d.ts +8 -0
- package/types/outputs/StoryStatistics.js +3 -0
- package/types/outputs/StoryStatistics.js.map +1 -0
- package/types/outputs/StoryVideo.d.ts +16 -0
- package/types/outputs/StoryVideo.js +3 -0
- package/types/outputs/StoryVideo.js.map +1 -0
- package/types/outputs/SuggestedAction.d.ts +79 -0
- package/types/outputs/SuggestedAction.js +3 -0
- package/types/outputs/SuggestedAction.js.map +1 -0
- package/types/outputs/SuggestedPostInfo.d.ts +11 -0
- package/types/outputs/SuggestedPostInfo.js +3 -0
- package/types/outputs/SuggestedPostInfo.js.map +1 -0
- package/types/outputs/SuggestedPostPrice.d.ts +12 -0
- package/types/outputs/SuggestedPostPrice.js +3 -0
- package/types/outputs/SuggestedPostPrice.js.map +1 -0
- package/types/outputs/SuggestedPostRefundReason.d.ts +10 -0
- package/types/outputs/SuggestedPostRefundReason.js +3 -0
- package/types/outputs/SuggestedPostRefundReason.js.map +1 -0
- package/types/outputs/SuggestedPostState.d.ts +14 -0
- package/types/outputs/SuggestedPostState.js +3 -0
- package/types/outputs/SuggestedPostState.js.map +1 -0
- package/types/outputs/Supergroup.d.ts +31 -0
- package/types/outputs/Supergroup.js +3 -0
- package/types/outputs/Supergroup.js.map +1 -0
- package/types/outputs/SupergroupFullInfo.d.ts +46 -0
- package/types/outputs/SupergroupFullInfo.js +3 -0
- package/types/outputs/SupergroupFullInfo.js.map +1 -0
- package/types/outputs/SupergroupMembersFilter.d.ts +41 -0
- package/types/outputs/SupergroupMembersFilter.js +3 -0
- package/types/outputs/SupergroupMembersFilter.js.map +1 -0
- package/types/outputs/TMeUrl.d.ts +8 -0
- package/types/outputs/TMeUrl.js +3 -0
- package/types/outputs/TMeUrl.js.map +1 -0
- package/types/outputs/TMeUrlType.d.ts +23 -0
- package/types/outputs/TMeUrlType.js +3 -0
- package/types/outputs/TMeUrlType.js.map +1 -0
- package/types/outputs/TMeUrls.d.ts +7 -0
- package/types/outputs/TMeUrls.js +3 -0
- package/types/outputs/TMeUrls.js.map +1 -0
- package/types/outputs/TargetChat.d.ts +17 -0
- package/types/outputs/TargetChat.js +3 -0
- package/types/outputs/TargetChat.js.map +1 -0
- package/types/outputs/TargetChatTypes.d.ts +9 -0
- package/types/outputs/TargetChatTypes.js +3 -0
- package/types/outputs/TargetChatTypes.js.map +1 -0
- package/types/outputs/TelegramPaymentPurpose.d.ts +61 -0
- package/types/outputs/TelegramPaymentPurpose.js +3 -0
- package/types/outputs/TelegramPaymentPurpose.js.map +1 -0
- package/types/outputs/TemporaryPasswordState.d.ts +7 -0
- package/types/outputs/TemporaryPasswordState.js +3 -0
- package/types/outputs/TemporaryPasswordState.js.map +1 -0
- package/types/outputs/TermsOfService.d.ts +9 -0
- package/types/outputs/TermsOfService.js +3 -0
- package/types/outputs/TermsOfService.js.map +1 -0
- package/types/outputs/TestBytes.d.ts +6 -0
- package/types/outputs/TestBytes.js +3 -0
- package/types/outputs/TestBytes.js.map +1 -0
- package/types/outputs/TestInt.d.ts +6 -0
- package/types/outputs/TestInt.js +3 -0
- package/types/outputs/TestInt.js.map +1 -0
- package/types/outputs/TestString.d.ts +6 -0
- package/types/outputs/TestString.js +3 -0
- package/types/outputs/TestString.js.map +1 -0
- package/types/outputs/TestVectorInt.d.ts +6 -0
- package/types/outputs/TestVectorInt.js +3 -0
- package/types/outputs/TestVectorInt.js.map +1 -0
- package/types/outputs/TestVectorIntObject.d.ts +7 -0
- package/types/outputs/TestVectorIntObject.js +3 -0
- package/types/outputs/TestVectorIntObject.js.map +1 -0
- package/types/outputs/TestVectorString.d.ts +6 -0
- package/types/outputs/TestVectorString.js +3 -0
- package/types/outputs/TestVectorString.js.map +1 -0
- package/types/outputs/TestVectorStringObject.d.ts +7 -0
- package/types/outputs/TestVectorStringObject.js +3 -0
- package/types/outputs/TestVectorStringObject.js.map +1 -0
- package/types/outputs/Text.d.ts +6 -0
- package/types/outputs/Text.js +3 -0
- package/types/outputs/Text.js.map +1 -0
- package/types/outputs/TextEntities.d.ts +7 -0
- package/types/outputs/TextEntities.js +3 -0
- package/types/outputs/TextEntities.js.map +1 -0
- package/types/outputs/TextEntity.d.ts +9 -0
- package/types/outputs/TextEntity.js +3 -0
- package/types/outputs/TextEntity.js.map +1 -0
- package/types/outputs/TextEntityType.d.ts +95 -0
- package/types/outputs/TextEntityType.js +3 -0
- package/types/outputs/TextEntityType.js.map +1 -0
- package/types/outputs/TextParseMode.d.ts +11 -0
- package/types/outputs/TextParseMode.js +3 -0
- package/types/outputs/TextParseMode.js.map +1 -0
- package/types/outputs/TextQuote.d.ts +9 -0
- package/types/outputs/TextQuote.js +3 -0
- package/types/outputs/TextQuote.js.map +1 -0
- package/types/outputs/ThemeParameters.d.ts +20 -0
- package/types/outputs/ThemeParameters.js +3 -0
- package/types/outputs/ThemeParameters.js.map +1 -0
- package/types/outputs/ThemeSettings.d.ts +12 -0
- package/types/outputs/ThemeSettings.js +3 -0
- package/types/outputs/ThemeSettings.js.map +1 -0
- package/types/outputs/Thumbnail.d.ts +10 -0
- package/types/outputs/Thumbnail.js +3 -0
- package/types/outputs/Thumbnail.js.map +1 -0
- package/types/outputs/ThumbnailFormat.d.ts +30 -0
- package/types/outputs/ThumbnailFormat.js +3 -0
- package/types/outputs/ThumbnailFormat.js.map +1 -0
- package/types/outputs/TimeZone.d.ts +8 -0
- package/types/outputs/TimeZone.js +3 -0
- package/types/outputs/TimeZone.js.map +1 -0
- package/types/outputs/TimeZones.d.ts +7 -0
- package/types/outputs/TimeZones.js +3 -0
- package/types/outputs/TimeZones.js.map +1 -0
- package/types/outputs/TonRevenueStatistics.d.ts +9 -0
- package/types/outputs/TonRevenueStatistics.js +3 -0
- package/types/outputs/TonRevenueStatistics.js.map +1 -0
- package/types/outputs/TonRevenueStatus.d.ts +9 -0
- package/types/outputs/TonRevenueStatus.js +3 -0
- package/types/outputs/TonRevenueStatus.js.map +1 -0
- package/types/outputs/TonTransaction.d.ts +11 -0
- package/types/outputs/TonTransaction.js +3 -0
- package/types/outputs/TonTransaction.js.map +1 -0
- package/types/outputs/TonTransactionType.d.ts +51 -0
- package/types/outputs/TonTransactionType.js +3 -0
- package/types/outputs/TonTransactionType.js.map +1 -0
- package/types/outputs/TonTransactions.d.ts +9 -0
- package/types/outputs/TonTransactions.js +3 -0
- package/types/outputs/TonTransactions.js.map +1 -0
- package/types/outputs/TopChatCategory.d.ts +34 -0
- package/types/outputs/TopChatCategory.js +3 -0
- package/types/outputs/TopChatCategory.js.map +1 -0
- package/types/outputs/TransactionDirection.d.ts +10 -0
- package/types/outputs/TransactionDirection.js +3 -0
- package/types/outputs/TransactionDirection.js.map +1 -0
- package/types/outputs/TrendingStickerSets.d.ts +9 -0
- package/types/outputs/TrendingStickerSets.js +3 -0
- package/types/outputs/TrendingStickerSets.js.map +1 -0
- package/types/outputs/UnconfirmedSession.d.ts +9 -0
- package/types/outputs/UnconfirmedSession.js +3 -0
- package/types/outputs/UnconfirmedSession.js.map +1 -0
- package/types/outputs/UnreadReaction.d.ts +9 -0
- package/types/outputs/UnreadReaction.js +3 -0
- package/types/outputs/UnreadReaction.js.map +1 -0
- package/types/outputs/Update.d.ts +1100 -0
- package/types/outputs/Update.js +3 -0
- package/types/outputs/Update.js.map +1 -0
- package/types/outputs/Updates.d.ts +7 -0
- package/types/outputs/Updates.js +3 -0
- package/types/outputs/Updates.js.map +1 -0
- package/types/outputs/UpgradeGiftResult.d.ts +15 -0
- package/types/outputs/UpgradeGiftResult.js +3 -0
- package/types/outputs/UpgradeGiftResult.js.map +1 -0
- package/types/outputs/UpgradedGift.d.ts +35 -0
- package/types/outputs/UpgradedGift.js +3 -0
- package/types/outputs/UpgradedGift.js.map +1 -0
- package/types/outputs/UpgradedGiftAttributeId.d.ts +17 -0
- package/types/outputs/UpgradedGiftAttributeId.js +3 -0
- package/types/outputs/UpgradedGiftAttributeId.js.map +1 -0
- package/types/outputs/UpgradedGiftAttributeRarity.d.ts +23 -0
- package/types/outputs/UpgradedGiftAttributeRarity.js +3 -0
- package/types/outputs/UpgradedGiftAttributeRarity.js.map +1 -0
- package/types/outputs/UpgradedGiftBackdrop.d.ts +10 -0
- package/types/outputs/UpgradedGiftBackdrop.js +3 -0
- package/types/outputs/UpgradedGiftBackdrop.js.map +1 -0
- package/types/outputs/UpgradedGiftBackdropColors.d.ts +9 -0
- package/types/outputs/UpgradedGiftBackdropColors.js +3 -0
- package/types/outputs/UpgradedGiftBackdropColors.js.map +1 -0
- package/types/outputs/UpgradedGiftBackdropCount.d.ts +8 -0
- package/types/outputs/UpgradedGiftBackdropCount.js +3 -0
- package/types/outputs/UpgradedGiftBackdropCount.js.map +1 -0
- package/types/outputs/UpgradedGiftColors.d.ts +12 -0
- package/types/outputs/UpgradedGiftColors.js +3 -0
- package/types/outputs/UpgradedGiftColors.js.map +1 -0
- package/types/outputs/UpgradedGiftModel.d.ts +10 -0
- package/types/outputs/UpgradedGiftModel.js +3 -0
- package/types/outputs/UpgradedGiftModel.js.map +1 -0
- package/types/outputs/UpgradedGiftModelCount.d.ts +8 -0
- package/types/outputs/UpgradedGiftModelCount.js +3 -0
- package/types/outputs/UpgradedGiftModelCount.js.map +1 -0
- package/types/outputs/UpgradedGiftOrigin.d.ts +34 -0
- package/types/outputs/UpgradedGiftOrigin.js +3 -0
- package/types/outputs/UpgradedGiftOrigin.js.map +1 -0
- package/types/outputs/UpgradedGiftOriginalDetails.d.ts +10 -0
- package/types/outputs/UpgradedGiftOriginalDetails.js +3 -0
- package/types/outputs/UpgradedGiftOriginalDetails.js.map +1 -0
- package/types/outputs/UpgradedGiftSymbol.d.ts +9 -0
- package/types/outputs/UpgradedGiftSymbol.js +3 -0
- package/types/outputs/UpgradedGiftSymbol.js.map +1 -0
- package/types/outputs/UpgradedGiftSymbolCount.d.ts +8 -0
- package/types/outputs/UpgradedGiftSymbolCount.js +3 -0
- package/types/outputs/UpgradedGiftSymbolCount.js.map +1 -0
- package/types/outputs/UpgradedGiftValueInfo.d.ts +19 -0
- package/types/outputs/UpgradedGiftValueInfo.js +3 -0
- package/types/outputs/UpgradedGiftValueInfo.js.map +1 -0
- package/types/outputs/User.d.ts +33 -0
- package/types/outputs/User.js +3 -0
- package/types/outputs/User.js.map +1 -0
- package/types/outputs/UserAuctionBid.d.ts +11 -0
- package/types/outputs/UserAuctionBid.js +3 -0
- package/types/outputs/UserAuctionBid.js.map +1 -0
- package/types/outputs/UserFullInfo.d.ts +36 -0
- package/types/outputs/UserFullInfo.js +3 -0
- package/types/outputs/UserFullInfo.js.map +1 -0
- package/types/outputs/UserLink.d.ts +7 -0
- package/types/outputs/UserLink.js +3 -0
- package/types/outputs/UserLink.js.map +1 -0
- package/types/outputs/UserPrivacySetting.d.ts +58 -0
- package/types/outputs/UserPrivacySetting.js +3 -0
- package/types/outputs/UserPrivacySetting.js.map +1 -0
- package/types/outputs/UserPrivacySettingRule.d.ts +50 -0
- package/types/outputs/UserPrivacySettingRule.js +3 -0
- package/types/outputs/UserPrivacySettingRule.js.map +1 -0
- package/types/outputs/UserPrivacySettingRules.d.ts +7 -0
- package/types/outputs/UserPrivacySettingRules.js +3 -0
- package/types/outputs/UserPrivacySettingRules.js.map +1 -0
- package/types/outputs/UserRating.d.ts +10 -0
- package/types/outputs/UserRating.js +3 -0
- package/types/outputs/UserRating.js.map +1 -0
- package/types/outputs/UserStatus.d.ts +31 -0
- package/types/outputs/UserStatus.js +3 -0
- package/types/outputs/UserStatus.js.map +1 -0
- package/types/outputs/UserSupportInfo.d.ts +9 -0
- package/types/outputs/UserSupportInfo.js +3 -0
- package/types/outputs/UserSupportInfo.js.map +1 -0
- package/types/outputs/UserType.d.ts +30 -0
- package/types/outputs/UserType.js +3 -0
- package/types/outputs/UserType.js.map +1 -0
- package/types/outputs/Usernames.d.ts +9 -0
- package/types/outputs/Usernames.js +3 -0
- package/types/outputs/Usernames.js.map +1 -0
- package/types/outputs/Users.d.ts +7 -0
- package/types/outputs/Users.js +3 -0
- package/types/outputs/Users.js.map +1 -0
- package/types/outputs/ValidatedOrderInfo.d.ts +8 -0
- package/types/outputs/ValidatedOrderInfo.js +3 -0
- package/types/outputs/ValidatedOrderInfo.js.map +1 -0
- package/types/outputs/VectorPathCommand.d.ts +15 -0
- package/types/outputs/VectorPathCommand.js +3 -0
- package/types/outputs/VectorPathCommand.js.map +1 -0
- package/types/outputs/Venue.d.ts +12 -0
- package/types/outputs/Venue.js +3 -0
- package/types/outputs/Venue.js.map +1 -0
- package/types/outputs/VerificationStatus.d.ts +9 -0
- package/types/outputs/VerificationStatus.js +3 -0
- package/types/outputs/VerificationStatus.js.map +1 -0
- package/types/outputs/Video.d.ts +16 -0
- package/types/outputs/Video.js +3 -0
- package/types/outputs/Video.js.map +1 -0
- package/types/outputs/VideoChat.d.ts +9 -0
- package/types/outputs/VideoChat.js +3 -0
- package/types/outputs/VideoChat.js.map +1 -0
- package/types/outputs/VideoMessageAdvertisement.d.ts +14 -0
- package/types/outputs/VideoMessageAdvertisement.js +3 -0
- package/types/outputs/VideoMessageAdvertisement.js.map +1 -0
- package/types/outputs/VideoMessageAdvertisements.d.ts +9 -0
- package/types/outputs/VideoMessageAdvertisements.js +3 -0
- package/types/outputs/VideoMessageAdvertisements.js.map +1 -0
- package/types/outputs/VideoNote.d.ts +13 -0
- package/types/outputs/VideoNote.js +3 -0
- package/types/outputs/VideoNote.js.map +1 -0
- package/types/outputs/VideoStoryboard.d.ts +10 -0
- package/types/outputs/VideoStoryboard.js +3 -0
- package/types/outputs/VideoStoryboard.js.map +1 -0
- package/types/outputs/VoiceNote.d.ts +11 -0
- package/types/outputs/VoiceNote.js +3 -0
- package/types/outputs/VoiceNote.js.map +1 -0
- package/types/outputs/WebApp.d.ts +11 -0
- package/types/outputs/WebApp.js +3 -0
- package/types/outputs/WebApp.js.map +1 -0
- package/types/outputs/WebAppInfo.d.ts +7 -0
- package/types/outputs/WebAppInfo.js +3 -0
- package/types/outputs/WebAppInfo.js.map +1 -0
- package/types/outputs/WebAppOpenMode.d.ts +14 -0
- package/types/outputs/WebAppOpenMode.js +3 -0
- package/types/outputs/WebAppOpenMode.js.map +1 -0
- package/types/outputs/WebAppOpenParameters.d.ts +9 -0
- package/types/outputs/WebAppOpenParameters.js +3 -0
- package/types/outputs/WebAppOpenParameters.js.map +1 -0
- package/types/outputs/WebPageInstantView.d.ts +12 -0
- package/types/outputs/WebPageInstantView.js +3 -0
- package/types/outputs/WebPageInstantView.js.map +1 -0
- package/types/outputs/index.d.ts +688 -0
- package/types/outputs/index.js +701 -0
- package/types/outputs/index.js.map +1 -0
- package/utils.d.ts +6 -0
- package/utils.js +59 -0
- package/utils.js.map +1 -0
|
@@ -0,0 +1,987 @@
|
|
|
1
|
+
import * as api from './methods';
|
|
2
|
+
export interface ApiMethods {
|
|
3
|
+
getAuthorizationState: api.getAuthorizationState;
|
|
4
|
+
setTdlibParameters: api.setTdlibParameters;
|
|
5
|
+
setAuthenticationPhoneNumber: api.setAuthenticationPhoneNumber;
|
|
6
|
+
checkAuthenticationPremiumPurchase: api.checkAuthenticationPremiumPurchase;
|
|
7
|
+
setAuthenticationPremiumPurchaseTransaction: api.setAuthenticationPremiumPurchaseTransaction;
|
|
8
|
+
setAuthenticationEmailAddress: api.setAuthenticationEmailAddress;
|
|
9
|
+
resendAuthenticationCode: api.resendAuthenticationCode;
|
|
10
|
+
checkAuthenticationEmailCode: api.checkAuthenticationEmailCode;
|
|
11
|
+
checkAuthenticationCode: api.checkAuthenticationCode;
|
|
12
|
+
requestQrCodeAuthentication: api.requestQrCodeAuthentication;
|
|
13
|
+
getAuthenticationPasskeyParameters: api.getAuthenticationPasskeyParameters;
|
|
14
|
+
checkAuthenticationPasskey: api.checkAuthenticationPasskey;
|
|
15
|
+
registerUser: api.registerUser;
|
|
16
|
+
resetAuthenticationEmailAddress: api.resetAuthenticationEmailAddress;
|
|
17
|
+
checkAuthenticationPassword: api.checkAuthenticationPassword;
|
|
18
|
+
requestAuthenticationPasswordRecovery: api.requestAuthenticationPasswordRecovery;
|
|
19
|
+
checkAuthenticationPasswordRecoveryCode: api.checkAuthenticationPasswordRecoveryCode;
|
|
20
|
+
recoverAuthenticationPassword: api.recoverAuthenticationPassword;
|
|
21
|
+
sendAuthenticationFirebaseSms: api.sendAuthenticationFirebaseSms;
|
|
22
|
+
reportAuthenticationCodeMissing: api.reportAuthenticationCodeMissing;
|
|
23
|
+
checkAuthenticationBotToken: api.checkAuthenticationBotToken;
|
|
24
|
+
logOut: api.logOut;
|
|
25
|
+
close: api.close;
|
|
26
|
+
destroy: api.destroy;
|
|
27
|
+
confirmQrCodeAuthentication: api.confirmQrCodeAuthentication;
|
|
28
|
+
getCurrentState: api.getCurrentState;
|
|
29
|
+
setDatabaseEncryptionKey: api.setDatabaseEncryptionKey;
|
|
30
|
+
getPasswordState: api.getPasswordState;
|
|
31
|
+
setPassword: api.setPassword;
|
|
32
|
+
isLoginEmailAddressRequired: api.isLoginEmailAddressRequired;
|
|
33
|
+
setLoginEmailAddress: api.setLoginEmailAddress;
|
|
34
|
+
resendLoginEmailAddressCode: api.resendLoginEmailAddressCode;
|
|
35
|
+
checkLoginEmailAddressCode: api.checkLoginEmailAddressCode;
|
|
36
|
+
getRecoveryEmailAddress: api.getRecoveryEmailAddress;
|
|
37
|
+
setRecoveryEmailAddress: api.setRecoveryEmailAddress;
|
|
38
|
+
checkRecoveryEmailAddressCode: api.checkRecoveryEmailAddressCode;
|
|
39
|
+
resendRecoveryEmailAddressCode: api.resendRecoveryEmailAddressCode;
|
|
40
|
+
cancelRecoveryEmailAddressVerification: api.cancelRecoveryEmailAddressVerification;
|
|
41
|
+
requestPasswordRecovery: api.requestPasswordRecovery;
|
|
42
|
+
checkPasswordRecoveryCode: api.checkPasswordRecoveryCode;
|
|
43
|
+
recoverPassword: api.recoverPassword;
|
|
44
|
+
resetPassword: api.resetPassword;
|
|
45
|
+
cancelPasswordReset: api.cancelPasswordReset;
|
|
46
|
+
createTemporaryPassword: api.createTemporaryPassword;
|
|
47
|
+
getTemporaryPasswordState: api.getTemporaryPasswordState;
|
|
48
|
+
getMe: api.getMe;
|
|
49
|
+
getUser: api.getUser;
|
|
50
|
+
getUserFullInfo: api.getUserFullInfo;
|
|
51
|
+
getBasicGroup: api.getBasicGroup;
|
|
52
|
+
getBasicGroupFullInfo: api.getBasicGroupFullInfo;
|
|
53
|
+
getSupergroup: api.getSupergroup;
|
|
54
|
+
getSupergroupFullInfo: api.getSupergroupFullInfo;
|
|
55
|
+
getSecretChat: api.getSecretChat;
|
|
56
|
+
getChat: api.getChat;
|
|
57
|
+
getMessage: api.getMessage;
|
|
58
|
+
getMessageLocally: api.getMessageLocally;
|
|
59
|
+
getRepliedMessage: api.getRepliedMessage;
|
|
60
|
+
getChatPinnedMessage: api.getChatPinnedMessage;
|
|
61
|
+
getCallbackQueryMessage: api.getCallbackQueryMessage;
|
|
62
|
+
getMessages: api.getMessages;
|
|
63
|
+
getMessageProperties: api.getMessageProperties;
|
|
64
|
+
getMessageThread: api.getMessageThread;
|
|
65
|
+
getMessageReadDate: api.getMessageReadDate;
|
|
66
|
+
getMessageViewers: api.getMessageViewers;
|
|
67
|
+
getMessageAuthor: api.getMessageAuthor;
|
|
68
|
+
getFile: api.getFile;
|
|
69
|
+
getRemoteFile: api.getRemoteFile;
|
|
70
|
+
loadChats: api.loadChats;
|
|
71
|
+
getChats: api.getChats;
|
|
72
|
+
searchPublicChat: api.searchPublicChat;
|
|
73
|
+
searchPublicChats: api.searchPublicChats;
|
|
74
|
+
searchChats: api.searchChats;
|
|
75
|
+
searchChatsOnServer: api.searchChatsOnServer;
|
|
76
|
+
getRecommendedChats: api.getRecommendedChats;
|
|
77
|
+
getChatSimilarChats: api.getChatSimilarChats;
|
|
78
|
+
getChatSimilarChatCount: api.getChatSimilarChatCount;
|
|
79
|
+
openChatSimilarChat: api.openChatSimilarChat;
|
|
80
|
+
getBotSimilarBots: api.getBotSimilarBots;
|
|
81
|
+
getBotSimilarBotCount: api.getBotSimilarBotCount;
|
|
82
|
+
openBotSimilarBot: api.openBotSimilarBot;
|
|
83
|
+
getTopChats: api.getTopChats;
|
|
84
|
+
removeTopChat: api.removeTopChat;
|
|
85
|
+
searchRecentlyFoundChats: api.searchRecentlyFoundChats;
|
|
86
|
+
addRecentlyFoundChat: api.addRecentlyFoundChat;
|
|
87
|
+
removeRecentlyFoundChat: api.removeRecentlyFoundChat;
|
|
88
|
+
clearRecentlyFoundChats: api.clearRecentlyFoundChats;
|
|
89
|
+
getRecentlyOpenedChats: api.getRecentlyOpenedChats;
|
|
90
|
+
checkChatUsername: api.checkChatUsername;
|
|
91
|
+
getCreatedPublicChats: api.getCreatedPublicChats;
|
|
92
|
+
checkCreatedPublicChatsLimit: api.checkCreatedPublicChatsLimit;
|
|
93
|
+
getSuitableDiscussionChats: api.getSuitableDiscussionChats;
|
|
94
|
+
getInactiveSupergroupChats: api.getInactiveSupergroupChats;
|
|
95
|
+
getSuitablePersonalChats: api.getSuitablePersonalChats;
|
|
96
|
+
loadDirectMessagesChatTopics: api.loadDirectMessagesChatTopics;
|
|
97
|
+
getDirectMessagesChatTopic: api.getDirectMessagesChatTopic;
|
|
98
|
+
getDirectMessagesChatTopicHistory: api.getDirectMessagesChatTopicHistory;
|
|
99
|
+
getDirectMessagesChatTopicMessageByDate: api.getDirectMessagesChatTopicMessageByDate;
|
|
100
|
+
deleteDirectMessagesChatTopicHistory: api.deleteDirectMessagesChatTopicHistory;
|
|
101
|
+
deleteDirectMessagesChatTopicMessagesByDate: api.deleteDirectMessagesChatTopicMessagesByDate;
|
|
102
|
+
setDirectMessagesChatTopicIsMarkedAsUnread: api.setDirectMessagesChatTopicIsMarkedAsUnread;
|
|
103
|
+
unpinAllDirectMessagesChatTopicMessages: api.unpinAllDirectMessagesChatTopicMessages;
|
|
104
|
+
readAllDirectMessagesChatTopicReactions: api.readAllDirectMessagesChatTopicReactions;
|
|
105
|
+
getDirectMessagesChatTopicRevenue: api.getDirectMessagesChatTopicRevenue;
|
|
106
|
+
toggleDirectMessagesChatTopicCanSendUnpaidMessages: api.toggleDirectMessagesChatTopicCanSendUnpaidMessages;
|
|
107
|
+
loadSavedMessagesTopics: api.loadSavedMessagesTopics;
|
|
108
|
+
getSavedMessagesTopicHistory: api.getSavedMessagesTopicHistory;
|
|
109
|
+
getSavedMessagesTopicMessageByDate: api.getSavedMessagesTopicMessageByDate;
|
|
110
|
+
deleteSavedMessagesTopicHistory: api.deleteSavedMessagesTopicHistory;
|
|
111
|
+
deleteSavedMessagesTopicMessagesByDate: api.deleteSavedMessagesTopicMessagesByDate;
|
|
112
|
+
toggleSavedMessagesTopicIsPinned: api.toggleSavedMessagesTopicIsPinned;
|
|
113
|
+
setPinnedSavedMessagesTopics: api.setPinnedSavedMessagesTopics;
|
|
114
|
+
getGroupsInCommon: api.getGroupsInCommon;
|
|
115
|
+
getChatHistory: api.getChatHistory;
|
|
116
|
+
getMessageThreadHistory: api.getMessageThreadHistory;
|
|
117
|
+
deleteChatHistory: api.deleteChatHistory;
|
|
118
|
+
deleteChat: api.deleteChat;
|
|
119
|
+
searchChatMessages: api.searchChatMessages;
|
|
120
|
+
searchMessages: api.searchMessages;
|
|
121
|
+
searchSecretMessages: api.searchSecretMessages;
|
|
122
|
+
searchSavedMessages: api.searchSavedMessages;
|
|
123
|
+
searchCallMessages: api.searchCallMessages;
|
|
124
|
+
searchOutgoingDocumentMessages: api.searchOutgoingDocumentMessages;
|
|
125
|
+
getPublicPostSearchLimits: api.getPublicPostSearchLimits;
|
|
126
|
+
searchPublicPosts: api.searchPublicPosts;
|
|
127
|
+
searchPublicMessagesByTag: api.searchPublicMessagesByTag;
|
|
128
|
+
searchPublicStoriesByTag: api.searchPublicStoriesByTag;
|
|
129
|
+
searchPublicStoriesByLocation: api.searchPublicStoriesByLocation;
|
|
130
|
+
searchPublicStoriesByVenue: api.searchPublicStoriesByVenue;
|
|
131
|
+
getSearchedForTags: api.getSearchedForTags;
|
|
132
|
+
removeSearchedForTag: api.removeSearchedForTag;
|
|
133
|
+
clearSearchedForTags: api.clearSearchedForTags;
|
|
134
|
+
deleteAllCallMessages: api.deleteAllCallMessages;
|
|
135
|
+
searchChatRecentLocationMessages: api.searchChatRecentLocationMessages;
|
|
136
|
+
getChatMessageByDate: api.getChatMessageByDate;
|
|
137
|
+
getChatSparseMessagePositions: api.getChatSparseMessagePositions;
|
|
138
|
+
getChatMessageCalendar: api.getChatMessageCalendar;
|
|
139
|
+
getChatMessageCount: api.getChatMessageCount;
|
|
140
|
+
getChatMessagePosition: api.getChatMessagePosition;
|
|
141
|
+
getChatScheduledMessages: api.getChatScheduledMessages;
|
|
142
|
+
getChatSponsoredMessages: api.getChatSponsoredMessages;
|
|
143
|
+
clickChatSponsoredMessage: api.clickChatSponsoredMessage;
|
|
144
|
+
reportChatSponsoredMessage: api.reportChatSponsoredMessage;
|
|
145
|
+
getSearchSponsoredChats: api.getSearchSponsoredChats;
|
|
146
|
+
viewSponsoredChat: api.viewSponsoredChat;
|
|
147
|
+
openSponsoredChat: api.openSponsoredChat;
|
|
148
|
+
reportSponsoredChat: api.reportSponsoredChat;
|
|
149
|
+
getVideoMessageAdvertisements: api.getVideoMessageAdvertisements;
|
|
150
|
+
viewVideoMessageAdvertisement: api.viewVideoMessageAdvertisement;
|
|
151
|
+
clickVideoMessageAdvertisement: api.clickVideoMessageAdvertisement;
|
|
152
|
+
reportVideoMessageAdvertisement: api.reportVideoMessageAdvertisement;
|
|
153
|
+
removeNotification: api.removeNotification;
|
|
154
|
+
removeNotificationGroup: api.removeNotificationGroup;
|
|
155
|
+
getMessageLink: api.getMessageLink;
|
|
156
|
+
getMessageEmbeddingCode: api.getMessageEmbeddingCode;
|
|
157
|
+
getMessageLinkInfo: api.getMessageLinkInfo;
|
|
158
|
+
translateText: api.translateText;
|
|
159
|
+
translateMessageText: api.translateMessageText;
|
|
160
|
+
summarizeMessage: api.summarizeMessage;
|
|
161
|
+
recognizeSpeech: api.recognizeSpeech;
|
|
162
|
+
rateSpeechRecognition: api.rateSpeechRecognition;
|
|
163
|
+
getChatAvailableMessageSenders: api.getChatAvailableMessageSenders;
|
|
164
|
+
setChatMessageSender: api.setChatMessageSender;
|
|
165
|
+
sendMessage: api.sendMessage;
|
|
166
|
+
sendMessageAlbum: api.sendMessageAlbum;
|
|
167
|
+
sendBotStartMessage: api.sendBotStartMessage;
|
|
168
|
+
sendInlineQueryResultMessage: api.sendInlineQueryResultMessage;
|
|
169
|
+
forwardMessages: api.forwardMessages;
|
|
170
|
+
sendQuickReplyShortcutMessages: api.sendQuickReplyShortcutMessages;
|
|
171
|
+
resendMessages: api.resendMessages;
|
|
172
|
+
addLocalMessage: api.addLocalMessage;
|
|
173
|
+
deleteMessages: api.deleteMessages;
|
|
174
|
+
deleteChatMessagesBySender: api.deleteChatMessagesBySender;
|
|
175
|
+
deleteChatMessagesByDate: api.deleteChatMessagesByDate;
|
|
176
|
+
editMessageText: api.editMessageText;
|
|
177
|
+
editMessageLiveLocation: api.editMessageLiveLocation;
|
|
178
|
+
editMessageChecklist: api.editMessageChecklist;
|
|
179
|
+
editMessageMedia: api.editMessageMedia;
|
|
180
|
+
editMessageCaption: api.editMessageCaption;
|
|
181
|
+
editMessageReplyMarkup: api.editMessageReplyMarkup;
|
|
182
|
+
editInlineMessageText: api.editInlineMessageText;
|
|
183
|
+
editInlineMessageLiveLocation: api.editInlineMessageLiveLocation;
|
|
184
|
+
editInlineMessageMedia: api.editInlineMessageMedia;
|
|
185
|
+
editInlineMessageCaption: api.editInlineMessageCaption;
|
|
186
|
+
editInlineMessageReplyMarkup: api.editInlineMessageReplyMarkup;
|
|
187
|
+
editMessageSchedulingState: api.editMessageSchedulingState;
|
|
188
|
+
setMessageFactCheck: api.setMessageFactCheck;
|
|
189
|
+
sendBusinessMessage: api.sendBusinessMessage;
|
|
190
|
+
sendBusinessMessageAlbum: api.sendBusinessMessageAlbum;
|
|
191
|
+
editBusinessMessageText: api.editBusinessMessageText;
|
|
192
|
+
editBusinessMessageLiveLocation: api.editBusinessMessageLiveLocation;
|
|
193
|
+
editBusinessMessageChecklist: api.editBusinessMessageChecklist;
|
|
194
|
+
editBusinessMessageMedia: api.editBusinessMessageMedia;
|
|
195
|
+
editBusinessMessageCaption: api.editBusinessMessageCaption;
|
|
196
|
+
editBusinessMessageReplyMarkup: api.editBusinessMessageReplyMarkup;
|
|
197
|
+
stopBusinessPoll: api.stopBusinessPoll;
|
|
198
|
+
setBusinessMessageIsPinned: api.setBusinessMessageIsPinned;
|
|
199
|
+
readBusinessMessage: api.readBusinessMessage;
|
|
200
|
+
deleteBusinessMessages: api.deleteBusinessMessages;
|
|
201
|
+
editBusinessStory: api.editBusinessStory;
|
|
202
|
+
deleteBusinessStory: api.deleteBusinessStory;
|
|
203
|
+
setBusinessAccountName: api.setBusinessAccountName;
|
|
204
|
+
setBusinessAccountBio: api.setBusinessAccountBio;
|
|
205
|
+
setBusinessAccountProfilePhoto: api.setBusinessAccountProfilePhoto;
|
|
206
|
+
setBusinessAccountUsername: api.setBusinessAccountUsername;
|
|
207
|
+
setBusinessAccountGiftSettings: api.setBusinessAccountGiftSettings;
|
|
208
|
+
getBusinessAccountStarAmount: api.getBusinessAccountStarAmount;
|
|
209
|
+
transferBusinessAccountStars: api.transferBusinessAccountStars;
|
|
210
|
+
checkQuickReplyShortcutName: api.checkQuickReplyShortcutName;
|
|
211
|
+
checkQuickReplyShortcutNameSync: api.checkQuickReplyShortcutNameSync;
|
|
212
|
+
loadQuickReplyShortcuts: api.loadQuickReplyShortcuts;
|
|
213
|
+
setQuickReplyShortcutName: api.setQuickReplyShortcutName;
|
|
214
|
+
deleteQuickReplyShortcut: api.deleteQuickReplyShortcut;
|
|
215
|
+
reorderQuickReplyShortcuts: api.reorderQuickReplyShortcuts;
|
|
216
|
+
loadQuickReplyShortcutMessages: api.loadQuickReplyShortcutMessages;
|
|
217
|
+
deleteQuickReplyShortcutMessages: api.deleteQuickReplyShortcutMessages;
|
|
218
|
+
addQuickReplyShortcutMessage: api.addQuickReplyShortcutMessage;
|
|
219
|
+
addQuickReplyShortcutInlineQueryResultMessage: api.addQuickReplyShortcutInlineQueryResultMessage;
|
|
220
|
+
addQuickReplyShortcutMessageAlbum: api.addQuickReplyShortcutMessageAlbum;
|
|
221
|
+
readdQuickReplyShortcutMessages: api.readdQuickReplyShortcutMessages;
|
|
222
|
+
editQuickReplyMessage: api.editQuickReplyMessage;
|
|
223
|
+
getForumTopicDefaultIcons: api.getForumTopicDefaultIcons;
|
|
224
|
+
createForumTopic: api.createForumTopic;
|
|
225
|
+
editForumTopic: api.editForumTopic;
|
|
226
|
+
getForumTopic: api.getForumTopic;
|
|
227
|
+
getForumTopicHistory: api.getForumTopicHistory;
|
|
228
|
+
getForumTopicLink: api.getForumTopicLink;
|
|
229
|
+
getForumTopics: api.getForumTopics;
|
|
230
|
+
setForumTopicNotificationSettings: api.setForumTopicNotificationSettings;
|
|
231
|
+
toggleForumTopicIsClosed: api.toggleForumTopicIsClosed;
|
|
232
|
+
toggleGeneralForumTopicIsHidden: api.toggleGeneralForumTopicIsHidden;
|
|
233
|
+
toggleForumTopicIsPinned: api.toggleForumTopicIsPinned;
|
|
234
|
+
setPinnedForumTopics: api.setPinnedForumTopics;
|
|
235
|
+
deleteForumTopic: api.deleteForumTopic;
|
|
236
|
+
readAllForumTopicMentions: api.readAllForumTopicMentions;
|
|
237
|
+
readAllForumTopicReactions: api.readAllForumTopicReactions;
|
|
238
|
+
unpinAllForumTopicMessages: api.unpinAllForumTopicMessages;
|
|
239
|
+
getPasskeyParameters: api.getPasskeyParameters;
|
|
240
|
+
addLoginPasskey: api.addLoginPasskey;
|
|
241
|
+
getLoginPasskeys: api.getLoginPasskeys;
|
|
242
|
+
removeLoginPasskey: api.removeLoginPasskey;
|
|
243
|
+
getEmojiReaction: api.getEmojiReaction;
|
|
244
|
+
getCustomEmojiReactionAnimations: api.getCustomEmojiReactionAnimations;
|
|
245
|
+
getMessageAvailableReactions: api.getMessageAvailableReactions;
|
|
246
|
+
clearRecentReactions: api.clearRecentReactions;
|
|
247
|
+
addMessageReaction: api.addMessageReaction;
|
|
248
|
+
removeMessageReaction: api.removeMessageReaction;
|
|
249
|
+
getChatAvailablePaidMessageReactionSenders: api.getChatAvailablePaidMessageReactionSenders;
|
|
250
|
+
addPendingPaidMessageReaction: api.addPendingPaidMessageReaction;
|
|
251
|
+
commitPendingPaidMessageReactions: api.commitPendingPaidMessageReactions;
|
|
252
|
+
removePendingPaidMessageReactions: api.removePendingPaidMessageReactions;
|
|
253
|
+
setPaidMessageReactionType: api.setPaidMessageReactionType;
|
|
254
|
+
setMessageReactions: api.setMessageReactions;
|
|
255
|
+
getMessageAddedReactions: api.getMessageAddedReactions;
|
|
256
|
+
setDefaultReactionType: api.setDefaultReactionType;
|
|
257
|
+
getSavedMessagesTags: api.getSavedMessagesTags;
|
|
258
|
+
setSavedMessagesTagLabel: api.setSavedMessagesTagLabel;
|
|
259
|
+
getMessageEffect: api.getMessageEffect;
|
|
260
|
+
searchQuote: api.searchQuote;
|
|
261
|
+
searchQuoteSync: api.searchQuoteSync;
|
|
262
|
+
getTextEntities: api.getTextEntities;
|
|
263
|
+
getTextEntitiesSync: api.getTextEntitiesSync;
|
|
264
|
+
parseTextEntities: api.parseTextEntities;
|
|
265
|
+
parseTextEntitiesSync: api.parseTextEntitiesSync;
|
|
266
|
+
parseMarkdown: api.parseMarkdown;
|
|
267
|
+
parseMarkdownSync: api.parseMarkdownSync;
|
|
268
|
+
getMarkdownText: api.getMarkdownText;
|
|
269
|
+
getMarkdownTextSync: api.getMarkdownTextSync;
|
|
270
|
+
getCountryFlagEmoji: api.getCountryFlagEmoji;
|
|
271
|
+
getCountryFlagEmojiSync: api.getCountryFlagEmojiSync;
|
|
272
|
+
getFileMimeType: api.getFileMimeType;
|
|
273
|
+
getFileMimeTypeSync: api.getFileMimeTypeSync;
|
|
274
|
+
getFileExtension: api.getFileExtension;
|
|
275
|
+
getFileExtensionSync: api.getFileExtensionSync;
|
|
276
|
+
cleanFileName: api.cleanFileName;
|
|
277
|
+
cleanFileNameSync: api.cleanFileNameSync;
|
|
278
|
+
getLanguagePackString: api.getLanguagePackString;
|
|
279
|
+
getLanguagePackStringSync: api.getLanguagePackStringSync;
|
|
280
|
+
getJsonValue: api.getJsonValue;
|
|
281
|
+
getJsonValueSync: api.getJsonValueSync;
|
|
282
|
+
getJsonString: api.getJsonString;
|
|
283
|
+
getJsonStringSync: api.getJsonStringSync;
|
|
284
|
+
getThemeParametersJsonString: api.getThemeParametersJsonString;
|
|
285
|
+
getThemeParametersJsonStringSync: api.getThemeParametersJsonStringSync;
|
|
286
|
+
setPollAnswer: api.setPollAnswer;
|
|
287
|
+
getPollVoters: api.getPollVoters;
|
|
288
|
+
stopPoll: api.stopPoll;
|
|
289
|
+
addChecklistTasks: api.addChecklistTasks;
|
|
290
|
+
markChecklistTasksAsDone: api.markChecklistTasksAsDone;
|
|
291
|
+
hideSuggestedAction: api.hideSuggestedAction;
|
|
292
|
+
hideContactCloseBirthdays: api.hideContactCloseBirthdays;
|
|
293
|
+
getBusinessConnection: api.getBusinessConnection;
|
|
294
|
+
getLoginUrlInfo: api.getLoginUrlInfo;
|
|
295
|
+
getLoginUrl: api.getLoginUrl;
|
|
296
|
+
shareUsersWithBot: api.shareUsersWithBot;
|
|
297
|
+
shareChatWithBot: api.shareChatWithBot;
|
|
298
|
+
getInlineQueryResults: api.getInlineQueryResults;
|
|
299
|
+
answerInlineQuery: api.answerInlineQuery;
|
|
300
|
+
savePreparedInlineMessage: api.savePreparedInlineMessage;
|
|
301
|
+
getPreparedInlineMessage: api.getPreparedInlineMessage;
|
|
302
|
+
getGrossingWebAppBots: api.getGrossingWebAppBots;
|
|
303
|
+
searchWebApp: api.searchWebApp;
|
|
304
|
+
getWebAppPlaceholder: api.getWebAppPlaceholder;
|
|
305
|
+
getWebAppLinkUrl: api.getWebAppLinkUrl;
|
|
306
|
+
getMainWebApp: api.getMainWebApp;
|
|
307
|
+
getWebAppUrl: api.getWebAppUrl;
|
|
308
|
+
sendWebAppData: api.sendWebAppData;
|
|
309
|
+
openWebApp: api.openWebApp;
|
|
310
|
+
closeWebApp: api.closeWebApp;
|
|
311
|
+
answerWebAppQuery: api.answerWebAppQuery;
|
|
312
|
+
checkWebAppFileDownload: api.checkWebAppFileDownload;
|
|
313
|
+
getCallbackQueryAnswer: api.getCallbackQueryAnswer;
|
|
314
|
+
answerCallbackQuery: api.answerCallbackQuery;
|
|
315
|
+
answerShippingQuery: api.answerShippingQuery;
|
|
316
|
+
answerPreCheckoutQuery: api.answerPreCheckoutQuery;
|
|
317
|
+
setGameScore: api.setGameScore;
|
|
318
|
+
setInlineGameScore: api.setInlineGameScore;
|
|
319
|
+
getGameHighScores: api.getGameHighScores;
|
|
320
|
+
getInlineGameHighScores: api.getInlineGameHighScores;
|
|
321
|
+
deleteChatReplyMarkup: api.deleteChatReplyMarkup;
|
|
322
|
+
sendChatAction: api.sendChatAction;
|
|
323
|
+
sendTextMessageDraft: api.sendTextMessageDraft;
|
|
324
|
+
openChat: api.openChat;
|
|
325
|
+
closeChat: api.closeChat;
|
|
326
|
+
viewMessages: api.viewMessages;
|
|
327
|
+
openMessageContent: api.openMessageContent;
|
|
328
|
+
clickAnimatedEmojiMessage: api.clickAnimatedEmojiMessage;
|
|
329
|
+
getInternalLink: api.getInternalLink;
|
|
330
|
+
getInternalLinkType: api.getInternalLinkType;
|
|
331
|
+
getExternalLinkInfo: api.getExternalLinkInfo;
|
|
332
|
+
getExternalLink: api.getExternalLink;
|
|
333
|
+
readAllChatMentions: api.readAllChatMentions;
|
|
334
|
+
readAllChatReactions: api.readAllChatReactions;
|
|
335
|
+
createPrivateChat: api.createPrivateChat;
|
|
336
|
+
createBasicGroupChat: api.createBasicGroupChat;
|
|
337
|
+
createSupergroupChat: api.createSupergroupChat;
|
|
338
|
+
createSecretChat: api.createSecretChat;
|
|
339
|
+
createNewBasicGroupChat: api.createNewBasicGroupChat;
|
|
340
|
+
createNewSupergroupChat: api.createNewSupergroupChat;
|
|
341
|
+
createNewSecretChat: api.createNewSecretChat;
|
|
342
|
+
upgradeBasicGroupChatToSupergroupChat: api.upgradeBasicGroupChatToSupergroupChat;
|
|
343
|
+
getChatListsToAddChat: api.getChatListsToAddChat;
|
|
344
|
+
addChatToList: api.addChatToList;
|
|
345
|
+
getChatFolder: api.getChatFolder;
|
|
346
|
+
createChatFolder: api.createChatFolder;
|
|
347
|
+
editChatFolder: api.editChatFolder;
|
|
348
|
+
deleteChatFolder: api.deleteChatFolder;
|
|
349
|
+
getChatFolderChatsToLeave: api.getChatFolderChatsToLeave;
|
|
350
|
+
getChatFolderChatCount: api.getChatFolderChatCount;
|
|
351
|
+
reorderChatFolders: api.reorderChatFolders;
|
|
352
|
+
toggleChatFolderTags: api.toggleChatFolderTags;
|
|
353
|
+
getRecommendedChatFolders: api.getRecommendedChatFolders;
|
|
354
|
+
getChatFolderDefaultIconName: api.getChatFolderDefaultIconName;
|
|
355
|
+
getChatFolderDefaultIconNameSync: api.getChatFolderDefaultIconNameSync;
|
|
356
|
+
getChatsForChatFolderInviteLink: api.getChatsForChatFolderInviteLink;
|
|
357
|
+
createChatFolderInviteLink: api.createChatFolderInviteLink;
|
|
358
|
+
getChatFolderInviteLinks: api.getChatFolderInviteLinks;
|
|
359
|
+
editChatFolderInviteLink: api.editChatFolderInviteLink;
|
|
360
|
+
deleteChatFolderInviteLink: api.deleteChatFolderInviteLink;
|
|
361
|
+
checkChatFolderInviteLink: api.checkChatFolderInviteLink;
|
|
362
|
+
addChatFolderByInviteLink: api.addChatFolderByInviteLink;
|
|
363
|
+
getChatFolderNewChats: api.getChatFolderNewChats;
|
|
364
|
+
processChatFolderNewChats: api.processChatFolderNewChats;
|
|
365
|
+
getArchiveChatListSettings: api.getArchiveChatListSettings;
|
|
366
|
+
setArchiveChatListSettings: api.setArchiveChatListSettings;
|
|
367
|
+
setChatTitle: api.setChatTitle;
|
|
368
|
+
setChatPhoto: api.setChatPhoto;
|
|
369
|
+
setChatAccentColor: api.setChatAccentColor;
|
|
370
|
+
setChatProfileAccentColor: api.setChatProfileAccentColor;
|
|
371
|
+
setChatMessageAutoDeleteTime: api.setChatMessageAutoDeleteTime;
|
|
372
|
+
setChatEmojiStatus: api.setChatEmojiStatus;
|
|
373
|
+
setChatPermissions: api.setChatPermissions;
|
|
374
|
+
setChatBackground: api.setChatBackground;
|
|
375
|
+
deleteChatBackground: api.deleteChatBackground;
|
|
376
|
+
getGiftChatThemes: api.getGiftChatThemes;
|
|
377
|
+
setChatTheme: api.setChatTheme;
|
|
378
|
+
setChatDraftMessage: api.setChatDraftMessage;
|
|
379
|
+
setChatNotificationSettings: api.setChatNotificationSettings;
|
|
380
|
+
toggleChatHasProtectedContent: api.toggleChatHasProtectedContent;
|
|
381
|
+
toggleChatViewAsTopics: api.toggleChatViewAsTopics;
|
|
382
|
+
toggleChatIsTranslatable: api.toggleChatIsTranslatable;
|
|
383
|
+
toggleChatIsMarkedAsUnread: api.toggleChatIsMarkedAsUnread;
|
|
384
|
+
toggleChatDefaultDisableNotification: api.toggleChatDefaultDisableNotification;
|
|
385
|
+
setChatAvailableReactions: api.setChatAvailableReactions;
|
|
386
|
+
setChatClientData: api.setChatClientData;
|
|
387
|
+
setChatDescription: api.setChatDescription;
|
|
388
|
+
setChatDiscussionGroup: api.setChatDiscussionGroup;
|
|
389
|
+
setChatDirectMessagesGroup: api.setChatDirectMessagesGroup;
|
|
390
|
+
setChatLocation: api.setChatLocation;
|
|
391
|
+
setChatSlowModeDelay: api.setChatSlowModeDelay;
|
|
392
|
+
pinChatMessage: api.pinChatMessage;
|
|
393
|
+
unpinChatMessage: api.unpinChatMessage;
|
|
394
|
+
unpinAllChatMessages: api.unpinAllChatMessages;
|
|
395
|
+
joinChat: api.joinChat;
|
|
396
|
+
leaveChat: api.leaveChat;
|
|
397
|
+
addChatMember: api.addChatMember;
|
|
398
|
+
addChatMembers: api.addChatMembers;
|
|
399
|
+
setChatMemberStatus: api.setChatMemberStatus;
|
|
400
|
+
banChatMember: api.banChatMember;
|
|
401
|
+
canTransferOwnership: api.canTransferOwnership;
|
|
402
|
+
transferChatOwnership: api.transferChatOwnership;
|
|
403
|
+
getChatOwnerAfterLeaving: api.getChatOwnerAfterLeaving;
|
|
404
|
+
getChatMember: api.getChatMember;
|
|
405
|
+
searchChatMembers: api.searchChatMembers;
|
|
406
|
+
getChatAdministrators: api.getChatAdministrators;
|
|
407
|
+
clearAllDraftMessages: api.clearAllDraftMessages;
|
|
408
|
+
getStakeDiceState: api.getStakeDiceState;
|
|
409
|
+
getSavedNotificationSound: api.getSavedNotificationSound;
|
|
410
|
+
getSavedNotificationSounds: api.getSavedNotificationSounds;
|
|
411
|
+
addSavedNotificationSound: api.addSavedNotificationSound;
|
|
412
|
+
removeSavedNotificationSound: api.removeSavedNotificationSound;
|
|
413
|
+
getChatNotificationSettingsExceptions: api.getChatNotificationSettingsExceptions;
|
|
414
|
+
getScopeNotificationSettings: api.getScopeNotificationSettings;
|
|
415
|
+
setScopeNotificationSettings: api.setScopeNotificationSettings;
|
|
416
|
+
setReactionNotificationSettings: api.setReactionNotificationSettings;
|
|
417
|
+
resetAllNotificationSettings: api.resetAllNotificationSettings;
|
|
418
|
+
toggleChatIsPinned: api.toggleChatIsPinned;
|
|
419
|
+
setPinnedChats: api.setPinnedChats;
|
|
420
|
+
readChatList: api.readChatList;
|
|
421
|
+
getCurrentWeather: api.getCurrentWeather;
|
|
422
|
+
getStory: api.getStory;
|
|
423
|
+
getChatsToPostStories: api.getChatsToPostStories;
|
|
424
|
+
canPostStory: api.canPostStory;
|
|
425
|
+
postStory: api.postStory;
|
|
426
|
+
startLiveStory: api.startLiveStory;
|
|
427
|
+
editStory: api.editStory;
|
|
428
|
+
editStoryCover: api.editStoryCover;
|
|
429
|
+
setStoryPrivacySettings: api.setStoryPrivacySettings;
|
|
430
|
+
toggleStoryIsPostedToChatPage: api.toggleStoryIsPostedToChatPage;
|
|
431
|
+
deleteStory: api.deleteStory;
|
|
432
|
+
getStoryNotificationSettingsExceptions: api.getStoryNotificationSettingsExceptions;
|
|
433
|
+
loadActiveStories: api.loadActiveStories;
|
|
434
|
+
setChatActiveStoriesList: api.setChatActiveStoriesList;
|
|
435
|
+
getChatActiveStories: api.getChatActiveStories;
|
|
436
|
+
getChatPostedToChatPageStories: api.getChatPostedToChatPageStories;
|
|
437
|
+
getChatArchivedStories: api.getChatArchivedStories;
|
|
438
|
+
setChatPinnedStories: api.setChatPinnedStories;
|
|
439
|
+
openStory: api.openStory;
|
|
440
|
+
closeStory: api.closeStory;
|
|
441
|
+
getStoryAvailableReactions: api.getStoryAvailableReactions;
|
|
442
|
+
setStoryReaction: api.setStoryReaction;
|
|
443
|
+
getStoryInteractions: api.getStoryInteractions;
|
|
444
|
+
getChatStoryInteractions: api.getChatStoryInteractions;
|
|
445
|
+
reportStory: api.reportStory;
|
|
446
|
+
activateStoryStealthMode: api.activateStoryStealthMode;
|
|
447
|
+
getStoryPublicForwards: api.getStoryPublicForwards;
|
|
448
|
+
getChatStoryAlbums: api.getChatStoryAlbums;
|
|
449
|
+
getStoryAlbumStories: api.getStoryAlbumStories;
|
|
450
|
+
createStoryAlbum: api.createStoryAlbum;
|
|
451
|
+
reorderStoryAlbums: api.reorderStoryAlbums;
|
|
452
|
+
deleteStoryAlbum: api.deleteStoryAlbum;
|
|
453
|
+
setStoryAlbumName: api.setStoryAlbumName;
|
|
454
|
+
addStoryAlbumStories: api.addStoryAlbumStories;
|
|
455
|
+
removeStoryAlbumStories: api.removeStoryAlbumStories;
|
|
456
|
+
reorderStoryAlbumStories: api.reorderStoryAlbumStories;
|
|
457
|
+
getChatBoostLevelFeatures: api.getChatBoostLevelFeatures;
|
|
458
|
+
getChatBoostFeatures: api.getChatBoostFeatures;
|
|
459
|
+
getAvailableChatBoostSlots: api.getAvailableChatBoostSlots;
|
|
460
|
+
getChatBoostStatus: api.getChatBoostStatus;
|
|
461
|
+
boostChat: api.boostChat;
|
|
462
|
+
getChatBoostLink: api.getChatBoostLink;
|
|
463
|
+
getChatBoostLinkInfo: api.getChatBoostLinkInfo;
|
|
464
|
+
getChatBoosts: api.getChatBoosts;
|
|
465
|
+
getUserChatBoosts: api.getUserChatBoosts;
|
|
466
|
+
getAttachmentMenuBot: api.getAttachmentMenuBot;
|
|
467
|
+
toggleBotIsAddedToAttachmentMenu: api.toggleBotIsAddedToAttachmentMenu;
|
|
468
|
+
getThemedEmojiStatuses: api.getThemedEmojiStatuses;
|
|
469
|
+
getRecentEmojiStatuses: api.getRecentEmojiStatuses;
|
|
470
|
+
getUpgradedGiftEmojiStatuses: api.getUpgradedGiftEmojiStatuses;
|
|
471
|
+
getDefaultEmojiStatuses: api.getDefaultEmojiStatuses;
|
|
472
|
+
clearRecentEmojiStatuses: api.clearRecentEmojiStatuses;
|
|
473
|
+
getThemedChatEmojiStatuses: api.getThemedChatEmojiStatuses;
|
|
474
|
+
getDefaultChatEmojiStatuses: api.getDefaultChatEmojiStatuses;
|
|
475
|
+
getDisallowedChatEmojiStatuses: api.getDisallowedChatEmojiStatuses;
|
|
476
|
+
downloadFile: api.downloadFile;
|
|
477
|
+
getFileDownloadedPrefixSize: api.getFileDownloadedPrefixSize;
|
|
478
|
+
cancelDownloadFile: api.cancelDownloadFile;
|
|
479
|
+
getSuggestedFileName: api.getSuggestedFileName;
|
|
480
|
+
preliminaryUploadFile: api.preliminaryUploadFile;
|
|
481
|
+
cancelPreliminaryUploadFile: api.cancelPreliminaryUploadFile;
|
|
482
|
+
writeGeneratedFilePart: api.writeGeneratedFilePart;
|
|
483
|
+
setFileGenerationProgress: api.setFileGenerationProgress;
|
|
484
|
+
finishFileGeneration: api.finishFileGeneration;
|
|
485
|
+
readFilePart: api.readFilePart;
|
|
486
|
+
deleteFile: api.deleteFile;
|
|
487
|
+
addFileToDownloads: api.addFileToDownloads;
|
|
488
|
+
toggleDownloadIsPaused: api.toggleDownloadIsPaused;
|
|
489
|
+
toggleAllDownloadsArePaused: api.toggleAllDownloadsArePaused;
|
|
490
|
+
removeFileFromDownloads: api.removeFileFromDownloads;
|
|
491
|
+
removeAllFilesFromDownloads: api.removeAllFilesFromDownloads;
|
|
492
|
+
searchFileDownloads: api.searchFileDownloads;
|
|
493
|
+
setApplicationVerificationToken: api.setApplicationVerificationToken;
|
|
494
|
+
getMessageFileType: api.getMessageFileType;
|
|
495
|
+
getMessageImportConfirmationText: api.getMessageImportConfirmationText;
|
|
496
|
+
importMessages: api.importMessages;
|
|
497
|
+
replacePrimaryChatInviteLink: api.replacePrimaryChatInviteLink;
|
|
498
|
+
createChatInviteLink: api.createChatInviteLink;
|
|
499
|
+
createChatSubscriptionInviteLink: api.createChatSubscriptionInviteLink;
|
|
500
|
+
editChatInviteLink: api.editChatInviteLink;
|
|
501
|
+
editChatSubscriptionInviteLink: api.editChatSubscriptionInviteLink;
|
|
502
|
+
getChatInviteLink: api.getChatInviteLink;
|
|
503
|
+
getChatInviteLinkCounts: api.getChatInviteLinkCounts;
|
|
504
|
+
getChatInviteLinks: api.getChatInviteLinks;
|
|
505
|
+
getChatInviteLinkMembers: api.getChatInviteLinkMembers;
|
|
506
|
+
revokeChatInviteLink: api.revokeChatInviteLink;
|
|
507
|
+
deleteRevokedChatInviteLink: api.deleteRevokedChatInviteLink;
|
|
508
|
+
deleteAllRevokedChatInviteLinks: api.deleteAllRevokedChatInviteLinks;
|
|
509
|
+
checkChatInviteLink: api.checkChatInviteLink;
|
|
510
|
+
joinChatByInviteLink: api.joinChatByInviteLink;
|
|
511
|
+
getChatJoinRequests: api.getChatJoinRequests;
|
|
512
|
+
processChatJoinRequest: api.processChatJoinRequest;
|
|
513
|
+
processChatJoinRequests: api.processChatJoinRequests;
|
|
514
|
+
approveSuggestedPost: api.approveSuggestedPost;
|
|
515
|
+
declineSuggestedPost: api.declineSuggestedPost;
|
|
516
|
+
addOffer: api.addOffer;
|
|
517
|
+
createCall: api.createCall;
|
|
518
|
+
acceptCall: api.acceptCall;
|
|
519
|
+
sendCallSignalingData: api.sendCallSignalingData;
|
|
520
|
+
discardCall: api.discardCall;
|
|
521
|
+
sendCallRating: api.sendCallRating;
|
|
522
|
+
sendCallDebugInformation: api.sendCallDebugInformation;
|
|
523
|
+
sendCallLog: api.sendCallLog;
|
|
524
|
+
getVideoChatAvailableParticipants: api.getVideoChatAvailableParticipants;
|
|
525
|
+
setVideoChatDefaultParticipant: api.setVideoChatDefaultParticipant;
|
|
526
|
+
createVideoChat: api.createVideoChat;
|
|
527
|
+
createGroupCall: api.createGroupCall;
|
|
528
|
+
getVideoChatRtmpUrl: api.getVideoChatRtmpUrl;
|
|
529
|
+
replaceVideoChatRtmpUrl: api.replaceVideoChatRtmpUrl;
|
|
530
|
+
getLiveStoryRtmpUrl: api.getLiveStoryRtmpUrl;
|
|
531
|
+
replaceLiveStoryRtmpUrl: api.replaceLiveStoryRtmpUrl;
|
|
532
|
+
getGroupCall: api.getGroupCall;
|
|
533
|
+
startScheduledVideoChat: api.startScheduledVideoChat;
|
|
534
|
+
toggleVideoChatEnabledStartNotification: api.toggleVideoChatEnabledStartNotification;
|
|
535
|
+
joinGroupCall: api.joinGroupCall;
|
|
536
|
+
joinVideoChat: api.joinVideoChat;
|
|
537
|
+
joinLiveStory: api.joinLiveStory;
|
|
538
|
+
startGroupCallScreenSharing: api.startGroupCallScreenSharing;
|
|
539
|
+
toggleGroupCallScreenSharingIsPaused: api.toggleGroupCallScreenSharingIsPaused;
|
|
540
|
+
endGroupCallScreenSharing: api.endGroupCallScreenSharing;
|
|
541
|
+
setVideoChatTitle: api.setVideoChatTitle;
|
|
542
|
+
toggleVideoChatMuteNewParticipants: api.toggleVideoChatMuteNewParticipants;
|
|
543
|
+
toggleGroupCallAreMessagesAllowed: api.toggleGroupCallAreMessagesAllowed;
|
|
544
|
+
getLiveStoryStreamer: api.getLiveStoryStreamer;
|
|
545
|
+
getLiveStoryAvailableMessageSenders: api.getLiveStoryAvailableMessageSenders;
|
|
546
|
+
setLiveStoryMessageSender: api.setLiveStoryMessageSender;
|
|
547
|
+
sendGroupCallMessage: api.sendGroupCallMessage;
|
|
548
|
+
addPendingLiveStoryReaction: api.addPendingLiveStoryReaction;
|
|
549
|
+
commitPendingLiveStoryReactions: api.commitPendingLiveStoryReactions;
|
|
550
|
+
removePendingLiveStoryReactions: api.removePendingLiveStoryReactions;
|
|
551
|
+
deleteGroupCallMessages: api.deleteGroupCallMessages;
|
|
552
|
+
deleteGroupCallMessagesBySender: api.deleteGroupCallMessagesBySender;
|
|
553
|
+
getLiveStoryTopDonors: api.getLiveStoryTopDonors;
|
|
554
|
+
inviteGroupCallParticipant: api.inviteGroupCallParticipant;
|
|
555
|
+
declineGroupCallInvitation: api.declineGroupCallInvitation;
|
|
556
|
+
banGroupCallParticipants: api.banGroupCallParticipants;
|
|
557
|
+
inviteVideoChatParticipants: api.inviteVideoChatParticipants;
|
|
558
|
+
getVideoChatInviteLink: api.getVideoChatInviteLink;
|
|
559
|
+
revokeGroupCallInviteLink: api.revokeGroupCallInviteLink;
|
|
560
|
+
startGroupCallRecording: api.startGroupCallRecording;
|
|
561
|
+
endGroupCallRecording: api.endGroupCallRecording;
|
|
562
|
+
toggleGroupCallIsMyVideoPaused: api.toggleGroupCallIsMyVideoPaused;
|
|
563
|
+
toggleGroupCallIsMyVideoEnabled: api.toggleGroupCallIsMyVideoEnabled;
|
|
564
|
+
setGroupCallPaidMessageStarCount: api.setGroupCallPaidMessageStarCount;
|
|
565
|
+
setGroupCallParticipantIsSpeaking: api.setGroupCallParticipantIsSpeaking;
|
|
566
|
+
toggleGroupCallParticipantIsMuted: api.toggleGroupCallParticipantIsMuted;
|
|
567
|
+
setGroupCallParticipantVolumeLevel: api.setGroupCallParticipantVolumeLevel;
|
|
568
|
+
toggleGroupCallParticipantIsHandRaised: api.toggleGroupCallParticipantIsHandRaised;
|
|
569
|
+
getGroupCallParticipants: api.getGroupCallParticipants;
|
|
570
|
+
loadGroupCallParticipants: api.loadGroupCallParticipants;
|
|
571
|
+
leaveGroupCall: api.leaveGroupCall;
|
|
572
|
+
endGroupCall: api.endGroupCall;
|
|
573
|
+
getGroupCallStreams: api.getGroupCallStreams;
|
|
574
|
+
getGroupCallStreamSegment: api.getGroupCallStreamSegment;
|
|
575
|
+
encryptGroupCallData: api.encryptGroupCallData;
|
|
576
|
+
decryptGroupCallData: api.decryptGroupCallData;
|
|
577
|
+
setMessageSenderBlockList: api.setMessageSenderBlockList;
|
|
578
|
+
blockMessageSenderFromReplies: api.blockMessageSenderFromReplies;
|
|
579
|
+
getBlockedMessageSenders: api.getBlockedMessageSenders;
|
|
580
|
+
addContact: api.addContact;
|
|
581
|
+
importContacts: api.importContacts;
|
|
582
|
+
getContacts: api.getContacts;
|
|
583
|
+
searchContacts: api.searchContacts;
|
|
584
|
+
removeContacts: api.removeContacts;
|
|
585
|
+
getImportedContactCount: api.getImportedContactCount;
|
|
586
|
+
changeImportedContacts: api.changeImportedContacts;
|
|
587
|
+
clearImportedContacts: api.clearImportedContacts;
|
|
588
|
+
setCloseFriends: api.setCloseFriends;
|
|
589
|
+
getCloseFriends: api.getCloseFriends;
|
|
590
|
+
setUserPersonalProfilePhoto: api.setUserPersonalProfilePhoto;
|
|
591
|
+
setUserNote: api.setUserNote;
|
|
592
|
+
suggestUserProfilePhoto: api.suggestUserProfilePhoto;
|
|
593
|
+
suggestUserBirthdate: api.suggestUserBirthdate;
|
|
594
|
+
toggleBotCanManageEmojiStatus: api.toggleBotCanManageEmojiStatus;
|
|
595
|
+
setUserEmojiStatus: api.setUserEmojiStatus;
|
|
596
|
+
searchUserByPhoneNumber: api.searchUserByPhoneNumber;
|
|
597
|
+
sharePhoneNumber: api.sharePhoneNumber;
|
|
598
|
+
getUserProfilePhotos: api.getUserProfilePhotos;
|
|
599
|
+
getUserProfileAudios: api.getUserProfileAudios;
|
|
600
|
+
isProfileAudio: api.isProfileAudio;
|
|
601
|
+
addProfileAudio: api.addProfileAudio;
|
|
602
|
+
setProfileAudioPosition: api.setProfileAudioPosition;
|
|
603
|
+
removeProfileAudio: api.removeProfileAudio;
|
|
604
|
+
getStickerOutline: api.getStickerOutline;
|
|
605
|
+
getStickerOutlineSvgPath: api.getStickerOutlineSvgPath;
|
|
606
|
+
getStickers: api.getStickers;
|
|
607
|
+
getAllStickerEmojis: api.getAllStickerEmojis;
|
|
608
|
+
searchStickers: api.searchStickers;
|
|
609
|
+
getGreetingStickers: api.getGreetingStickers;
|
|
610
|
+
getPremiumStickers: api.getPremiumStickers;
|
|
611
|
+
getInstalledStickerSets: api.getInstalledStickerSets;
|
|
612
|
+
getArchivedStickerSets: api.getArchivedStickerSets;
|
|
613
|
+
getTrendingStickerSets: api.getTrendingStickerSets;
|
|
614
|
+
getAttachedStickerSets: api.getAttachedStickerSets;
|
|
615
|
+
getStickerSet: api.getStickerSet;
|
|
616
|
+
getStickerSetName: api.getStickerSetName;
|
|
617
|
+
searchStickerSet: api.searchStickerSet;
|
|
618
|
+
searchInstalledStickerSets: api.searchInstalledStickerSets;
|
|
619
|
+
searchStickerSets: api.searchStickerSets;
|
|
620
|
+
changeStickerSet: api.changeStickerSet;
|
|
621
|
+
viewTrendingStickerSets: api.viewTrendingStickerSets;
|
|
622
|
+
reorderInstalledStickerSets: api.reorderInstalledStickerSets;
|
|
623
|
+
getRecentStickers: api.getRecentStickers;
|
|
624
|
+
addRecentSticker: api.addRecentSticker;
|
|
625
|
+
removeRecentSticker: api.removeRecentSticker;
|
|
626
|
+
clearRecentStickers: api.clearRecentStickers;
|
|
627
|
+
getFavoriteStickers: api.getFavoriteStickers;
|
|
628
|
+
addFavoriteSticker: api.addFavoriteSticker;
|
|
629
|
+
removeFavoriteSticker: api.removeFavoriteSticker;
|
|
630
|
+
getStickerEmojis: api.getStickerEmojis;
|
|
631
|
+
searchEmojis: api.searchEmojis;
|
|
632
|
+
getKeywordEmojis: api.getKeywordEmojis;
|
|
633
|
+
getEmojiCategories: api.getEmojiCategories;
|
|
634
|
+
getAnimatedEmoji: api.getAnimatedEmoji;
|
|
635
|
+
getEmojiSuggestionsUrl: api.getEmojiSuggestionsUrl;
|
|
636
|
+
getCustomEmojiStickers: api.getCustomEmojiStickers;
|
|
637
|
+
getDefaultChatPhotoCustomEmojiStickers: api.getDefaultChatPhotoCustomEmojiStickers;
|
|
638
|
+
getDefaultProfilePhotoCustomEmojiStickers: api.getDefaultProfilePhotoCustomEmojiStickers;
|
|
639
|
+
getDefaultBackgroundCustomEmojiStickers: api.getDefaultBackgroundCustomEmojiStickers;
|
|
640
|
+
getSavedAnimations: api.getSavedAnimations;
|
|
641
|
+
addSavedAnimation: api.addSavedAnimation;
|
|
642
|
+
removeSavedAnimation: api.removeSavedAnimation;
|
|
643
|
+
getRecentInlineBots: api.getRecentInlineBots;
|
|
644
|
+
getOwnedBots: api.getOwnedBots;
|
|
645
|
+
searchHashtags: api.searchHashtags;
|
|
646
|
+
removeRecentHashtag: api.removeRecentHashtag;
|
|
647
|
+
getLinkPreview: api.getLinkPreview;
|
|
648
|
+
getWebPageInstantView: api.getWebPageInstantView;
|
|
649
|
+
setProfilePhoto: api.setProfilePhoto;
|
|
650
|
+
deleteProfilePhoto: api.deleteProfilePhoto;
|
|
651
|
+
setAccentColor: api.setAccentColor;
|
|
652
|
+
setUpgradedGiftColors: api.setUpgradedGiftColors;
|
|
653
|
+
setProfileAccentColor: api.setProfileAccentColor;
|
|
654
|
+
setName: api.setName;
|
|
655
|
+
setBio: api.setBio;
|
|
656
|
+
setUsername: api.setUsername;
|
|
657
|
+
toggleUsernameIsActive: api.toggleUsernameIsActive;
|
|
658
|
+
reorderActiveUsernames: api.reorderActiveUsernames;
|
|
659
|
+
setBirthdate: api.setBirthdate;
|
|
660
|
+
setMainProfileTab: api.setMainProfileTab;
|
|
661
|
+
setPersonalChat: api.setPersonalChat;
|
|
662
|
+
setEmojiStatus: api.setEmojiStatus;
|
|
663
|
+
toggleHasSponsoredMessagesEnabled: api.toggleHasSponsoredMessagesEnabled;
|
|
664
|
+
setBusinessLocation: api.setBusinessLocation;
|
|
665
|
+
setBusinessOpeningHours: api.setBusinessOpeningHours;
|
|
666
|
+
setBusinessGreetingMessageSettings: api.setBusinessGreetingMessageSettings;
|
|
667
|
+
setBusinessAwayMessageSettings: api.setBusinessAwayMessageSettings;
|
|
668
|
+
setBusinessStartPage: api.setBusinessStartPage;
|
|
669
|
+
sendPhoneNumberCode: api.sendPhoneNumberCode;
|
|
670
|
+
sendPhoneNumberFirebaseSms: api.sendPhoneNumberFirebaseSms;
|
|
671
|
+
reportPhoneNumberCodeMissing: api.reportPhoneNumberCodeMissing;
|
|
672
|
+
resendPhoneNumberCode: api.resendPhoneNumberCode;
|
|
673
|
+
checkPhoneNumberCode: api.checkPhoneNumberCode;
|
|
674
|
+
getBusinessConnectedBot: api.getBusinessConnectedBot;
|
|
675
|
+
setBusinessConnectedBot: api.setBusinessConnectedBot;
|
|
676
|
+
deleteBusinessConnectedBot: api.deleteBusinessConnectedBot;
|
|
677
|
+
toggleBusinessConnectedBotChatIsPaused: api.toggleBusinessConnectedBotChatIsPaused;
|
|
678
|
+
removeBusinessConnectedBotFromChat: api.removeBusinessConnectedBotFromChat;
|
|
679
|
+
getBusinessChatLinks: api.getBusinessChatLinks;
|
|
680
|
+
createBusinessChatLink: api.createBusinessChatLink;
|
|
681
|
+
editBusinessChatLink: api.editBusinessChatLink;
|
|
682
|
+
deleteBusinessChatLink: api.deleteBusinessChatLink;
|
|
683
|
+
getBusinessChatLinkInfo: api.getBusinessChatLinkInfo;
|
|
684
|
+
getUserLink: api.getUserLink;
|
|
685
|
+
searchUserByToken: api.searchUserByToken;
|
|
686
|
+
setCommands: api.setCommands;
|
|
687
|
+
deleteCommands: api.deleteCommands;
|
|
688
|
+
getCommands: api.getCommands;
|
|
689
|
+
setMenuButton: api.setMenuButton;
|
|
690
|
+
getMenuButton: api.getMenuButton;
|
|
691
|
+
setDefaultGroupAdministratorRights: api.setDefaultGroupAdministratorRights;
|
|
692
|
+
setDefaultChannelAdministratorRights: api.setDefaultChannelAdministratorRights;
|
|
693
|
+
canBotSendMessages: api.canBotSendMessages;
|
|
694
|
+
allowBotToSendMessages: api.allowBotToSendMessages;
|
|
695
|
+
sendWebAppCustomRequest: api.sendWebAppCustomRequest;
|
|
696
|
+
getBotMediaPreviews: api.getBotMediaPreviews;
|
|
697
|
+
getBotMediaPreviewInfo: api.getBotMediaPreviewInfo;
|
|
698
|
+
addBotMediaPreview: api.addBotMediaPreview;
|
|
699
|
+
editBotMediaPreview: api.editBotMediaPreview;
|
|
700
|
+
reorderBotMediaPreviews: api.reorderBotMediaPreviews;
|
|
701
|
+
deleteBotMediaPreviews: api.deleteBotMediaPreviews;
|
|
702
|
+
setBotName: api.setBotName;
|
|
703
|
+
getBotName: api.getBotName;
|
|
704
|
+
setBotProfilePhoto: api.setBotProfilePhoto;
|
|
705
|
+
toggleBotUsernameIsActive: api.toggleBotUsernameIsActive;
|
|
706
|
+
reorderBotActiveUsernames: api.reorderBotActiveUsernames;
|
|
707
|
+
setBotInfoDescription: api.setBotInfoDescription;
|
|
708
|
+
getBotInfoDescription: api.getBotInfoDescription;
|
|
709
|
+
setBotInfoShortDescription: api.setBotInfoShortDescription;
|
|
710
|
+
getBotInfoShortDescription: api.getBotInfoShortDescription;
|
|
711
|
+
setMessageSenderBotVerification: api.setMessageSenderBotVerification;
|
|
712
|
+
removeMessageSenderBotVerification: api.removeMessageSenderBotVerification;
|
|
713
|
+
getActiveSessions: api.getActiveSessions;
|
|
714
|
+
terminateSession: api.terminateSession;
|
|
715
|
+
terminateAllOtherSessions: api.terminateAllOtherSessions;
|
|
716
|
+
confirmSession: api.confirmSession;
|
|
717
|
+
toggleSessionCanAcceptCalls: api.toggleSessionCanAcceptCalls;
|
|
718
|
+
toggleSessionCanAcceptSecretChats: api.toggleSessionCanAcceptSecretChats;
|
|
719
|
+
setInactiveSessionTtl: api.setInactiveSessionTtl;
|
|
720
|
+
getConnectedWebsites: api.getConnectedWebsites;
|
|
721
|
+
disconnectWebsite: api.disconnectWebsite;
|
|
722
|
+
disconnectAllWebsites: api.disconnectAllWebsites;
|
|
723
|
+
setSupergroupUsername: api.setSupergroupUsername;
|
|
724
|
+
toggleSupergroupUsernameIsActive: api.toggleSupergroupUsernameIsActive;
|
|
725
|
+
disableAllSupergroupUsernames: api.disableAllSupergroupUsernames;
|
|
726
|
+
reorderSupergroupActiveUsernames: api.reorderSupergroupActiveUsernames;
|
|
727
|
+
setSupergroupStickerSet: api.setSupergroupStickerSet;
|
|
728
|
+
setSupergroupCustomEmojiStickerSet: api.setSupergroupCustomEmojiStickerSet;
|
|
729
|
+
setSupergroupUnrestrictBoostCount: api.setSupergroupUnrestrictBoostCount;
|
|
730
|
+
setSupergroupMainProfileTab: api.setSupergroupMainProfileTab;
|
|
731
|
+
toggleSupergroupSignMessages: api.toggleSupergroupSignMessages;
|
|
732
|
+
toggleSupergroupJoinToSendMessages: api.toggleSupergroupJoinToSendMessages;
|
|
733
|
+
toggleSupergroupJoinByRequest: api.toggleSupergroupJoinByRequest;
|
|
734
|
+
toggleSupergroupIsAllHistoryAvailable: api.toggleSupergroupIsAllHistoryAvailable;
|
|
735
|
+
toggleSupergroupCanHaveSponsoredMessages: api.toggleSupergroupCanHaveSponsoredMessages;
|
|
736
|
+
toggleSupergroupHasAutomaticTranslation: api.toggleSupergroupHasAutomaticTranslation;
|
|
737
|
+
toggleSupergroupHasHiddenMembers: api.toggleSupergroupHasHiddenMembers;
|
|
738
|
+
toggleSupergroupHasAggressiveAntiSpamEnabled: api.toggleSupergroupHasAggressiveAntiSpamEnabled;
|
|
739
|
+
toggleSupergroupIsForum: api.toggleSupergroupIsForum;
|
|
740
|
+
toggleSupergroupIsBroadcastGroup: api.toggleSupergroupIsBroadcastGroup;
|
|
741
|
+
reportSupergroupSpam: api.reportSupergroupSpam;
|
|
742
|
+
reportSupergroupAntiSpamFalsePositive: api.reportSupergroupAntiSpamFalsePositive;
|
|
743
|
+
getSupergroupMembers: api.getSupergroupMembers;
|
|
744
|
+
closeSecretChat: api.closeSecretChat;
|
|
745
|
+
getChatEventLog: api.getChatEventLog;
|
|
746
|
+
getTimeZones: api.getTimeZones;
|
|
747
|
+
getPaymentForm: api.getPaymentForm;
|
|
748
|
+
validateOrderInfo: api.validateOrderInfo;
|
|
749
|
+
sendPaymentForm: api.sendPaymentForm;
|
|
750
|
+
getPaymentReceipt: api.getPaymentReceipt;
|
|
751
|
+
getSavedOrderInfo: api.getSavedOrderInfo;
|
|
752
|
+
deleteSavedOrderInfo: api.deleteSavedOrderInfo;
|
|
753
|
+
deleteSavedCredentials: api.deleteSavedCredentials;
|
|
754
|
+
setGiftSettings: api.setGiftSettings;
|
|
755
|
+
getAvailableGifts: api.getAvailableGifts;
|
|
756
|
+
canSendGift: api.canSendGift;
|
|
757
|
+
sendGift: api.sendGift;
|
|
758
|
+
getGiftAuctionState: api.getGiftAuctionState;
|
|
759
|
+
getGiftAuctionAcquiredGifts: api.getGiftAuctionAcquiredGifts;
|
|
760
|
+
openGiftAuction: api.openGiftAuction;
|
|
761
|
+
closeGiftAuction: api.closeGiftAuction;
|
|
762
|
+
placeGiftAuctionBid: api.placeGiftAuctionBid;
|
|
763
|
+
increaseGiftAuctionBid: api.increaseGiftAuctionBid;
|
|
764
|
+
sellGift: api.sellGift;
|
|
765
|
+
toggleGiftIsSaved: api.toggleGiftIsSaved;
|
|
766
|
+
setPinnedGifts: api.setPinnedGifts;
|
|
767
|
+
toggleChatGiftNotifications: api.toggleChatGiftNotifications;
|
|
768
|
+
getGiftUpgradePreview: api.getGiftUpgradePreview;
|
|
769
|
+
getUpgradedGiftVariants: api.getUpgradedGiftVariants;
|
|
770
|
+
upgradeGift: api.upgradeGift;
|
|
771
|
+
buyGiftUpgrade: api.buyGiftUpgrade;
|
|
772
|
+
craftGift: api.craftGift;
|
|
773
|
+
transferGift: api.transferGift;
|
|
774
|
+
dropGiftOriginalDetails: api.dropGiftOriginalDetails;
|
|
775
|
+
sendResoldGift: api.sendResoldGift;
|
|
776
|
+
sendGiftPurchaseOffer: api.sendGiftPurchaseOffer;
|
|
777
|
+
processGiftPurchaseOffer: api.processGiftPurchaseOffer;
|
|
778
|
+
getReceivedGifts: api.getReceivedGifts;
|
|
779
|
+
getReceivedGift: api.getReceivedGift;
|
|
780
|
+
getGiftsForCrafting: api.getGiftsForCrafting;
|
|
781
|
+
getUpgradedGift: api.getUpgradedGift;
|
|
782
|
+
getUpgradedGiftValueInfo: api.getUpgradedGiftValueInfo;
|
|
783
|
+
getUpgradedGiftWithdrawalUrl: api.getUpgradedGiftWithdrawalUrl;
|
|
784
|
+
getUpgradedGiftsPromotionalAnimation: api.getUpgradedGiftsPromotionalAnimation;
|
|
785
|
+
setGiftResalePrice: api.setGiftResalePrice;
|
|
786
|
+
searchGiftsForResale: api.searchGiftsForResale;
|
|
787
|
+
getGiftCollections: api.getGiftCollections;
|
|
788
|
+
createGiftCollection: api.createGiftCollection;
|
|
789
|
+
reorderGiftCollections: api.reorderGiftCollections;
|
|
790
|
+
deleteGiftCollection: api.deleteGiftCollection;
|
|
791
|
+
setGiftCollectionName: api.setGiftCollectionName;
|
|
792
|
+
addGiftCollectionGifts: api.addGiftCollectionGifts;
|
|
793
|
+
removeGiftCollectionGifts: api.removeGiftCollectionGifts;
|
|
794
|
+
reorderGiftCollectionGifts: api.reorderGiftCollectionGifts;
|
|
795
|
+
createInvoiceLink: api.createInvoiceLink;
|
|
796
|
+
refundStarPayment: api.refundStarPayment;
|
|
797
|
+
getSupportUser: api.getSupportUser;
|
|
798
|
+
getBackgroundUrl: api.getBackgroundUrl;
|
|
799
|
+
searchBackground: api.searchBackground;
|
|
800
|
+
setDefaultBackground: api.setDefaultBackground;
|
|
801
|
+
deleteDefaultBackground: api.deleteDefaultBackground;
|
|
802
|
+
getInstalledBackgrounds: api.getInstalledBackgrounds;
|
|
803
|
+
removeInstalledBackground: api.removeInstalledBackground;
|
|
804
|
+
resetInstalledBackgrounds: api.resetInstalledBackgrounds;
|
|
805
|
+
getLocalizationTargetInfo: api.getLocalizationTargetInfo;
|
|
806
|
+
getLanguagePackInfo: api.getLanguagePackInfo;
|
|
807
|
+
getLanguagePackStrings: api.getLanguagePackStrings;
|
|
808
|
+
synchronizeLanguagePack: api.synchronizeLanguagePack;
|
|
809
|
+
addCustomServerLanguagePack: api.addCustomServerLanguagePack;
|
|
810
|
+
setCustomLanguagePack: api.setCustomLanguagePack;
|
|
811
|
+
editCustomLanguagePackInfo: api.editCustomLanguagePackInfo;
|
|
812
|
+
setCustomLanguagePackString: api.setCustomLanguagePackString;
|
|
813
|
+
deleteLanguagePack: api.deleteLanguagePack;
|
|
814
|
+
registerDevice: api.registerDevice;
|
|
815
|
+
processPushNotification: api.processPushNotification;
|
|
816
|
+
getPushReceiverId: api.getPushReceiverId;
|
|
817
|
+
getPushReceiverIdSync: api.getPushReceiverIdSync;
|
|
818
|
+
getRecentlyVisitedTMeUrls: api.getRecentlyVisitedTMeUrls;
|
|
819
|
+
setUserPrivacySettingRules: api.setUserPrivacySettingRules;
|
|
820
|
+
getUserPrivacySettingRules: api.getUserPrivacySettingRules;
|
|
821
|
+
setReadDatePrivacySettings: api.setReadDatePrivacySettings;
|
|
822
|
+
getReadDatePrivacySettings: api.getReadDatePrivacySettings;
|
|
823
|
+
setNewChatPrivacySettings: api.setNewChatPrivacySettings;
|
|
824
|
+
getNewChatPrivacySettings: api.getNewChatPrivacySettings;
|
|
825
|
+
getPaidMessageRevenue: api.getPaidMessageRevenue;
|
|
826
|
+
allowUnpaidMessagesFromUser: api.allowUnpaidMessagesFromUser;
|
|
827
|
+
setChatPaidMessageStarCount: api.setChatPaidMessageStarCount;
|
|
828
|
+
canSendMessageToUser: api.canSendMessageToUser;
|
|
829
|
+
getOption: api.getOption;
|
|
830
|
+
getOptionSync: api.getOptionSync;
|
|
831
|
+
setOption: api.setOption;
|
|
832
|
+
setAccountTtl: api.setAccountTtl;
|
|
833
|
+
getAccountTtl: api.getAccountTtl;
|
|
834
|
+
deleteAccount: api.deleteAccount;
|
|
835
|
+
setDefaultMessageAutoDeleteTime: api.setDefaultMessageAutoDeleteTime;
|
|
836
|
+
getDefaultMessageAutoDeleteTime: api.getDefaultMessageAutoDeleteTime;
|
|
837
|
+
removeChatActionBar: api.removeChatActionBar;
|
|
838
|
+
reportChat: api.reportChat;
|
|
839
|
+
reportChatPhoto: api.reportChatPhoto;
|
|
840
|
+
reportMessageReactions: api.reportMessageReactions;
|
|
841
|
+
getChatRevenueStatistics: api.getChatRevenueStatistics;
|
|
842
|
+
getChatRevenueWithdrawalUrl: api.getChatRevenueWithdrawalUrl;
|
|
843
|
+
getChatRevenueTransactions: api.getChatRevenueTransactions;
|
|
844
|
+
getTonTransactions: api.getTonTransactions;
|
|
845
|
+
getStarRevenueStatistics: api.getStarRevenueStatistics;
|
|
846
|
+
getStarWithdrawalUrl: api.getStarWithdrawalUrl;
|
|
847
|
+
getStarAdAccountUrl: api.getStarAdAccountUrl;
|
|
848
|
+
getTonRevenueStatistics: api.getTonRevenueStatistics;
|
|
849
|
+
getTonWithdrawalUrl: api.getTonWithdrawalUrl;
|
|
850
|
+
getChatStatistics: api.getChatStatistics;
|
|
851
|
+
getMessageStatistics: api.getMessageStatistics;
|
|
852
|
+
getMessagePublicForwards: api.getMessagePublicForwards;
|
|
853
|
+
getStoryStatistics: api.getStoryStatistics;
|
|
854
|
+
getStatisticalGraph: api.getStatisticalGraph;
|
|
855
|
+
getStorageStatistics: api.getStorageStatistics;
|
|
856
|
+
getStorageStatisticsFast: api.getStorageStatisticsFast;
|
|
857
|
+
getDatabaseStatistics: api.getDatabaseStatistics;
|
|
858
|
+
optimizeStorage: api.optimizeStorage;
|
|
859
|
+
setNetworkType: api.setNetworkType;
|
|
860
|
+
getNetworkStatistics: api.getNetworkStatistics;
|
|
861
|
+
addNetworkStatistics: api.addNetworkStatistics;
|
|
862
|
+
resetNetworkStatistics: api.resetNetworkStatistics;
|
|
863
|
+
getAutoDownloadSettingsPresets: api.getAutoDownloadSettingsPresets;
|
|
864
|
+
setAutoDownloadSettings: api.setAutoDownloadSettings;
|
|
865
|
+
getAutosaveSettings: api.getAutosaveSettings;
|
|
866
|
+
setAutosaveSettings: api.setAutosaveSettings;
|
|
867
|
+
clearAutosaveSettingsExceptions: api.clearAutosaveSettingsExceptions;
|
|
868
|
+
getBankCardInfo: api.getBankCardInfo;
|
|
869
|
+
getPassportElement: api.getPassportElement;
|
|
870
|
+
getAllPassportElements: api.getAllPassportElements;
|
|
871
|
+
setPassportElement: api.setPassportElement;
|
|
872
|
+
deletePassportElement: api.deletePassportElement;
|
|
873
|
+
setPassportElementErrors: api.setPassportElementErrors;
|
|
874
|
+
getPreferredCountryLanguage: api.getPreferredCountryLanguage;
|
|
875
|
+
sendEmailAddressVerificationCode: api.sendEmailAddressVerificationCode;
|
|
876
|
+
resendEmailAddressVerificationCode: api.resendEmailAddressVerificationCode;
|
|
877
|
+
checkEmailAddressVerificationCode: api.checkEmailAddressVerificationCode;
|
|
878
|
+
getPassportAuthorizationForm: api.getPassportAuthorizationForm;
|
|
879
|
+
getPassportAuthorizationFormAvailableElements: api.getPassportAuthorizationFormAvailableElements;
|
|
880
|
+
sendPassportAuthorizationForm: api.sendPassportAuthorizationForm;
|
|
881
|
+
setBotUpdatesStatus: api.setBotUpdatesStatus;
|
|
882
|
+
uploadStickerFile: api.uploadStickerFile;
|
|
883
|
+
getSuggestedStickerSetName: api.getSuggestedStickerSetName;
|
|
884
|
+
checkStickerSetName: api.checkStickerSetName;
|
|
885
|
+
createNewStickerSet: api.createNewStickerSet;
|
|
886
|
+
addStickerToSet: api.addStickerToSet;
|
|
887
|
+
replaceStickerInSet: api.replaceStickerInSet;
|
|
888
|
+
setStickerSetThumbnail: api.setStickerSetThumbnail;
|
|
889
|
+
setCustomEmojiStickerSetThumbnail: api.setCustomEmojiStickerSetThumbnail;
|
|
890
|
+
setStickerSetTitle: api.setStickerSetTitle;
|
|
891
|
+
deleteStickerSet: api.deleteStickerSet;
|
|
892
|
+
setStickerPositionInSet: api.setStickerPositionInSet;
|
|
893
|
+
removeStickerFromSet: api.removeStickerFromSet;
|
|
894
|
+
setStickerEmojis: api.setStickerEmojis;
|
|
895
|
+
setStickerKeywords: api.setStickerKeywords;
|
|
896
|
+
setStickerMaskPosition: api.setStickerMaskPosition;
|
|
897
|
+
getOwnedStickerSets: api.getOwnedStickerSets;
|
|
898
|
+
getMapThumbnailFile: api.getMapThumbnailFile;
|
|
899
|
+
getPremiumLimit: api.getPremiumLimit;
|
|
900
|
+
getPremiumFeatures: api.getPremiumFeatures;
|
|
901
|
+
getPremiumStickerExamples: api.getPremiumStickerExamples;
|
|
902
|
+
getPremiumInfoSticker: api.getPremiumInfoSticker;
|
|
903
|
+
viewPremiumFeature: api.viewPremiumFeature;
|
|
904
|
+
clickPremiumSubscriptionButton: api.clickPremiumSubscriptionButton;
|
|
905
|
+
getPremiumState: api.getPremiumState;
|
|
906
|
+
getPremiumGiftPaymentOptions: api.getPremiumGiftPaymentOptions;
|
|
907
|
+
getPremiumGiveawayPaymentOptions: api.getPremiumGiveawayPaymentOptions;
|
|
908
|
+
checkPremiumGiftCode: api.checkPremiumGiftCode;
|
|
909
|
+
applyPremiumGiftCode: api.applyPremiumGiftCode;
|
|
910
|
+
giftPremiumWithStars: api.giftPremiumWithStars;
|
|
911
|
+
launchPrepaidGiveaway: api.launchPrepaidGiveaway;
|
|
912
|
+
getGiveawayInfo: api.getGiveawayInfo;
|
|
913
|
+
getStarPaymentOptions: api.getStarPaymentOptions;
|
|
914
|
+
getStarGiftPaymentOptions: api.getStarGiftPaymentOptions;
|
|
915
|
+
getStarGiveawayPaymentOptions: api.getStarGiveawayPaymentOptions;
|
|
916
|
+
getStarTransactions: api.getStarTransactions;
|
|
917
|
+
getStarSubscriptions: api.getStarSubscriptions;
|
|
918
|
+
canPurchaseFromStore: api.canPurchaseFromStore;
|
|
919
|
+
assignStoreTransaction: api.assignStoreTransaction;
|
|
920
|
+
editStarSubscription: api.editStarSubscription;
|
|
921
|
+
editUserStarSubscription: api.editUserStarSubscription;
|
|
922
|
+
reuseStarSubscription: api.reuseStarSubscription;
|
|
923
|
+
setChatAffiliateProgram: api.setChatAffiliateProgram;
|
|
924
|
+
searchChatAffiliateProgram: api.searchChatAffiliateProgram;
|
|
925
|
+
searchAffiliatePrograms: api.searchAffiliatePrograms;
|
|
926
|
+
connectAffiliateProgram: api.connectAffiliateProgram;
|
|
927
|
+
disconnectAffiliateProgram: api.disconnectAffiliateProgram;
|
|
928
|
+
getConnectedAffiliateProgram: api.getConnectedAffiliateProgram;
|
|
929
|
+
getConnectedAffiliatePrograms: api.getConnectedAffiliatePrograms;
|
|
930
|
+
getBusinessFeatures: api.getBusinessFeatures;
|
|
931
|
+
acceptTermsOfService: api.acceptTermsOfService;
|
|
932
|
+
searchStringsByPrefix: api.searchStringsByPrefix;
|
|
933
|
+
searchStringsByPrefixSync: api.searchStringsByPrefixSync;
|
|
934
|
+
sendCustomRequest: api.sendCustomRequest;
|
|
935
|
+
answerCustomQuery: api.answerCustomQuery;
|
|
936
|
+
setAlarm: api.setAlarm;
|
|
937
|
+
getCountries: api.getCountries;
|
|
938
|
+
getCountryCode: api.getCountryCode;
|
|
939
|
+
getPhoneNumberInfo: api.getPhoneNumberInfo;
|
|
940
|
+
getPhoneNumberInfoSync: api.getPhoneNumberInfoSync;
|
|
941
|
+
getPhoneNumberInfoSyncSync: api.getPhoneNumberInfoSyncSync;
|
|
942
|
+
getCollectibleItemInfo: api.getCollectibleItemInfo;
|
|
943
|
+
getDeepLinkInfo: api.getDeepLinkInfo;
|
|
944
|
+
getApplicationConfig: api.getApplicationConfig;
|
|
945
|
+
saveApplicationLogEvent: api.saveApplicationLogEvent;
|
|
946
|
+
getApplicationDownloadLink: api.getApplicationDownloadLink;
|
|
947
|
+
addProxy: api.addProxy;
|
|
948
|
+
editProxy: api.editProxy;
|
|
949
|
+
enableProxy: api.enableProxy;
|
|
950
|
+
disableProxy: api.disableProxy;
|
|
951
|
+
removeProxy: api.removeProxy;
|
|
952
|
+
getProxies: api.getProxies;
|
|
953
|
+
pingProxy: api.pingProxy;
|
|
954
|
+
setLogStream: api.setLogStream;
|
|
955
|
+
setLogStreamSync: api.setLogStreamSync;
|
|
956
|
+
getLogStream: api.getLogStream;
|
|
957
|
+
getLogStreamSync: api.getLogStreamSync;
|
|
958
|
+
setLogVerbosityLevel: api.setLogVerbosityLevel;
|
|
959
|
+
setLogVerbosityLevelSync: api.setLogVerbosityLevelSync;
|
|
960
|
+
getLogVerbosityLevel: api.getLogVerbosityLevel;
|
|
961
|
+
getLogVerbosityLevelSync: api.getLogVerbosityLevelSync;
|
|
962
|
+
getLogTags: api.getLogTags;
|
|
963
|
+
getLogTagsSync: api.getLogTagsSync;
|
|
964
|
+
setLogTagVerbosityLevel: api.setLogTagVerbosityLevel;
|
|
965
|
+
setLogTagVerbosityLevelSync: api.setLogTagVerbosityLevelSync;
|
|
966
|
+
getLogTagVerbosityLevel: api.getLogTagVerbosityLevel;
|
|
967
|
+
getLogTagVerbosityLevelSync: api.getLogTagVerbosityLevelSync;
|
|
968
|
+
addLogMessage: api.addLogMessage;
|
|
969
|
+
addLogMessageSync: api.addLogMessageSync;
|
|
970
|
+
getUserSupportInfo: api.getUserSupportInfo;
|
|
971
|
+
setUserSupportInfo: api.setUserSupportInfo;
|
|
972
|
+
getSupportName: api.getSupportName;
|
|
973
|
+
testCallEmpty: api.testCallEmpty;
|
|
974
|
+
testCallString: api.testCallString;
|
|
975
|
+
testCallBytes: api.testCallBytes;
|
|
976
|
+
testCallVectorInt: api.testCallVectorInt;
|
|
977
|
+
testCallVectorIntObject: api.testCallVectorIntObject;
|
|
978
|
+
testCallVectorString: api.testCallVectorString;
|
|
979
|
+
testCallVectorStringObject: api.testCallVectorStringObject;
|
|
980
|
+
testSquareInt: api.testSquareInt;
|
|
981
|
+
testNetwork: api.testNetwork;
|
|
982
|
+
testProxy: api.testProxy;
|
|
983
|
+
testGetDifference: api.testGetDifference;
|
|
984
|
+
testUseUpdate: api.testUseUpdate;
|
|
985
|
+
testReturnError: api.testReturnError;
|
|
986
|
+
testReturnErrorSync: api.testReturnErrorSync;
|
|
987
|
+
}
|