pub enum PremiumLimitType {
Show 19 variants
SupergroupCount,
PinnedChatCount,
CreatedPublicChatCount,
SavedAnimationCount,
FavoriteStickerCount,
ChatFolderCount,
ChatFolderChosenChatCount,
PinnedArchivedChatCount,
PinnedSavedMessagesTopicCount,
CaptionLength,
BioLength,
ChatFolderInviteLinkCount,
ShareableChatFolderCount,
ActiveStoryCount,
WeeklySentStoryCount,
MonthlySentStoryCount,
StoryCaptionLength,
StorySuggestedReactionAreaCount,
SimilarChatCount,
}
Variants§
SupergroupCount
The maximum number of joined supergroups and channels
PinnedChatCount
The maximum number of pinned chats in the main chat list
CreatedPublicChatCount
The maximum number of created public chats
SavedAnimationCount
The maximum number of saved animations
FavoriteStickerCount
The maximum number of favorite stickers
ChatFolderCount
The maximum number of chat folders
ChatFolderChosenChatCount
The maximum number of pinned and always included, or always excluded chats in a chat folder
PinnedArchivedChatCount
The maximum number of pinned chats in the archive chat list
PinnedSavedMessagesTopicCount
The maximum number of pinned Saved Messages topics
CaptionLength
The maximum length of sent media caption
BioLength
The maximum length of the user’s bio
ChatFolderInviteLinkCount
The maximum number of invite links for a chat folder
The maximum number of added shareable chat folders
ActiveStoryCount
The maximum number of active stories
WeeklySentStoryCount
The maximum number of stories sent per week
MonthlySentStoryCount
The maximum number of stories sent per month
StoryCaptionLength
The maximum length of captions of sent stories
StorySuggestedReactionAreaCount
The maximum number of suggested reaction areas on a story
SimilarChatCount
The maximum number of received similar chats
Trait Implementations§
Source§impl Clone for PremiumLimitType
impl Clone for PremiumLimitType
Source§fn clone(&self) -> PremiumLimitType
fn clone(&self) -> PremiumLimitType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more