premiumFeatureAnimatedProfilePhoto property

PremiumFeatureAnimatedProfilePhoto? premiumFeatureAnimatedProfilePhoto

Profile photo animation on message and chat screens

Implementation

PremiumFeatureAnimatedProfilePhoto? get premiumFeatureAnimatedProfilePhoto {
  if (this is PremiumFeatureAnimatedProfilePhoto) {
    return this as PremiumFeatureAnimatedProfilePhoto;
  }
  return null;
}