premiumLimitTypePinnedArchivedChatCount property

PremiumLimitTypePinnedArchivedChatCount? premiumLimitTypePinnedArchivedChatCount

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;
}