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