Uses of Class
it.auties.whatsapp.model.message.standard.PollUpdateMessage
Packages that use PollUpdateMessage
Package
Description
-
Uses of PollUpdateMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type PollUpdateMessageModifier and TypeFieldDescriptionprivate final Optional<PollUpdateMessage> MessageContainer.pollUpdateMessageThe field for thepollUpdateMessagerecord component.private Optional<PollUpdateMessage> MessageContainerBuilder.pollUpdateMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type PollUpdateMessageModifier and TypeMethodDescriptionMessageContainer.pollUpdateMessage()Returns the value of thepollUpdateMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type PollUpdateMessageModifier and TypeMethodDescriptionMessageContainerBuilder.pollUpdateMessage(PollUpdateMessage pollUpdateMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type PollUpdateMessageModifier and TypeMethodDescriptionMessageContainerBuilder.pollUpdateMessage(Optional<PollUpdateMessage> pollUpdateMessage) -
Uses of PollUpdateMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return PollUpdateMessageModifier and TypeMethodDescriptionPollUpdateMessageBuilder.build()PollUpdateMessageSimpleBuilder.build()static PollUpdateMessagePollUpdateMessageSpec.decode(byte[] input) PollUpdateMessage.setEncryptedMetadata(PollUpdateEncryptedMetadata encryptedMetadata) PollUpdateMessage.setPollCreationMessage(PollCreationMessage pollCreationMessage) PollUpdateMessage.setVotes(List<PollOption> votes) (package private) static PollUpdateMessagePollUpdateMessage.simpleBuilder(ChatMessageInfo poll, List<PollOption> votes) Constructs a new builder to create a PollCreationMessage The newsletters can be later sent usingWhatsapp.sendMessage(ChatMessageInfo)Methods in it.auties.whatsapp.model.message.standard with parameters of type PollUpdateMessageModifier and TypeMethodDescriptionstatic byte[]PollUpdateMessageSpec.encode(PollUpdateMessage protoInputObject)