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

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

The newest version!
package it.auties.whatsapp.model.media;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy