Uses of Record Class
it.auties.whatsapp.model.message.standard.ReactionMessage
Packages that use ReactionMessage
Package
Description
-
Uses of ReactionMessage in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info with type parameters of type ReactionMessageModifier and TypeFieldDescriptionprivate final List<ReactionMessage> ChatMessageInfo.reactionsprivate List<ReactionMessage> ChatMessageInfoBuilder.reactionsMethods in it.auties.whatsapp.model.info that return types with arguments of type ReactionMessageMethod parameters in it.auties.whatsapp.model.info with type arguments of type ReactionMessageModifier and TypeMethodDescriptionChatMessageInfoBuilder.reactions(List<ReactionMessage> reactions) -
Uses of ReactionMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type ReactionMessageModifier and TypeFieldDescriptionprivate final Optional<ReactionMessage> MessageContainer.reactionMessageThe field for thereactionMessagerecord component.private Optional<ReactionMessage> MessageContainerBuilder.reactionMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type ReactionMessageModifier and TypeMethodDescriptionMessageContainer.reactionMessage()Returns the value of thereactionMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type ReactionMessageModifier and TypeMethodDescriptionMessageContainerBuilder.reactionMessage(ReactionMessage reactionMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type ReactionMessageModifier and TypeMethodDescriptionMessageContainerBuilder.reactionMessage(Optional<ReactionMessage> reactionMessage) -
Uses of ReactionMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return ReactionMessageModifier and TypeMethodDescriptionReactionMessageBuilder.build()static ReactionMessageReactionMessageSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.message.standard with parameters of type ReactionMessageModifier and TypeMethodDescriptionstatic byte[]ReactionMessageSpec.encode(ReactionMessage protoInputObject)