Poll constructor
Poll({})
Implementation
Poll({
super.extra,
super.client_id,
this.id,
this.question,
this.options,
this.total_voter_count,
this.recent_voter_user_ids,
this.is_anonymous,
this.type,
this.open_period,
this.close_date,
this.is_closed,
});