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

it.auties.whatsapp.model.media.MediaFile Maven / Gradle / Ivy

package it.auties.whatsapp.model.media;

public record MediaFile(byte[] encryptedFile, byte[] fileSha256, byte[] fileEncSha256, byte[] mediaKey, long fileLength,
                        String directPath, String url, String handle, Long timestamp) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy