Uses of Record Class
it.auties.whatsapp.model.poll.PollUpdateEncryptedOptions
Packages that use PollUpdateEncryptedOptions
-
Uses of PollUpdateEncryptedOptions in it.auties.whatsapp.model.poll
Fields in it.auties.whatsapp.model.poll declared as PollUpdateEncryptedOptionsModifier and TypeFieldDescriptionprivate final PollUpdateEncryptedOptionsPollUpdate.voteThe field for thevoterecord component.private PollUpdateEncryptedOptionsPollUpdateBuilder.voteMethods in it.auties.whatsapp.model.poll that return PollUpdateEncryptedOptionsModifier and TypeMethodDescriptionPollUpdateEncryptedOptionsBuilder.build()static PollUpdateEncryptedOptionsPollUpdateEncryptedOptionsSpec.decode(byte[] input) PollUpdate.vote()Returns the value of thevoterecord component.Methods in it.auties.whatsapp.model.poll with parameters of type PollUpdateEncryptedOptionsModifier and TypeMethodDescriptionstatic byte[]PollUpdateEncryptedOptionsSpec.encode(PollUpdateEncryptedOptions protoInputObject) PollUpdateBuilder.vote(PollUpdateEncryptedOptions vote) Constructors in it.auties.whatsapp.model.poll with parameters of type PollUpdateEncryptedOptionsModifierConstructorDescriptionPollUpdate(ChatMessageKey pollUpdateMessageKey, PollUpdateEncryptedOptions vote, long senderTimestampMilliseconds) Creates an instance of aPollUpdaterecord class.