ChannelParticipantsKicked constructor

const ChannelParticipantsKicked({
  1. required String q,
})

Channel Participants Kicked constructor.

Implementation

const ChannelParticipantsKicked({
  required this.q,
}) : super._();