GetGroupCallParticipants constructor

GetGroupCallParticipants({
  1. InputGroupCall? inputGroupCall,
  2. required int limit,
})

Implementation

GetGroupCallParticipants({this.inputGroupCall, required this.limit});