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 class
The ability to choose accent color for replies and user profile.static class
Ability 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 class
Profile photo animation on message and chat screens.static class
Allowed to set a premium application icons.static class
The ability to set private chat background for both users.static class
The ability to use Business features.static class
The ability to boost chats.static class
Allowed to use custom emoji stickers in message texts and captions.static class
Disabled ads.static class
The ability to show an emoji status along with the user's name.static class
The ability to set a custom emoji as a forum topic icon.static class
Improved download speed.static class
Increased limits.static class
Increased maximum upload file size.static class
The ability to view last seen and read times of other users even they can't view last seen or read time for the current user.static class
The ability to use all available message effects.static class
The 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 class
A badge in the user's profile.static class
Allowed to translate chat messages real-time.static class
The ability to use tags in Saved Messages.static class
Allowed to use more reactions.static class
Allowed to use premium stickers with unique effects.static class
Allowed to use many additional features for stories.static class
The ability to convert voice notes to text.Fields in org.drinkless.tdlib declared as TdApi.PremiumFeatureModifier and TypeFieldDescriptionTdApi.PremiumFeaturePromotionAnimation.feature
Premium feature.TdApi.PremiumSourceFeature.feature
The used feature.TdApi.ViewPremiumFeature.feature
The viewed premium feature.TdApi.PremiumFeatures.features
The 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.