Uses of Class
org.drinkless.tdlib.TdApi.InternalLinkType
Packages that use TdApi.InternalLinkType
-
Uses of TdApi.InternalLinkType in org.drinkless.tdlib
Subclasses of TdApi.InternalLinkType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe link is a link to the Devices section of the application.static classThe link is a link to an attachment menu bot to be opened in the specified or a chosen chat.static classThe link contains an authentication code.static classThe link is a link to a background.static classThe link is a link to a Telegram bot, which is expected to be added to a channel chat as an administrator.static classThe link is a link to a chat with a Telegram bot.static classThe link is a link to a Telegram bot, which is expected to be added to a group chat.static classThe link is a link to a business chat.static classThe link is a link to the Telegram Star purchase section of the application.static classThe link is a link to the change phone number section of the application.static classThe link is an affiliate program link.static classThe link is a link to boost a Telegram chat.static classThe link is an invite link to a chat folder.static classThe link is a link to the folder section of the application settings.static classThe link is a chat invite link.static classThe link is a link to the default message auto-delete timer settings section of the application settings.static classThe link is a link to the edit profile section of the application settings.static classThe link is a link to a game.static classThe link is a link to a group call that isn't bound to a chat.static classThe link must be opened in an Instant View.static classThe link is a link to an invoice.static classThe link is a link to a language pack.static classThe link is a link to the language section of the application settings.static classThe link is a link to the main Web App of a bot.static classThe link is a link to a Telegram message or a forum topic.static classThe link contains a message draft text.static classThe link is a link to the screen with information about Telegram Star balance and transactions of the current user.static classThe link is a link to the screen with information about Toncoin balance and transactions of the current user.static classThe link contains a request of Telegram passport data.static classThe link can be used to confirm ownership of a phone number to prevent account deletion.static classThe link is a link to the Premium features screen of the application from which the user can subscribe to Telegram Premium.static classThe link is a link to the screen for gifting Telegram Premium subscriptions to friends via inputInvoiceTelegram with telegramPaymentPurposePremiumGift payments or in-store purchases.static classThe link is a link with a Telegram Premium gift code.static classThe link is a link to the privacy and security section of the application settings.static classThe link is a link to a proxy.static classThe link is a link to a chat by its username.static classThe link can be used to login the current user on another device, but it must be scanned from QR-code using in-app camera.static classThe link forces restore of App Store purchases when opened.static classThe link is a link to application settings.static classThe link is a link to a sticker set.static classThe link is a link to a story.static classThe link is a link to a cloud theme.static classThe link is a link to the theme section of the application settings.static classThe link is an unknown tg: link.static classThe link is a link to an unsupported proxy.static classThe link is a link to an upgraded gift.static classThe link is a link to a user by its phone number.static classThe link is a link to a user by a temporary token.static classThe link is a link to a video chat.static classThe link is a link to a Web App.Fields in org.drinkless.tdlib declared as TdApi.InternalLinkTypeModifier and TypeFieldDescriptionTdApi.BotInfo.editCommandsLinkThe internal link, which can be used to edit bot commands; may be null.TdApi.BotInfo.editDescriptionLinkThe internal link, which can be used to edit bot description; may be null.TdApi.BotInfo.editDescriptionMediaLinkThe internal link, which can be used to edit the photo or animation shown in the chat with the bot if the chat is empty; may be null.TdApi.BotInfo.editSettingsLinkThe internal link, which can be used to edit bot settings; may be null.TdApi.WebPageInstantView.feedbackLinkAn internal link to be opened to leave feedback about the instant view.TdApi.TargetChatInternalLink.linkAn internal link pointing to the chat.TdApi.PremiumFeatures.paymentLinkAn internal link to be opened to pay for Telegram Premium if store payment isn't possible; may be null if direct payment isn't available.TdApi.PremiumPaymentOption.paymentLinkAn internal link to be opened for buying Telegram Premium to the user if store payment isn't possible; may be null if direct payment isn't available.TdApi.GetInternalLink.typeExpected type of the link.Constructors in org.drinkless.tdlib with parameters of type TdApi.InternalLinkTypeModifierConstructorDescriptionBotInfo(String shortDescription, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, String privacyPolicyUrl, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights, TdApi.AffiliateProgramInfo affiliateProgram, int webAppBackgroundLightColor, int webAppBackgroundDarkColor, int webAppHeaderLightColor, int webAppHeaderDarkColor, TdApi.BotVerificationParameters verificationParameters, boolean canGetRevenueStatistics, boolean canManageEmojiStatus, boolean hasMediaPreviews, TdApi.InternalLinkType editCommandsLink, TdApi.InternalLinkType editDescriptionLink, TdApi.InternalLinkType editDescriptionMediaLink, TdApi.InternalLinkType editSettingsLink) Contains information about a bot.GetInternalLink(TdApi.InternalLinkType type, boolean isHttp) Creates a function, which returns an HTTPS or a tg: link with the given type.PremiumFeatures(TdApi.PremiumFeature[] features, TdApi.PremiumLimit[] limits, TdApi.InternalLinkType paymentLink) Contains information about features, available to Premium users.PremiumPaymentOption(String currency, long amount, int discountPercentage, int monthCount, String storeProductId, TdApi.InternalLinkType paymentLink) Describes an option for buying Telegram Premium to a user.The chat needs to be open with the provided internal link.WebPageInstantView(TdApi.PageBlock[] pageBlocks, int viewCount, int version, boolean isRtl, boolean isFull, TdApi.InternalLinkType feedbackLink) Describes an instant view page for a web page.