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

it.auties.whatsapp.model.signal.session.SessionPreKey Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package it.auties.whatsapp.model.signal.session;

import lombok.Builder;
import lombok.NonNull;
import lombok.extern.jackson.Jacksonized;

@Builder
@Jacksonized
public record SessionPreKey(Integer preKeyId, byte @NonNull [] baseKey, int signedKeyId) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy