updatePoll property
A poll was updated; for bots only
Implementation
UpdatePoll? get updatePoll {
if (this is UpdatePoll) {
return this as UpdatePoll;
}
return null;
}
A poll was updated; for bots only
UpdatePoll? get updatePoll {
if (this is UpdatePoll) {
return this as UpdatePoll;
}
return null;
}