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 TypeFieldDescriptionprivate ChatEphemeralTimerStore.newChatsEphemeralTimerThe request tag, used to create messagesMethods in it.auties.whatsapp.controller that return ChatEphemeralTimerMethods in it.auties.whatsapp.controller with parameters of type ChatEphemeralTimerModifier and TypeMethodDescriptionStore.setNewChatsEphemeralTimer(ChatEphemeralTimer newChatsEphemeralTimer) Constructors in it.auties.whatsapp.controller with parameters of type ChatEphemeralTimerModifierConstructorDescriptionStore(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 -
Uses of ChatEphemeralTimer in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as ChatEphemeralTimerModifier and TypeFieldDescriptionprivate 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 with parameters of type ChatEphemeralTimerModifier and TypeMethodDescriptionChatBuilder.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) Chat(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)