Uses of Class
it.auties.whatsapp.model.message.model.MessageReceipt
Packages that use MessageReceipt
-
Uses of MessageReceipt in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as MessageReceiptModifier and TypeFieldDescriptionprivate final MessageReceiptChatMessageInfo.receiptprivate MessageReceiptChatMessageInfoBuilder.receiptMethods in it.auties.whatsapp.model.info that return MessageReceiptMethods in it.auties.whatsapp.model.info with parameters of type MessageReceiptConstructors in it.auties.whatsapp.model.info with parameters of type MessageReceiptModifierConstructorDescriptionChatMessageInfo(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 MessageReceipt in it.auties.whatsapp.model.message.model
Methods in it.auties.whatsapp.model.message.model that return MessageReceiptModifier and TypeMethodDescriptionMessageReceiptBuilder.build()static MessageReceiptMessageReceiptSpec.decode(byte[] input) MessageReceipt.playedTimestampSeconds(long playedTimestampSeconds) Sets the played timestampSecondsMessageReceipt.readTimestampSeconds(long readTimestampSeconds) Sets the read timestampSecondsMethods in it.auties.whatsapp.model.message.model with parameters of type MessageReceiptModifier and TypeMethodDescriptionstatic byte[]MessageReceiptSpec.encode(MessageReceipt protoInputObject)