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 classThe maximum number of active stories.static classThe maximum length of the user's bio.static classThe maximum length of sent media caption.static classThe maximum number of pinned and always included, or always excluded chats in a chat folder.static classThe maximum number of chat folders.static classThe maximum number of invite links for a chat folder.static classThe maximum number of created public chats.static classThe maximum number of favorite stickers.static classThe maximum number of stories posted per month.static classThe maximum number of pinned chats in the archive chat list.static classThe maximum number of pinned chats in the main chat list.static classThe maximum number of pinned Saved Messages topics.static classThe maximum number of saved animations.static classThe maximum number of added shareable chat folders.static classThe maximum number of received similar chats.static classThe maximum length of captions of posted stories.static classThe maximum number of suggested reaction areas on a story.static classThe maximum number of joined supergroups and channels.static classThe maximum number of stories posted per week.Fields in org.drinkless.tdlib declared as TdApi.PremiumLimitTypeModifier and TypeFieldDescriptionTdApi.GetPremiumLimit.limitTypeType of the limit.TdApi.PremiumSourceLimitExceeded.limitTypeType of the exceeded limit.TdApi.PremiumLimit.typeThe 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.