MessagesDeleteParticipantReaction constructor

const MessagesDeleteParticipantReaction({
  1. required InputPeerBase peer,
  2. required int msgId,
  3. required InputPeerBase participant,
})

Messages Delete Participant Reaction constructor.

Implementation

const MessagesDeleteParticipantReaction({
  required this.peer,
  required this.msgId,
  required this.participant,
}) : super._();