ChannelsGetParticipant constructor

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

Channels Get Participant constructor.

Implementation

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