QChatSubscribeServerParam constructor

QChatSubscribeServerParam(
  1. QChatSubscribeType type,
  2. QChatSubscribeOperateType operateType,
  3. List<int> serverIds
)

Implementation

QChatSubscribeServerParam(this.type, this.operateType, this.serverIds);