PollUpdateParams constructor
PollUpdateParams({})
Implementation
PollUpdateParams({
this.title,
this.data,
this.allowUserSuggestion,
this.allowMultipleVotes,
this.closeAt = -1,
}) : assert((title?.length ?? 0) <= 2000);