All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.whatsapp.model.response.AbPropsResponse Maven / Gradle / Ivy

package it.auties.whatsapp.model.response;

import com.fasterxml.jackson.annotation.JsonProperty;

public record AbPropsResponse(@JsonProperty("ab_hash") String abHash) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy