premiumFeatureAdvancedChatManagement property

PremiumFeatureAdvancedChatManagement? premiumFeatureAdvancedChatManagement

Ability to change position of the main chat list, archive and mute all new chats from non-contacts, and completely disable notifications about the user's contacts joined Telegram

Implementation

PremiumFeatureAdvancedChatManagement?
    get premiumFeatureAdvancedChatManagement {
  if (this is PremiumFeatureAdvancedChatManagement) {
    return this as PremiumFeatureAdvancedChatManagement;
  }
  return null;
}