PhoneDeleteGroupCallParticipantMessages constructor

const PhoneDeleteGroupCallParticipantMessages({
  1. required bool reportSpam,
  2. required InputGroupCallBase call,
  3. required InputPeerBase participant,
})

Phone Delete Group Call Participant Messages constructor.

Implementation

const PhoneDeleteGroupCallParticipantMessages({
  required this.reportSpam,
  required this.call,
  required this.participant,
}) : super._();