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

it.auties.whatsapp.model.signal.auth.KeyIndexList Maven / Gradle / Ivy

package it.auties.whatsapp.model.signal.auth;

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

import java.util.List;

@ProtobufMessage(name = "ADVKeyIndexList")
public record KeyIndexList(@ProtobufProperty(index = 1, type = ProtobufType.UINT32) int rawId,
                           @ProtobufProperty(index = 2, type = ProtobufType.UINT64) long timestamp,
                           @ProtobufProperty(index = 3, type = ProtobufType.UINT32) int currentIndex,
                           @ProtobufProperty(index = 4, type = ProtobufType.UINT32) List validIndexes) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy