Uses of Record Class
it.auties.whatsapp.model.info.PaymentInfo
Packages that use PaymentInfo
-
Uses of PaymentInfo in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as PaymentInfoModifier and TypeFieldDescriptionprivate final PaymentInfoChatMessageInfo.paymentInfoprivate PaymentInfoChatMessageInfoBuilder.paymentInfoprivate final PaymentInfoChatMessageInfo.quotedPaymentInfoprivate PaymentInfoChatMessageInfoBuilder.quotedPaymentInfoMethods in it.auties.whatsapp.model.info that return PaymentInfoModifier and TypeMethodDescriptionPaymentInfoBuilder.build()static PaymentInfoPaymentInfoSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.info that return types with arguments of type PaymentInfoModifier and TypeMethodDescriptionChatMessageInfo.paymentInfo()ChatMessageInfo.quotedPaymentInfo()Methods in it.auties.whatsapp.model.info with parameters of type PaymentInfoModifier and TypeMethodDescriptionstatic byte[]PaymentInfoSpec.encode(PaymentInfo protoInputObject) ChatMessageInfoBuilder.paymentInfo(PaymentInfo paymentInfo) ChatMessageInfoBuilder.quotedPaymentInfo(PaymentInfo quotedPaymentInfo) Constructors in it.auties.whatsapp.model.info with parameters of type PaymentInfoModifierConstructorDescriptionChatMessageInfo(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)