BusinessBotRecipients constructor
const
BusinessBotRecipients({})
Business Bot Recipients constructor.
Implementation
const BusinessBotRecipients({
required this.existingChats,
required this.newChats,
required this.contacts,
required this.nonContacts,
required this.excludeSelected,
this.users,
this.excludeUsers,
}) : super._();