Class RmUserResponse

java.lang.Object
net.minheur.potoflux.login.response.BaseResponse
net.minheur.potoflux.login.response.RmUserResponse

public class RmUserResponse extends BaseResponse
Response when you delete a user.
If you fail because of your rank, it will give you the target user's rank.
  • Field Details

    • targetRank

      @SerializedName("target_rank") public int targetRank
      If the removal fails with error rank_to_small, tells what is the target's rank.
  • Constructor Details

    • RmUserResponse

      public RmUserResponse()