Uses of Record Class
it.auties.whatsapp.model.message.model.KeepInChat
Packages that use KeepInChat
-
Uses of KeepInChat in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as KeepInChatModifier and TypeFieldDescriptionprivate final KeepInChatChatMessageInfo.keepInChatprivate KeepInChatChatMessageInfoBuilder.keepInChatMethods in it.auties.whatsapp.model.info that return types with arguments of type KeepInChatMethods in it.auties.whatsapp.model.info with parameters of type KeepInChatConstructors in it.auties.whatsapp.model.info with parameters of type KeepInChatModifierConstructorDescriptionChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds) ChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds, Chat chat, Contact sender) -
Uses of KeepInChat in it.auties.whatsapp.model.message.model
Methods in it.auties.whatsapp.model.message.model that return KeepInChatModifier and TypeMethodDescriptionKeepInChatBuilder.build()static KeepInChatKeepInChatSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.model with parameters of type KeepInChatModifier and TypeMethodDescriptionstatic byte[]KeepInChatSpec.encode(KeepInChat protoInputObject)