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 TypeFieldDescriptionprivate final Map<String, NewsletterReaction> NewsletterMessageInfo.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 NewsletterReactionConstructor parameters in it.auties.whatsapp.model.info with type arguments of type NewsletterReactionModifierConstructorDescriptionNewsletterMessageInfo(Newsletter newsletter, 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 NewsletterReaction