ChannelsDeleteParticipantHistory constructor

const ChannelsDeleteParticipantHistory({
  1. required InputChannelBase channel,
  2. required InputPeerBase participant,
})

Channels Delete Participant History constructor.

Implementation

const ChannelsDeleteParticipantHistory({
  required this.channel,
  required this.participant,
}) : super._();