Uses of Class
org.drinkless.tdlib.TdApi.PremiumLimitType
Packages that use TdApi.PremiumLimitType
-
Uses of TdApi.PremiumLimitType in org.drinkless.tdlib
Subclasses of TdApi.PremiumLimitType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The maximum number of active stories.static class
The maximum length of the user's bio.static class
The maximum length of sent media caption.static class
The maximum number of pinned and always included, or always excluded chats in a chat folder.static class
The maximum number of chat folders.static class
The maximum number of invite links for a chat folder.static class
The maximum number of created public chats.static class
The maximum number of favorite stickers.static class
The maximum number of stories posted per month.static class
The maximum number of pinned chats in the archive chat list.static class
The maximum number of pinned chats in the main chat list.static class
The maximum number of pinned Saved Messages topics.static class
The maximum number of saved animations.static class
The maximum number of added shareable chat folders.static class
The maximum number of received similar chats.static class
The maximum length of captions of posted stories.static class
The maximum number of suggested reaction areas on a story.static class
The maximum number of joined supergroups and channels.static class
The maximum number of stories posted per week.Fields in org.drinkless.tdlib declared as TdApi.PremiumLimitTypeModifier and TypeFieldDescriptionTdApi.GetPremiumLimit.limitType
Type of the limit.TdApi.PremiumSourceLimitExceeded.limitType
Type of the exceeded limit.TdApi.PremiumLimit.type
The type of the limit.Constructors in org.drinkless.tdlib with parameters of type TdApi.PremiumLimitTypeModifierConstructorDescriptionGetPremiumLimit
(TdApi.PremiumLimitType limitType) Creates a function, which returns information about a limit, increased for Premium users.PremiumLimit
(TdApi.PremiumLimitType type, int defaultValue, int premiumValue) Contains information about a limit, increased for Premium users.PremiumSourceLimitExceeded
(TdApi.PremiumLimitType limitType) A limit was exceeded.