PhoneDeleteGroupCallParticipantMessages constructor
const
PhoneDeleteGroupCallParticipantMessages({
- required bool reportSpam,
- required InputGroupCallBase call,
- required InputPeerBase participant,
Phone Delete Group Call Participant Messages constructor.
Implementation
const PhoneDeleteGroupCallParticipantMessages({
required this.reportSpam,
required this.call,
required this.participant,
}) : super._();