BusinessRecipients constructor

BusinessRecipients({
  1. required List<int> chatIds,
  2. required List<int> excludedChatIds,
  3. required bool selectExistingChats,
  4. required bool selectNewChats,
  5. required bool selectContacts,
  6. required bool selectNonContacts,
  7. required bool excludeSelected,
})

Implementation

BusinessRecipients({
  required this.chatIds,
  required this.excludedChatIds,
  required this.selectExistingChats,
  required this.selectNewChats,
  required this.selectContacts,
  required this.selectNonContacts,
  required this.excludeSelected,
});