BanGroupCallParticipants constructor

BanGroupCallParticipants({
  1. required int groupCallId,
  2. required List<int> userIds,
})

Implementation

BanGroupCallParticipants({required this.groupCallId, required this.userIds});