InputBusinessBotRecipients constructor
const
InputBusinessBotRecipients({
- required bool existingChats,
- required bool newChats,
- required bool contacts,
- required bool nonContacts,
- required bool excludeSelected,
- List<
InputUserBase> ? users, - List<
InputUserBase> ? excludeUsers,
Input Business Bot Recipients constructor.
Implementation
const InputBusinessBotRecipients({
required this.existingChats,
required this.newChats,
required this.contacts,
required this.nonContacts,
required this.excludeSelected,
this.users,
this.excludeUsers,
}) : super._();