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