it.auties.whatsapp.model.media.MediaFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of whatsappweb4j Show documentation
Show all versions of whatsappweb4j Show documentation
Standalone fully-featured Whatsapp Web API for Java and Kotlin
The newest version!
package it.auties.whatsapp.model.media;
public record MediaFile(byte[] fileSha256, byte[] fileEncSha256, byte[] mediaKey, long fileLength, String directPath,
String url) {
}