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 class
The link is a link to the Devices section of the application.static class
The link is a link to an attachment menu bot to be opened in the specified or a chosen chat.static class
The link contains an authentication code.static class
The link is a link to a background.static class
The link is a link to a Telegram bot, which is expected to be added to a channel chat as an administrator.static class
The link is a link to a chat with a Telegram bot.static class
The link is a link to a Telegram bot, which is expected to be added to a group chat.static class
The link is a link to a business chat.static class
The link is a link to the Telegram Star purchase section of the application.static class
The link is a link to the change phone number section of the application.static class
The link is an affiliate program link.static class
The link is a link to boost a Telegram chat.static class
The link is an invite link to a chat folder.static class
The link is a link to the folder section of the application settings.static class
The link is a chat invite link.static class
The link is a link to the default message auto-delete timer settings section of the application settings.static class
The link is a link to the edit profile section of the application settings.static class
The link is a link to a game.static class
The link is a link to a group call that isn't bound to a chat.static class
The link must be opened in an Instant View.static class
The link is a link to an invoice.static class
The link is a link to a language pack.static class
The link is a link to the language section of the application settings.static class
The link is a link to the main Web App of a bot.static class
The link is a link to a Telegram message or a forum topic.static class
The link contains a message draft text.static class
The link is a link to the screen with information about Telegram Star balance and transactions of the current user.static class
The link contains a request of Telegram passport data.static class
The link can be used to confirm ownership of a phone number to prevent account deletion.static class
The link is a link to the Premium features screen of the application from which the user can subscribe to Telegram Premium.static class
The link is a link to the screen for gifting Telegram Premium subscriptions to friends via inputInvoiceTelegram with telegramPaymentPurposePremiumGift payments or in-store purchases.static class
The link is a link with a Telegram Premium gift code.static class
The link is a link to the privacy and security section of the application settings.static class
The link is a link to a proxy.static class
The link is a link to a chat by its username.static class
The 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 class
The link forces restore of App Store purchases when opened.static class
The link is a link to application settings.static class
The link is a link to a sticker set.static class
The link is a link to a story.static class
The link is a link to a cloud theme.static class
The link is a link to the theme section of the application settings.static class
The link is an unknown tg: link.static class
The link is a link to an unsupported proxy.static class
The link is a link to an upgraded gift.static class
The link is a link to a user by its phone number.static class
The link is a link to a user by a temporary token.static class
The link is a link to a video chat.static class
The link is a link to a Web App.Fields in org.drinkless.tdlib declared as TdApi.InternalLinkTypeModifier and TypeFieldDescriptionTdApi.BotInfo.editCommandsLink
The internal link, which can be used to edit bot commands; may be null.TdApi.BotInfo.editDescriptionLink
The internal link, which can be used to edit bot description; may be null.TdApi.BotInfo.editDescriptionMediaLink
The 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.editSettingsLink
The internal link, which can be used to edit bot settings; may be null.TdApi.WebPageInstantView.feedbackLink
An internal link to be opened to leave feedback about the instant view.TdApi.TargetChatInternalLink.link
An internal link pointing to the chat.TdApi.PremiumFeatures.paymentLink
An 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.paymentLink
An 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.type
Expected 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.