Module it.auties.cobalt
Class PollUpdateMessageBuilder
java.lang.Object
it.auties.whatsapp.model.message.standard.PollUpdateMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PollUpdateEncryptedMetadataprivate PollUpdateMessageMetadataprivate ChatMessageKeyprivate long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()encryptedMetadata(PollUpdateEncryptedMetadata encryptedMetadata) metadata(PollUpdateMessageMetadata metadata) pollCreationMessageKey(ChatMessageKey pollCreationMessageKey) senderTimestampMilliseconds(long senderTimestampMilliseconds)
-
Field Details
-
pollCreationMessageKey
-
encryptedMetadata
-
metadata
-
senderTimestampMilliseconds
private long senderTimestampMilliseconds
-
-
Constructor Details
-
PollUpdateMessageBuilder
public PollUpdateMessageBuilder()
-
-
Method Details
-
pollCreationMessageKey
-
encryptedMetadata
-
metadata
-
senderTimestampMilliseconds
-
build
-