RecommendedChatFilters constructor
      const
      RecommendedChatFilters({ 
    
- required List<RecommendedChatFilter> chatFilters,
- dynamic extra,
- int? clientId,
Contains a list of recommended chat filters
Implementation
const RecommendedChatFilters({
  required this.chatFilters,
  this.extra,
  this.clientId,
});