Uses of Record Class
it.auties.whatsapp.api.WebHistoryLength
Packages that use WebHistoryLength
-
Uses of WebHistoryLength in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api declared as WebHistoryLengthModifier and TypeFieldDescriptionprivate static final WebHistoryLengthWebHistoryLength.EXTENDEDprivate static final WebHistoryLengthWebHistoryLength.STANDARDprivate static final WebHistoryLengthWebHistoryLength.ZEROMethods in it.auties.whatsapp.api that return WebHistoryLengthModifier and TypeMethodDescriptionWebHistoryLengthBuilder.build()static WebHistoryLengthWebHistoryLength.custom(int size) Custom sizestatic WebHistoryLengthWebHistoryLengthSpec.decode(byte[] input) static WebHistoryLengthWebHistoryLength.extended()This will contain most of your messages Unless you 100% know what you are doing don't use this It consumes a lot of system resourcesstatic WebHistoryLengthWebHistoryLength.standard()This is the default setting for the web client This is also the recommended settingstatic WebHistoryLengthWebHistoryLength.zero()Discards history This will save a lot of system resources, but you won't have access to messages sent before the session creationMethods in it.auties.whatsapp.api with parameters of type WebHistoryLengthModifier and TypeMethodDescriptionstatic byte[]WebHistoryLengthSpec.encode(WebHistoryLength protoInputObject) WebOptionsBuilder.historyLength(WebHistoryLength historyLength) Sets how much chat history Whatsapp should send when the QR is first scanned. -
Uses of WebHistoryLength in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as WebHistoryLengthModifier and TypeFieldDescription(package private) WebHistoryLengthStore.historyLengthDescribes how much chat history Whatsapp should sendprivate WebHistoryLengthStoreBuilder.historyLengthMethods in it.auties.whatsapp.controller that return WebHistoryLengthMethods in it.auties.whatsapp.controller with parameters of type WebHistoryLengthModifier and TypeMethodDescriptionStoreBuilder.historyLength(WebHistoryLength historyLength) Store.setHistoryLength(WebHistoryLength historyLength) Constructors in it.auties.whatsapp.controller with parameters of type WebHistoryLengthModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap.KeySetView<ChatMessageInfo, Boolean> status, ConcurrentHashMap<String, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, boolean autodetectListeners, boolean cacheDetectedListeners, boolean automaticPresenceUpdates, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor