ChannelParticipantsMentions constructor

const ChannelParticipantsMentions({
  1. String? q,
  2. int? topMsgId,
})

Channel Participants Mentions constructor.

Implementation

const ChannelParticipantsMentions({
  this.q,
  this.topMsgId,
}) : super._();