premiumFeatureCustomEmoji property
Allowed to use custom emoji stickers in message texts and captions
Implementation
PremiumFeatureCustomEmoji? get premiumFeatureCustomEmoji {
if (this is PremiumFeatureCustomEmoji) {
return this as PremiumFeatureCustomEmoji;
}
return null;
}