ChannelParticipantsSearch constructor

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

Channel Participants Search constructor.

Implementation

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