An interface representing a vote in a poll. Note that if the poll allows multiple selections, the options are represented as multiple Vote objects, each with a single option.
readonly
message: Message<Question, TContextData>
The question to which the poll belongs.