Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveLocationAnnotation
Packages that use InteractiveLocationAnnotation
Package
Description
-
Uses of InteractiveLocationAnnotation in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveLocationAnnotationModifier and TypeMethodDescriptionInteractiveLocationAnnotationBuilder.build()InteractiveLocationAnnotationSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveLocationAnnotationModifier and TypeMethodDescriptionstatic byte[]InteractiveLocationAnnotationSpec.encode(InteractiveLocationAnnotation protoInputObject) -
Uses of InteractiveLocationAnnotation in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard with type parameters of type InteractiveLocationAnnotationModifier and TypeFieldDescriptionprivate final List<InteractiveLocationAnnotation> ImageMessage.interactiveAnnotationsprivate List<InteractiveLocationAnnotation> ImageMessageBuilder.interactiveAnnotationsprivate final List<InteractiveLocationAnnotation> VideoOrGifMessage.interactiveAnnotationsprivate List<InteractiveLocationAnnotation> VideoOrGifMessageBuilder.interactiveAnnotationsMethods in it.auties.whatsapp.model.message.standard that return types with arguments of type InteractiveLocationAnnotationModifier and TypeMethodDescriptionImageMessage.interactiveAnnotations()VideoOrGifMessage.interactiveAnnotations()Method parameters in it.auties.whatsapp.model.message.standard with type arguments of type InteractiveLocationAnnotationModifier and TypeMethodDescriptionImageMessageBuilder.interactiveAnnotations(List<InteractiveLocationAnnotation> interactiveAnnotations) VideoOrGifMessageBuilder.interactiveAnnotations(List<InteractiveLocationAnnotation> interactiveAnnotations) Constructor parameters in it.auties.whatsapp.model.message.standard with type arguments of type InteractiveLocationAnnotationModifierConstructorDescriptionImageMessage(String mediaUrl, String mimetype, String caption, byte[] mediaSha256, Long mediaSize, Integer height, Integer width, byte[] mediaKey, byte[] mediaEncryptedSha256, List<InteractiveLocationAnnotation> interactiveAnnotations, String mediaDirectPath, Long mediaKeyTimestampSeconds, byte[] thumbnail, ContextInfo contextInfo, byte[] firstScanSidecar, Integer firstScanLength, Integer experimentGroupId, byte[] scansSidecar, List<Integer> scanLengths, byte[] midQualityFileSha256, byte[] midQualityFileEncSha256, boolean viewOnce, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, String staticUrl) VideoOrGifMessage(String mediaUrl, String mimetype, byte[] mediaSha256, Long mediaSize, Integer duration, byte[] mediaKey, String caption, boolean gifPlayback, Integer height, Integer width, byte[] mediaEncryptedSha256, List<InteractiveLocationAnnotation> interactiveAnnotations, String mediaDirectPath, long mediaKeyTimestampSeconds, byte[] thumbnail, ContextInfo contextInfo, byte[] streamingSidecar, VideoOrGifMessage.Attribution gifAttribution, boolean viewOnce, String thumbnailDirectPath, byte[] thumbnailSha256, byte[] thumbnailEncSha256, String staticUrl)