isPoll property
bool
get
isPoll
Check if the update is a poll update
Implementation
bool get isPoll => this == UpdateType.poll;
Check if the update is a poll update
bool get isPoll => this == UpdateType.poll;