premiumStoryFeaturePermanentViewsHistory property
The ability to check who opened the current user's stories after they expire
Implementation
PremiumStoryFeaturePermanentViewsHistory?
get premiumStoryFeaturePermanentViewsHistory {
if (this is PremiumStoryFeaturePermanentViewsHistory) {
return this as PremiumStoryFeaturePermanentViewsHistory;
}
return null;
}