Uses of Record Class
it.auties.whatsapp.model.chat.ChatDisappear
Packages that use ChatDisappear
Package
Description
-
Uses of ChatDisappear in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat declared as ChatDisappearModifier and TypeFieldDescriptionprivate ChatDisappearChat.disappearInitiatorprivate ChatDisappearChatBuilder.disappearInitiatorMethods in it.auties.whatsapp.model.chat that return ChatDisappearModifier and TypeMethodDescriptionChatDisappearBuilder.build()static ChatDisappearChatDisappearSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.chat that return types with arguments of type ChatDisappearMethods in it.auties.whatsapp.model.chat with parameters of type ChatDisappearModifier and TypeMethodDescriptionChatBuilder.disappearInitiator(ChatDisappear disappearInitiator) static byte[]ChatDisappearSpec.encode(ChatDisappear protoInputObject) Chat.setDisappearInitiator(ChatDisappear disappearInitiator) Constructors in it.auties.whatsapp.model.chat with parameters of type ChatDisappearModifierConstructorDescriptionChat(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) -
Uses of ChatDisappear in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as ChatDisappearModifier and TypeFieldDescriptionprivate final ChatDisappearContextInfo.disappearingModeDisappearing modeprivate ChatDisappearContextInfoBuilder.disappearingModeMethods in it.auties.whatsapp.model.info that return types with arguments of type ChatDisappearMethods in it.auties.whatsapp.model.info with parameters of type ChatDisappearModifier and TypeMethodDescriptionContextInfoBuilder.disappearingMode(ChatDisappear disappearingMode) Constructors in it.auties.whatsapp.model.info with parameters of type ChatDisappearModifierConstructorDescriptionContextInfo(String quotedMessageId, Jid quotedMessageSenderJid, MessageContainer quotedMessage, Jid quotedMessageChatJid, List<Jid> mentions, String conversionSource, byte[] conversionData, int conversionDelaySeconds, int forwardingScore, boolean forwarded, AdReplyInfo quotedAd, ChatMessageKey placeholderKey, int ephemeralExpiration, long ephemeralSettingTimestamp, byte[] ephemeralSharedSecret, ExternalAdReplyInfo externalAdReply, String entryPointConversionSource, String entryPointConversionApp, int entryPointConversionDelaySeconds, ChatDisappear disappearingMode, ButtonActionLink actionLink, String groupSubject, Jid parentGroup, String trustBannerType, int trustBannerAction) -
Uses of ChatDisappear in it.auties.whatsapp.model.message.server
Fields in it.auties.whatsapp.model.message.server with type parameters of type ChatDisappearModifier and TypeFieldDescriptionprivate final Optional<ChatDisappear> ProtocolMessage.disappearingModeThe field for thedisappearingModerecord component.private Optional<ChatDisappear> ProtocolMessageBuilder.disappearingModeMethods in it.auties.whatsapp.model.message.server that return types with arguments of type ChatDisappearModifier and TypeMethodDescriptionProtocolMessage.disappearingMode()Returns the value of thedisappearingModerecord component.Methods in it.auties.whatsapp.model.message.server with parameters of type ChatDisappearModifier and TypeMethodDescriptionProtocolMessageBuilder.disappearingMode(ChatDisappear disappearingMode) Method parameters in it.auties.whatsapp.model.message.server with type arguments of type ChatDisappearModifier and TypeMethodDescriptionProtocolMessageBuilder.disappearingMode(Optional<ChatDisappear> disappearingMode)