pollAnswer property
PollAnswer?
get
pollAnswer
The poll answer from the update, if any.
This will be non-null when a user changes their answer in a non-anonymous poll.
Implementation
PollAnswer? get pollAnswer => update.pollAnswer;