java.lang.Object
it.auties.whatsapp.model.sync.HistorySyncBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate GlobalSettingsprivate List<GroupPastParticipants> private Integerprivate List<StickerMetadata> private List<ChatMessageInfo> private HistorySync.Typeprivate intprivate byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()chunkOrder(int chunkOrder) conversations(List<Chat> conversations) globalSettings(GlobalSettings globalSettings) pastParticipants(List<GroupPastParticipants> pastParticipants) recentStickers(List<StickerMetadata> recentStickers) statusV3Messages(List<ChatMessageInfo> statusV3Messages) syncType(HistorySync.Type syncType) threadDsTimeframeOffset(int threadDsTimeframeOffset) threadIdUserSecret(byte[] threadIdUserSecret)
-
Field Details
-
syncType
-
conversations
-
statusV3Messages
-
chunkOrder
private int chunkOrder -
progress
-
pushNames
-
globalSettings
-
threadIdUserSecret
private byte[] threadIdUserSecret -
threadDsTimeframeOffset
private int threadDsTimeframeOffset -
recentStickers
-
pastParticipants
-
-
Constructor Details
-
HistorySyncBuilder
public HistorySyncBuilder()
-
-
Method Details
-
syncType
-
conversations
-
statusV3Messages
-
chunkOrder
-
progress
-
pushNames
-
globalSettings
-
threadIdUserSecret
-
threadDsTimeframeOffset
-
recentStickers
-
pastParticipants
-
build
-