ChannelParticipantsBanned constructor

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

Channel Participants Banned constructor.

Implementation

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