Uses of Class
it.auties.whatsapp.model.newsletter.NewsletterReaction
Packages that use NewsletterReaction
-
Uses of NewsletterReaction in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info with type parameters of type NewsletterReactionModifier and TypeFieldDescription(package private) final Map<String, NewsletterReaction> NewsletterMessageInfo.reactionsprivate Map<String, NewsletterReaction> NewsletterMessageInfoBuilder.reactionsMethods in it.auties.whatsapp.model.info that return types with arguments of type NewsletterReactionModifier and TypeMethodDescriptionNewsletterMessageInfo.addReaction(NewsletterReaction reaction) NewsletterMessageInfo.findReaction(String value) NewsletterMessageInfo.reactions()NewsletterMessageInfo.removeReaction(String code) Methods in it.auties.whatsapp.model.info with parameters of type NewsletterReactionMethod parameters in it.auties.whatsapp.model.info with type arguments of type NewsletterReactionModifier and TypeMethodDescriptionNewsletterMessageInfoBuilder.reactions(Map<String, NewsletterReaction> reactions) Constructor parameters in it.auties.whatsapp.model.info with type arguments of type NewsletterReactionModifierConstructorDescriptionNewsletterMessageInfo(String id, int serverId, Long timestampSeconds, Long views, Map<String, NewsletterReaction> reactions, MessageContainer message, MessageStatus status) -
Uses of NewsletterReaction in it.auties.whatsapp.model.newsletter
Methods in it.auties.whatsapp.model.newsletter that return NewsletterReactionModifier and TypeMethodDescriptionNewsletterReactionBuilder.build()static NewsletterReactionNewsletterReactionSpec.decode(byte[] input) NewsletterReaction.setCount(long count) NewsletterReaction.setFromMe(boolean fromMe) Methods in it.auties.whatsapp.model.newsletter with parameters of type NewsletterReactionModifier and TypeMethodDescriptionstatic byte[]NewsletterReactionSpec.encode(NewsletterReaction protoInputObject)