QChatGetExistingAccidsInServerRoleParam constructor

QChatGetExistingAccidsInServerRoleParam(
  1. int serverId,
  2. int roleId,
  3. List<String> accids
)

Implementation

QChatGetExistingAccidsInServerRoleParam(
    this.serverId, this.roleId, this.accids);