Constructs a new PollUpdateMessage.
Optional
properties:
IPollUpdateMessage
Properties to set
Optional
metadata
PollUpdateMessage metadata.
Optional
pollPollUpdateMessage pollCreationMessageKey.
PollUpdateMessage senderTimestampMs.
Optional
vote
PollUpdateMessage vote.
Static
create
Creates a new PollUpdateMessage instance using the specified properties.
Optional
properties:
IPollUpdateMessage
Properties to set
PollUpdateMessage instance
Static
decode
Decodes a PollUpdateMessage message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
PollUpdateMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a PollUpdateMessage message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
PollUpdateMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified PollUpdateMessage message. Does not implicitly verify messages.
PollUpdateMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified PollUpdateMessage message, length delimited. Does not implicitly verify messages.
PollUpdateMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a PollUpdateMessage message from a plain object. Also converts values to their respective internal types.
Plain object
PollUpdateMessage
Static
toCreates a plain object from a PollUpdateMessage message. Also converts values to other types if specified.
PollUpdateMessage
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a PollUpdateMessage.