QChatAcceptServerInviteParam constructor

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

Implementation

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