Uses of Class
org.drinkless.tdlib.TdApi.PremiumFeature
Packages that use TdApi.PremiumFeature
-
Uses of TdApi.PremiumFeature in org.drinkless.tdlib
Subclasses of TdApi.PremiumFeature in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe ability to choose accent color for replies and user profile.static classAbility to change position of the main chat list, archive and mute all new chats from non-contacts, and completely disable notifications about the user's contacts joined Telegram.static classProfile photo animation on message and chat screens.static classAllowed to set a premium application icons.static classThe ability to set private chat background for both users.static classThe ability to use Business features.static classThe ability to boost chats.static classThe ability to create and use checklist messages.static classAllowed to use custom emoji stickers in message texts and captions.static classDisabled ads.static classThe ability to show an emoji status along with the user's name.static classThe ability to set a custom emoji as a forum topic icon.static classImproved download speed.static classIncreased limits.static classIncreased maximum upload file size.static classThe ability to view last seen and read times of other users even if they can't view last seen or read time for the current user.static classThe ability to use all available message effects.static classThe ability to disallow incoming voice and video note messages in private chats using setUserPrivacySettingRules with userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages and to restrict incoming messages from non-contacts using setNewChatPrivacySettings.static classA badge in the user's profile.static classAllowed to translate chat messages real-time.static classThe ability to use tags in Saved Messages.static classAllowed to use more reactions.static classAllowed to use premium stickers with unique effects.static classAllowed to use many additional features for stories.static classThe ability to convert voice notes to text.Fields in org.drinkless.tdlib declared as TdApi.PremiumFeatureModifier and TypeFieldDescriptionTdApi.PremiumFeaturePromotionAnimation.featurePremium feature.TdApi.PremiumSourceFeature.featureThe used feature.TdApi.ViewPremiumFeature.featureThe viewed premium feature.TdApi.PremiumFeatures.featuresThe list of available features.Constructors in org.drinkless.tdlib with parameters of type TdApi.PremiumFeatureModifierConstructorDescriptionPremiumFeaturePromotionAnimation(TdApi.PremiumFeature feature, TdApi.Animation animation) Describes a promotion animation for a Premium feature.PremiumFeatures(TdApi.PremiumFeature[] features, TdApi.PremiumLimit[] limits, TdApi.InternalLinkType paymentLink) Contains information about features, available to Premium users.PremiumSourceFeature(TdApi.PremiumFeature feature) A user tried to use a Premium feature.ViewPremiumFeature(TdApi.PremiumFeature feature) Creates a function, which informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen.