Uses of Enum Class
it.auties.whatsapp.model.chat.ChatEphemeralTimer
Packages that use ChatEphemeralTimer
Package
Description
-
Uses of ChatEphemeralTimer in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type ChatEphemeralTimerModifier and TypeMethodDescriptionWhatsapp.changeEphemeralTimer(JidProvider chat, ChatEphemeralTimer timer) Enables ephemeral messages in a chat, this means that messages will be automatically cancelled in said chat after a weekWhatsapp.changeNewChatsEphemeralTimer(ChatEphemeralTimer timer) Changes the default ephemeral timer of new chats.Whatsapp.createGroup(String subject, ChatEphemeralTimer timer, JidProvider parentGroup) Creates a new groupWhatsapp.createGroup(String subject, ChatEphemeralTimer timer, JidProvider... contacts) Creates a new groupWhatsapp.createGroup(String subject, ChatEphemeralTimer timer, JidProvider parentCommunity, JidProvider... contacts) Creates a new group -
Uses of ChatEphemeralTimer in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as ChatEphemeralTimerModifier and TypeFieldDescription(package private) ChatEphemeralTimerStore.newChatsEphemeralTimerThe request tag, used to create messagesprivate ChatEphemeralTimerStoreBuilder.newChatsEphemeralTimerMethods in it.auties.whatsapp.controller that return ChatEphemeralTimerMethods in it.auties.whatsapp.controller with parameters of type ChatEphemeralTimerModifier and TypeMethodDescriptionStoreBuilder.newChatsEphemeralTimer(ChatEphemeralTimer newChatsEphemeralTimer) Store.setNewChatsEphemeralTimer(ChatEphemeralTimer newChatsEphemeralTimer) Constructors in it.auties.whatsapp.controller with parameters of type ChatEphemeralTimerModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String verifiedName, 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 -
Uses of ChatEphemeralTimer in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as ChatEphemeralTimerModifier and TypeFieldDescription(package private) ChatEphemeralTimerprivate ChatEphemeralTimerChatBuilder.ephemeralMessageDurationMethods in it.auties.whatsapp.model.chat that return ChatEphemeralTimerModifier and TypeMethodDescriptionChat.ephemeralMessageDuration()static ChatEphemeralTimerChatEphemeralTimer.of(int value) static ChatEphemeralTimerReturns the enum constant of this class with the specified name.static ChatEphemeralTimer[]ChatEphemeralTimer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.chat that return types with arguments of type ChatEphemeralTimerModifier and TypeMethodDescriptionstatic Optional<ChatEphemeralTimer> ChatEphemeralTimerSpec.decode(int index) Methods in it.auties.whatsapp.model.chat with parameters of type ChatEphemeralTimerModifier and TypeMethodDescriptionstatic IntegerChatEphemeralTimerSpec.encode(ChatEphemeralTimer protoInputObject) ChatBuilder.ephemeralMessageDuration(ChatEphemeralTimer ephemeralMessageDuration) Chat.setEphemeralMessageDuration(ChatEphemeralTimer ephemeralMessageDuration) Constructors in it.auties.whatsapp.model.chat with parameters of type ChatEphemeralTimerModifierConstructorDescriptionChat(Jid jid, ConcurrentLinkedHashedDequeue<HistorySyncMessage> historySyncMessages, Jid newJid, Jid oldJid, int unreadMessagesCount, boolean readOnly, boolean endOfHistoryTransfer, ChatEphemeralTimer ephemeralMessageDuration, long ephemeralMessagesToggleTimeSeconds, Chat.EndOfHistoryTransferType endOfHistoryTransferType, long timestampSeconds, String name, boolean notSpam, boolean archived, ChatDisappear disappearInitiator, boolean markedAsUnread, List<GroupParticipant> participants, byte[] token, long tokenTimestampSeconds, byte[] identityKey, int pinnedTimestampSeconds, ChatMute mute, ChatWallpaper wallpaper, MediaVisibility mediaVisibility, long tokenSenderTimestampSeconds, boolean suspended, boolean terminated, long foundationTimestampSeconds, Jid founder, String description, boolean support, boolean parentGroup, boolean defaultSubGroup, Jid parentGroupJid, String displayName, Jid phoneJid, boolean shareOwnPhoneNumber, boolean pnhDuplicateLidThread, Jid lidJid, ConcurrentHashMap<Jid, ContactStatus> presences, Set<Jid> participantsPreKeys, Set<GroupPastParticipant> pastParticipants)