MessageGroupCall constructor

MessageGroupCall({
  1. required int uniqueId,
  2. required bool isActive,
  3. required bool wasMissed,
  4. required bool isVideo,
  5. required int duration,
  6. required List<MessageSender> otherParticipantIds,
})

Implementation

MessageGroupCall({
  required this.uniqueId,
  required this.isActive,
  required this.wasMissed,
  required this.isVideo,
  required this.duration,
  required this.otherParticipantIds,
});