PhoneDeleteConferenceCallParticipants constructor

const PhoneDeleteConferenceCallParticipants({
  1. required bool onlyLeft,
  2. required bool kick,
  3. required InputGroupCallBase call,
  4. required List<int> ids,
  5. required Uint8List block,
})

Phone Delete Conference Call Participants constructor.

Implementation

const PhoneDeleteConferenceCallParticipants({
  required this.onlyLeft,
  required this.kick,
  required this.call,
  required this.ids,
  required this.block,
}) : super._();