QChatRejectServerApplyParam constructor

QChatRejectServerApplyParam(
  1. int serverId,
  2. String accid,
  3. int requestId
)

Implementation

QChatRejectServerApplyParam(this.serverId, this.accid, int requestId)
    : super(requestId);