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 TypeMethodDescriptionstatic WebHistoryLengthWebHistoryLength.custom(int size) Custom sizestatic 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 TypeMethodDescriptionWebOptionsBuilder.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 TypeFieldDescriptionprivate WebHistoryLengthStore.historyLengthDescribes how much chat history Whatsapp should sendMethods in it.auties.whatsapp.controller that return WebHistoryLengthMethods in it.auties.whatsapp.controller with parameters of type WebHistoryLengthConstructors in it.auties.whatsapp.controller with parameters of type WebHistoryLengthModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, 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<Jid, ConcurrentHashMap<String, ChatMessageInfo>> status, ConcurrentHashMap<Jid, Newsletter> newsletters, ConcurrentHashMap<PrivacySettingType, 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