premiumLimitTypePinnedArchivedChatCount property
The maximum number of pinned chats in the archive chat list
Implementation
PremiumLimitTypePinnedArchivedChatCount?
get premiumLimitTypePinnedArchivedChatCount {
if (this is PremiumLimitTypePinnedArchivedChatCount) {
return this as PremiumLimitTypePinnedArchivedChatCount;
}
return null;
}