QChatRemoveMembersFromServerRoleParam constructor

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

Implementation

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