Uses of Record Class
it.auties.whatsapp.model.message.standard.LiveLocationMessage
Packages that use LiveLocationMessage
Package
Description
-
Uses of LiveLocationMessage in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as LiveLocationMessageModifier and TypeFieldDescriptionprivate final LiveLocationMessageChatMessageInfo.finalLiveLocationprivate LiveLocationMessageChatMessageInfoBuilder.finalLiveLocationMethods in it.auties.whatsapp.model.info that return types with arguments of type LiveLocationMessageMethods in it.auties.whatsapp.model.info with parameters of type LiveLocationMessageModifier and TypeMethodDescriptionChatMessageInfoBuilder.finalLiveLocation(LiveLocationMessage finalLiveLocation) Constructors in it.auties.whatsapp.model.info with parameters of type LiveLocationMessageModifierConstructorDescriptionChatMessageInfo(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 LiveLocationMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type LiveLocationMessageModifier and TypeFieldDescriptionprivate final Optional<LiveLocationMessage> MessageContainer.liveLocationMessageThe field for theliveLocationMessagerecord component.private Optional<LiveLocationMessage> MessageContainerBuilder.liveLocationMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type LiveLocationMessageModifier and TypeMethodDescriptionMessageContainer.liveLocationMessage()Returns the value of theliveLocationMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type LiveLocationMessageModifier and TypeMethodDescriptionMessageContainerBuilder.liveLocationMessage(LiveLocationMessage liveLocationMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type LiveLocationMessageModifier and TypeMethodDescriptionMessageContainerBuilder.liveLocationMessage(Optional<LiveLocationMessage> liveLocationMessage) -
Uses of LiveLocationMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return LiveLocationMessageModifier and TypeMethodDescriptionLiveLocationMessageBuilder.build()static LiveLocationMessageLiveLocationMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.standard with parameters of type LiveLocationMessageModifier and TypeMethodDescriptionstatic byte[]LiveLocationMessageSpec.encode(LiveLocationMessage protoInputObject)