LoadGroupCallParticipants constructor

LoadGroupCallParticipants({
  1. required int groupCallId,
  2. required int limit,
})

Implementation

LoadGroupCallParticipants({required this.groupCallId, required this.limit});