updatePollAnswer property
A user changed the answer to a poll; for bots only
Implementation
UpdatePollAnswer? get updatePollAnswer {
if (this is UpdatePollAnswer) {
return this as UpdatePollAnswer;
}
return null;
}
A user changed the answer to a poll; for bots only
UpdatePollAnswer? get updatePollAnswer {
if (this is UpdatePollAnswer) {
return this as UpdatePollAnswer;
}
return null;
}