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

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

There is a newer version: 0.0.7
Show newest version
package it.auties.whatsapp.model.media;

import it.auties.protobuf.annotation.ProtobufMessage;
import it.auties.protobuf.annotation.ProtobufProperty;
import it.auties.protobuf.model.ProtobufType;


@ProtobufMessage(name = "MediaData")
public record MediaData(
        @ProtobufProperty(index = 1, type = ProtobufType.STRING)
        String localPath
) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy