GroupCallMessageLevel constructor

GroupCallMessageLevel({
  1. required int minStarCount,
  2. required int pinDuration,
  3. required int maxTextLength,
  4. required int maxCustomEmojiCount,
  5. required int firstColor,
  6. required int secondColor,
  7. required int backgroundColor,
})

Implementation

GroupCallMessageLevel({
  required this.minStarCount,
  required this.pinDuration,
  required this.maxTextLength,
  required this.maxCustomEmojiCount,
  required this.firstColor,
  required this.secondColor,
  required this.backgroundColor,
});