it.auties.whatsapp.model.sync.AppStateSyncKeyShare Maven / Gradle / Ivy
package it.auties.whatsapp.model.sync;
import it.auties.protobuf.annotation.ProtobufMessage;
import it.auties.protobuf.annotation.ProtobufProperty;
import java.util.List;
import static it.auties.protobuf.model.ProtobufType.OBJECT;
@ProtobufMessage(name = "Message.AppStateSyncKeyShare")
public record AppStateSyncKeyShare(
@ProtobufProperty(index = 1, type = OBJECT) List keys) {
}