QChatGetChannelBlackWhiteMembersByPageParam constructor

QChatGetChannelBlackWhiteMembersByPageParam({
  1. required int channelId,
  2. required int serverId,
  3. required QChatChannelBlackWhiteType type,
  4. required int timeTag,
  5. int? limit,
})

Implementation

QChatGetChannelBlackWhiteMembersByPageParam(
    {required this.channelId,
    required this.serverId,
    required this.type,
    required this.timeTag,
    this.limit});