GenerateRandomMessagesOptions constructor

GenerateRandomMessagesOptions(
  1. {required List<Participant> participants,
  2. required String member,
  3. String? coHost,
  4. required String host,
  5. bool forChatBroadcast = false}
)

Implementation

GenerateRandomMessagesOptions({
  required this.participants,
  required this.member,
  this.coHost,
  required this.host,
  this.forChatBroadcast = false,
});