pub enum PremiumFeature {
Show 17 variants
IncreasedLimits,
IncreasedUploadFileSize,
ImprovedDownloadSpeed,
VoiceRecognition,
DisabledAds,
UniqueReactions,
UniqueStickers,
CustomEmoji,
AdvancedChatManagement,
ProfileBadge,
EmojiStatus,
AnimatedProfilePhoto,
ForumTopicIcon,
AppIcons,
RealTimeChatTranslation,
UpgradedStories,
ChatBoost,
}
Variants§
IncreasedLimits
Increased limits
IncreasedUploadFileSize
Increased maximum upload file size
ImprovedDownloadSpeed
Improved download speed
VoiceRecognition
The ability to convert voice notes to text
DisabledAds
Disabled ads
UniqueReactions
Allowed to use more reactions
UniqueStickers
Allowed to use premium stickers with unique effects
CustomEmoji
Allowed to use custom emoji stickers in message texts and captions
AdvancedChatManagement
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
ProfileBadge
A badge in the user’s profile
EmojiStatus
An emoji status shown along with the user’s name
AnimatedProfilePhoto
Profile photo animation on message and chat screens
ForumTopicIcon
The ability to set a custom emoji as a forum topic icon
AppIcons
Allowed to set a premium application icons
RealTimeChatTranslation
Allowed to translate chat messages real-time
UpgradedStories
Allowed to use many additional features for stories
ChatBoost
The ability to boost chats
Trait Implementations§
Source§impl Clone for PremiumFeature
impl Clone for PremiumFeature
Source§fn clone(&self) -> PremiumFeature
fn clone(&self) -> PremiumFeature
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more