QChatSubscribeChannelAsVisitorParam constructor

QChatSubscribeChannelAsVisitorParam({
  1. required QChatSubscribeOperateType operateType,
  2. required List<QChatChannelIdInfo> channelIdInfos,
})

Implementation

QChatSubscribeChannelAsVisitorParam(
    {required this.operateType, required this.channelIdInfos});